‎2007 Apr 17 3:13 PM
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
‎2007 Apr 17 3:15 PM
Use the FM;
READ_TEXT.
Foer wrapping the text, you to use the FM:
RKD_WORD_WRAP
Regards,
Ravi
‎2007 Apr 17 3:15 PM
Use the FM;
READ_TEXT.
Foer wrapping the text, you to use the FM:
RKD_WORD_WRAP
Regards,
Ravi
‎2007 Apr 17 3:17 PM
to read text use
<b>READ_TEXT</b>
for wrapping the test use
<b>RKD_WORD_WRAP</b>