‎2007 Mar 26 3:55 PM
Hi all, how can I force auto adjust of Text leght in Sap Script ?
I have a text to print, and when it is taller than page area it is printed in another page Ok. But I don't want that it is printed in another page, I want that it is adjusted automatically to print in one page only, without I have adjust text font manually.
‎2007 Mar 26 4:06 PM
Hi!
Welcome on SDN.
Here's the official document of SAPScript.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/803411454211d189710000e8322d00/content.htm
Regards
Tamá
‎2007 Mar 26 4:06 PM
Hi!
Welcome on SDN.
Here's the official document of SAPScript.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/803411454211d189710000e8322d00/content.htm
Regards
Tamá
‎2007 Mar 26 4:13 PM
Hi,
Here you can include what ever you want to print on one page in
Protect
End Protect
command. Initially it will try and fit all in first page, but if the text is extra large, then it will print the whole on the second page.
Hope this helps.
Regards,
Shahu
‎2007 Mar 27 10:57 AM
Hi!
Place the lines which u want to print in the same page inside <b>PROTECT</b> and <b>ENDPROTECT</b>.
Reward if it helps.
Regards,
Neha Bansal.
‎2007 Mar 27 12:38 PM
Use protect and End-protect this will allign your data in the same window.
note :- if u put a tabel or data in your main window it keeps growing according to your data size .
if it dos't work get back to me.
I think i have solved your problem please give 10 points
‎2007 Mar 27 1:04 PM
there is a function module split_text use this function module in external subroutine you split the text according to size of the window
‎2007 Apr 03 7:21 PM