2009 Oct 13 1:37 PM
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
2009 Oct 13 2:02 PM
hi,
You can use attachment option in email sending function module
Regards,
G
2009 Oct 13 2:08 PM
Hi
you can attach the internal table content as an excel file in the mail.
regards,
christy
2009 Oct 13 7:10 PM
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
2009 Oct 22 1:23 PM
Thnaks but, can anybody tell me how to add HTML tags in abap program
2010 Mar 30 10:26 AM