cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Script Long Text positioning

Former Member
0 Kudos

Hi,

   Am new to SAP Script, please tell me how to break spaces in the SAP Script. I have more than 255 chars.

For Example : abcdefgh

                       1234455

I want to make them appear in the same line, breaking spaces in the right of the text.

o/p : abcdefgh1234455

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

You can use the extended line format "=" for the lines longer than 255 characters. This can be done in transaction SE71 -> Window -> Text Elements.

Regards,

David

Former Member
0 Kudos

Hi

thanks for your reply .

But it is an internal table content and i tried displaying through perform in SAP SCRIPT  but it doesnt work".