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

'READ_TEXT' Function Module and lines

Former Member
0 Likes
357

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

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
309

Try to call fm FORMAT_TEXTLINES after READ_TEXT call

May ne this will be help you out.

a®