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

scripts

Former Member
0 Likes
506

<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>

4 REPLIES 4
Read only

Former Member
0 Likes
486

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.

Read only

Former Member
0 Likes
486

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

Read only

Former Member
0 Likes
486

Hi,,

In se71, Pages, IN print attributes, Give 'D' as print mode (Douplex back to back print)

Read only

Former Member
0 Likes
486

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^