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

multiple lines in BDC

Former Member
0 Likes
331

Hi,

I have to deal with multiple lines in BDC.

I am using the FM READ_TEXT.

Now I am getting the multiple lines text through above FM in my itab.

Then I made loop at itab & under this I wrote the screen-fields.

But I m getting only last value in my screen.

could anybody will suggest me what I need to do??

2 REPLIES 2
Read only

Former Member
0 Likes
311

instead of writing field by field. loop the itab and concatenate all the field values into single field, after endloop pass this single field in BDC.

Read only

Former Member
0 Likes
311

what is the need of using FM read_text ?

screen fid may not hold all the data of itab.

Regards

Prabhu