Application Development 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: 

Need to Print No. of copies in smartforms

Former Member
0 Kudos

Hi All,

I have created a dmartform for Deliveray challan output.

Client will take 4 copies of each document,

requirment is to print the no. of copy in each page(not the page number,coz, one document may have more than one page).

Thanks in advance

Arun

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

You need to set that in the <b>OUTPUT_OPTIONS of type SSFCOMPOP</b>

that you pass it to FM,

that will be <b>OUTPUT_OPTIONS-TDCOPIES</b> specify the number of copies which you want.

Regards

vijay

Former Member
0 Kudos

HAI ARUN,

This system field is used to display the number of copies taken.use this instead of sfsy-pageno.

SFSY-COPYCOUNT

regards,

praba.

0 Kudos

Dear praba & vijay,

How to print more than one copy of the document, coz, as soon as i click on the print prview button i am getting the preview.

where should i mention the no of copies(should i have to handle this thro coding)

Regards,

Arun

vinod_gunaware2
Active Contributor
0 Kudos

I know how to print duplex

Go to SPAD ,

take output devices .

Choose your output device ,

double click

take the output attributes.

Give the print mode as Duplex.

Your printer also should be set for the duplex mode.

Check some setting in <b>SPAD</b> only for same.

regards

vinod