Skip to Content
0
Former Member
May 16, 2008 at 01:31 PM

Read a text with more than one row

71 Views

Hello,

due to read the entire sales text which is maintained in the data master of a material I use the function 'READ_TEXT' to send the text to a legacy system as a string.

This function delivers the text in a table as the text can be maintained in more than one row.

I’ve heard that the class interface CL_ABAP_CHAR_UTILITIES and the attribute CR_LF can be used in order to concatenate the text in a string together but I don’t know how. Can anybody please help.