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

down load into excel cell into different lines

Former Member
0 Likes
418

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
379

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

Read only

0 Likes
379

Hi Sudheer,

How can i do this. Can you please elobarate it.

Thanx.

Subhani.