cancel
Showing results for 
Search instead for 
Did you mean: 

Long text truncated in sap script

Former Member
0 Kudos

Hi All,

I am facing a similar problem as mentioned in

scn.sap.com/thread/1957531

please let me know the solution

Thanks

Bala Duvvuri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Give me link or exact issue.

Nilesh Fursule

Former Member
0 Kudos

Here is the link

scn.sap.com/thread/1957531

former_member209818
Active Contributor
0 Kudos

Bala,

Are you passing the variable from a Routine from a custom include? If yes, then you have a limitation of Structure ITCSY. which means VAlue has a length limitation of 255 chars.

IF you are interested in printing a Long text attached with a PO.. like some Long text maintained for PO, then try using INCLUDE command rather than preparing the details in Form/Endform.

Hope this helps

Former Member
0 Kudos

MY PO text is less than 255 characters .it is showing correctly in driver program but when it comes to script it is getting truncated to some 50 characters.

can you explain more about this

use INCLUDE command