Hello Experts,
I want to send a table record through mail using function module SO_NEW_DOCUMENT_SEND_API1. I want the field values to be displayed exactly below the corresponding heading in the mail.
eg: Name PS No Address
abc 123 wsdjwdw
pqrst 345 tjgjjhfgsdff
I'm using the concatenate statement to get all the fields in string and then appending that to an internal table.
How can I get the values aligned with the headings?
Thanks in advance.
Radhika