‎2006 Feb 21 12:00 AM
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
‎2006 Feb 21 12:08 AM
Create a window specifically for the dynamic text in the sapscript layout and another window for the third part.
‎2006 Feb 21 12:02 AM
Are these 3 parts arranged in same window.
Probably you can print this dynamic text in a separate window.
‎2006 Feb 21 12:08 AM
Create a window specifically for the dynamic text in the sapscript layout and another window for the third part.
‎2006 Feb 21 4:45 AM
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