Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Table in Email Content

Former Member
0 Likes
796

Hi All,

My requirement is to send report output as email content (Not as Attachment).

And all the row and column border shoud be visble.

Thanks

1 ACCEPTED SOLUTION
Read only

OttoGold
Active Contributor
0 Likes
768

Hello,

you should sent HTML to make that looks usable. Of course you could send a plain text mail but you would have to do the formatting by counting the characters and using --- and ||| as a table margins.

You can find plenty of examples how to send a HTML mail.

Regards Otto

5 REPLIES 5
Read only

OttoGold
Active Contributor
0 Likes
769

Hello,

you should sent HTML to make that looks usable. Of course you could send a plain text mail but you would have to do the formatting by counting the characters and using --- and ||| as a table margins.

You can find plenty of examples how to send a HTML mail.

Regards Otto

Read only

Former Member
0 Likes
768

Thanks Otto

Read only

vinod_vemuru2
Active Contributor
0 Likes
768

Hi,

You can think of sending the mail in HTML format(Not HTML attachment). Below link gives some idea on how to send the mail in HTML format.

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=76087525

Other simple option is send a mail with the screenshot of the output.

Check below WIKI for this.

http://wiki.sdn.sap.com/wiki/display/stage/Howtosendreportoutputasscreenshotinthebodyofthe+mail

Thanks,

Vinod.

Read only

0 Likes
768

Thanks Vinod,

I also thought sending screenshot of report,but thats not the requirement.

Read only

0 Likes
768

Hi,

Then HTML is the only option leftout. But you need to format the lengths and pass appropriate html tags to you objtxt table.

Thanks,

Vinod.