cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with sapscript

Former Member
0 Kudos

Hi all,

I have a problem with sapscript form. Can long text data move to new line automatically when it reach the border of a column?

Ex:

My column is set for 20 chars.

Can sapscript print data in my column like this:

"This is a very long

text for testing purpose"

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

For this u can write like :

assume ur long text have length 40 CHAR and column can have 20 CHAR

if ITAB is table and F1 is field

&ITAB-F1(20)&

Define next line in SAP script and at same tab give

&ITAB-F121(40)&

now it will take two line always but text char graeter then 20 will display in second line .

Answers (0)