‎2007 Oct 24 9:40 AM
Hi all,
i'd like to send an email with an HTML attatchment file but i dont know the cl_abap_char_utilities=>cr_lf version for an HTML file
anyone knows it?
Thanks
‎2007 Oct 24 10:24 AM
There is no carriage return (please use correct names for things) in html. You can use <p> </p> for a paragraph or <br /> for a break, the last i think is suitable for you.
‎2007 Oct 24 11:03 AM
Funny, html code is blanked out
so you can use <p> or </p> or use <br />
and replace the code < with the less then sign and > with the greater then sign, in square brackets it should be like this:
maybe if im putting it as code:
<p> and </p>
or use <br /> which i guess is want you wanna do.