cancel
Showing results for 
Search instead for 
Did you mean: 

Write_Form - Displaying more than 255 characters

Former Member
0 Kudos

Hi,

We are trying to print the contents of a variable of type char1250 using 'WRITE_FORM' but only first 255 characters are getting displayed (i.e default output length), is there any way to get the full contents displayed?

Advance thanks.

Regards,

Ganesh Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use Function moduleSCMS_STRING_TO_FTEXT to split lengthy strings into lines to desired lengths.

You can declare flext_tab with only one field of desired length.

Write the contents of this internal table by looping ...

Former Member
0 Kudos

Hi Daniel,

Thanks for the F.M name.

Regards

Ganesh Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai Ganesh,

try to Create a Standard Text in SO10 Tcode if the Text is Constant.

otherwise split the variable into 5 or 6 variable and use them.

Thanks & regards

Sreeni

Message was edited by:

Sreenivasulu Ponnadi