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.
Ive 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 dont know how. Can anybody please help.