Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Handle Sapscript text

Former Member
0 Likes
505

Hi:

I have a Sapscript divided in three parts, vertical. In the second division y have to put a dynamic text. When the text is too long is write in the third part of the formular. Is there a way to handle this via Sapscript???or do I have to handle this by ABAP????

Some clue is great. Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Create a window specifically for the dynamic text in the sapscript layout and another window for the third part.

3 REPLIES 3
Read only

Former Member
0 Likes
482

Are these 3 parts arranged in same window.

Probably you can print this dynamic text in a separate window.

Read only

Former Member
0 Likes
483

Create a window specifically for the dynamic text in the sapscript layout and another window for the third part.

Read only

Former Member
0 Likes
482

Hi,

The best way would be using abap.

Use program block before these text elements, Process the dynamic text here then divide the output if required.

regards

austin