‎2007 Mar 08 6:00 AM
<b>Hi,
in scripts i got arequirement to print terms and conditions at back side of every
page how can i print
Regards,
Sateesh</b>
‎2007 Mar 08 11:38 AM
Hi Sateesh,
Use DUPLEX mode in script form.
Goto Pages in Script and in Print Attributes try Print mode 'D'
http://help.sap.com/saphelp_erp2005vp/helpdata/en/90/78f07e030211d399b90000e83dd9fc/frameset.htm
http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf
Regards,
Ramesh.
‎2007 Mar 08 11:57 AM
Hi !!
Please follow following procedure :
I would suggest that you create separate SAPSCRIPT Form for the Terms and conditions and call that right after the PO main Script. It gives the flexibility in calling the same SCRIPT for other documents also, as generally these are the same Terms and Conditions for all the documents that a company uses.However if you want to make it document specific you can include the text elements in your currentsapscript also
We can have the Terms and Conditions stored as long texts in SO10 (Standard Text, TDOBJECT - TEXT and TDID - ST and TEXTNAME - Whatever name you want to give). This way if you want to change the text, its easy to change and you can transport the changes using program RSTXTRAN.
We can insert / call this text element in the script form, and the general attributes of the text change the type to "Include Text". This will enter the parameter values of Object, ID and name.
This will automatically print the entire long text on the script , we just need to make sure that this is a part of the main window of the script as the text might run into multiple pages.
Please let me know if you have any more issues in this
‎2007 Mar 08 12:31 PM
Hi,,
In se71, Pages, IN print attributes, Give 'D' as print mode (Douplex back to back print)
‎2007 Mar 08 12:55 PM
hi
good
go through this link,which ll give you clear idea about the duplex printing
http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf
http://www.sap-img.com/sapscripts/sapscript-question.htm
thanks
mrutyun^