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: 

to display the existing contents in tabular format using badi

Former Member
0 Kudos

hi experts,

i have developed a badi which sends mail on posting migo. now the requirement is to dislay the contents in tabular format. is it possible? if yes how?

2 REPLIES 2

Former Member
0 Kudos

Hi,

as per i understood ur requirement, that you want to display the data that you are sending in mail in tabular form.

so the internal table where you are passing the data.

you can convert it into excel format and then you can send it via mail as an attachment.

you can use the FM XXL_FULL_API or MS_EXCEL_OLE_STANDARD_DAT

or check this link

[convert internal table to excel|;

0 Kudos

hi jain,

Attachment is not recommended in refrence with the user requirement , is there any other way so that i can arrange it in a tabular format in the body of the mail only not necessarily excel, am using 'SO_NEW_DOCUMENT_SEND_API1' to send mail.