Skip to Content
0
Former Member
May 28, 2008 at 01:05 PM

Problem in formatting text while sending mail

27 Views

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