‎2010 Nov 20 9:44 AM
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
‎2010 Nov 20 4:50 PM
dont send it through txt file... just create an excel attachment..
‎2010 Nov 20 3:44 PM
Hi kavn,
its not so big a problem to create your own html code, look at this example:
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
<p>My second paragraph.</p>
</body>
</html>Just concatenate the body lines as paragraphs as seen in the sample.
Most todays mail clients are able to interpret html body.
Regards,
Clemens
‎2010 Nov 20 4:50 PM
dont send it through txt file... just create an excel attachment..
‎2010 Nov 21 8:38 AM
Thanks for your help...
I have used excel as output and " cl_abap_char_utilities=>newline" for each record coming in new line..
regards
Karthik.