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

Alignment problem in Email Attachment

karthikeyan_m4
Explorer
0 Likes
386

Hi,

I am sending error reports of BDC thru email as attachment in Notepad format.

The records are not aligning properly coming as a paragraph, I need to display the errors in separate rows.

Is there any way that i can align all error records to come row by row in HTML format??

Can any one help on this please...

Thanks

Karthik

Hi,

I am sending error reports of BDC thru email as attachment in Notepad format.

The records are not aligning properly coming as a paragraph, I need to display the errors in separate rows.

Is there any way that i can align all error records to come row by row in HTML format??

Can any one help on this please...

Thanks

Karthik

1 REPLY 1
Read only

karthikeyan_m4
Explorer
0 Likes
336

I have used excel as output and " cl_abap_char_utilities=>newline" for each record coming in new line..

regards

Karthik.