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

Former Member
0 Likes
422

hi

Order Ack Text - Taken from header text procedure, Text type Z026. If blank, suppress the box from the form, else show text and wrap to fit within the defined space. No maximum text limits.

how i can proceed for this

Deepa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

Use the FM;

READ_TEXT.

Foer wrapping the text, you to use the FM:

RKD_WORD_WRAP

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
397

Use the FM;

READ_TEXT.

Foer wrapping the text, you to use the FM:

RKD_WORD_WRAP

Regards,

Ravi

Read only

Former Member
0 Likes
396

to read text use

<b>READ_TEXT</b>

for wrapping the test use

<b>RKD_WORD_WRAP</b>