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

urgent in sap script

Former Member
0 Likes
965

Hi,

We have one requirement...

We want to print the customer invoice from SAP - 3 copies (Client Copy,Government Copy & Customer copy)..

We want to print some standard text in the back side of Customer Copy only...

Is it possible? We are using SAP script..in sap script it seems bit difficult...so i wanna check with you guys whether it is possible in smartforms...

Regards,

Taran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
932

Hi Taran,

Yes, it is possible with SAPSCRIPTS, You can print both sides, this is called DUPLEX Printing.

Have a look at the below SAP link. you will get the answer

http://help.sap.com/saphelp_nw04/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm

Regards

Sudheer

Hi,

We have one requirement...

We want to print the customer invoice from SAP - 3 copies (Client Copy,Government Copy & Customer copy)..

We want to print some standard text in the back side of Customer Copy only...

Is it possible? We are using SAP script..in sap script it seems bit difficult...so i wanna check with you guys whether it is possible in smartforms...

Regards,

Taran

6 REPLIES 6
Read only

Former Member
0 Likes
932

Hi,

It is possible both in the case of SCript and SMARTFORM to print the Texts on back side of the page.

SOme print command like DUAL printing is there in smartforms, use it.

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
932

Have you tried using print parameters, in SAP Script.

call function 'GET_PRINT_PARAMETERS'

exporting destination = liprintr

mode = 'CURRENT'

no_dialog = 'X'

importing out_parameters = params.

Structure for passing print parameters: PRI_PARAMS

Use field : PRCOP( Type SYPRCOP) Print parameters, number of copies

Regards,

Vishal

Read only

Former Member
0 Likes
932

HI,

there is an option DUPLEX,Tumble duplex..

If i am not mistaken...

kishi,

Read only

0 Likes
932

Hi all i have tried with duplex thing but still i am not able to print on back side

is this also depands on printer also

or we need to change printer settings

if possible pls provide example or screen shots

Thanks

Taran

Read only

0 Likes
932

HI Taran,

It is possible in sap scripts by setting theprint mode as Duplex.

But to see the out put u required some special printers.

and the print privew will come as 2 papers. that is if ur script having 1 page with both sides need to print, then the LP01(Print priview) view will be 2 pages.

and if u put duplex settings, then u need to set Next page = Firstpage and First page = nextpage in page attributes. that is u need make recursive among the pages.

Read only

Former Member
0 Likes
933

Hi Taran,

Yes, it is possible with SAPSCRIPTS, You can print both sides, this is called DUPLEX Printing.

Have a look at the below SAP link. you will get the answer

http://help.sap.com/saphelp_nw04/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm

Regards

Sudheer