2008 Feb 28 5:23 PM
Hi,
The FM 'READ_TEXT' is used to read header texts, line item texts, general texts and ect.
However, when receiving the table filled withd data from 'READ_TEXT', lines that should be together will be split apart (132 char limit per line).
The way that I see it, field TDFORMAT in the received tables can either have the values '*' or space.
When '*', create a new line. When space, add to the previous line.
Is a standard Function Module available that will convert this into the proper strings or will I have to create my own?
Thanks,
John
2008 Feb 28 5:30 PM
Try to call fm FORMAT_TEXTLINES after READ_TEXT call
May ne this will be help you out.
a®