‎2007 Mar 21 7:06 AM
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??
‎2007 Mar 21 7:09 AM
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.
‎2007 Mar 21 7:16 AM
what is the need of using FM read_text ?
screen fid may not hold all the data of itab.
Regards
Prabhu