Application Development 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: 

Draw Table in Mail Body Using ABAP Programming

Former Member
0 Kudos
<a href="/storage/attachments/142312-table-format.jpg">table-format.jpg</a>Hi,

I need to draw a table (which have 4 row and 2 column) in mail body using ABAP Programming. I already send Email body data with and without attachment using ABAP but i don't know how to draw table in mail body. Email body Format is attached in file.table-format.jpg

Please help me and give your suggestions. If you have sample code please send to me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Neeraj,

We can create table in email body using HTML tags and then passing it to Email function module.

Please refer below link for the same.

https://archive.sap.com/discussions/thread/3665046

Thanks,

Ritika

2 REPLIES 2

Former Member
0 Kudos

Hi Neeraj,

We can create table in email body using HTML tags and then passing it to Email function module.

Please refer below link for the same.

https://archive.sap.com/discussions/thread/3665046

Thanks,

Ritika

Florian
Active Contributor
0 Kudos

You can just archive it when creating a smartforms and pass back the form as HTML. With that solution you can create your complete email-body once without coding on textfile;-)