2007 Sep 24 11:42 AM
Hi All,
My Report downloads data from R/3 to excel. Now one particular field contains multiple lines, which i needs to download into different lines into that particular cell(of excel). how can i do this.
I found one method for this and that is cl_abap_char_utilities=>newline.But this is in abap version 6.0.
But i am working in version 4.6c. do we have any method or anything that meets my requirement in 4.6c.
Please let me know.
Thanx in Advance
Subhani.
2007 Sep 24 11:47 AM
HI,
In the 4.6C, you need to put the text in the next line in internal table, then the text will come into the next line
Regards
Sudheer
2007 Sep 24 11:52 AM
Hi Sudheer,
How can i do this. Can you please elobarate it.
Thanx.
Subhani.