cancel
Showing results for 
Search instead for 
Did you mean: 

Dropping lines in SAPscript

Former Member
0 Kudos

Hi experts,

How can I manage if the line is too long then the remaining part of the text, displayed in the other line but from a given tabulator?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to split the value into to 2 fields, then print those 2 fields one under the other, so it will come as you asked,

we cannot print the Long text one under other, we need to split that text anyway

Regards

Sudheer

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the help!

former_member196280
Active Contributor
0 Kudos

You cannot do it in a single variable, to do this on different tabulator,you have to call subroutines and read the length of the variable in subroutine, if too long split it into two variable and pass it back to form and in form display the two variables with tabulator.

Close the thread once your question is answered.

Regards,

Sairam