2007 Apr 10 6:07 AM
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
2007 Apr 10 6:45 AM
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
2007 Apr 10 6:11 AM
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
2007 Apr 10 6:13 AM
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
2007 Apr 10 6:14 AM
HI,
there is an option DUPLEX,Tumble duplex..
If i am not mistaken...
kishi,
2007 Apr 10 6:39 AM
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
2007 Apr 10 7:11 AM
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.
2007 Apr 10 6:45 AM
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