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

Email content in tabular format

Former Member
0 Likes
859

Hi All,

I want to send the records of the internal table in tabular format just like microsoft word, can anybody please suggest me if possible.

Thanks in Advance

Ranjith

Hi All,

I want to send the records of the internal table in tabular format just like microsoft word, can anybody please suggest me if possible.

Thanks in Advance

Ranjith

5 REPLIES 5
Read only

Former Member
0 Likes
790

hi,

You can use attachment option in email sending function module

Regards,

G

Read only

Former Member
0 Likes
790

Hi

you can attach the internal table content as an excel file in the mail.

regards,

christy

Read only

Former Member
0 Likes
790

I think you want to send an email with the table format ... that means you are looking for HTML format with table in it.

It is not an advisable method , if the microsoft outlook does not support html mails( a small setting in outlook) , your table contents would get broken in the mail.

if you still you need to this , you may need to investigate and append HTML tags into the internal table and get it done.

Regards

Vivek

Read only

0 Likes
790

Thnaks but, can anybody tell me how to add HTML tags in abap program

Read only

Former Member
0 Likes
790

It is resolved by myself