Hi All,
I am including text in SAP Script as folows:-
IF LFD_SRNUM IS NOT INITIAL.
INCLUDE TEXT_SRNUM OBJECT TEXT ID ST LANGUAGE &SY-LANGU& PARAGRAPH S1
ENDIF.
Now, the data from variable LFD_SRNUM is being printed.
This variable contains about 120 characters. But, only first 80 characters are being printed (Rest are truncated).
What code should I write so that data is continued from next line (like Wordwrap of NOTEPAD) ?
Regards,
Ashish