cancel
Showing results for 
Search instead for 
Did you mean: 

how to print 4 copies of smart from in a single print

Former Member
0 Kudos

Dear All,

i have one smartform. i have attached my smart form to an output type. if i am printing through that output type, it has to print 4 copies of smartform. Hoe to do this?

i have 6 windows in my smart from in different different place. i have used main window for my table data inthe middle of the smart from.

How can i print 4 copies of smart from in a single print ?

Thanks In advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Vishnu,

I hope you have used a print program which will be triggered from the output type. In your print program where you are calling your smartform, just include that piece of code inside DO 4 times.

........... Write the code here to call your smartform.

ENDDO.

I hope by doing this you will be able to achieve your requirement.

BR,

Vinit

Former Member
0 Kudos

Hi,

This can be achieved by putting all other windows in main window & main window would be of page size.

then you just need to loop it 4 times.

you shall get 4 prints in single print.

Thanks

Raghav M.

Former Member
0 Kudos

Hi Vishushreee,

when you execute the program and the 'Print:' pops up you have this option 'Number of Copies' under this you have 'Number'

So give the Number as 4 and click on 'Print' or 'Print Preview' button.

Regards,

Dep

Former Member
0 Kudos

Hi,

You can give the number of pages during the output type pop up.

Check the below link.

[http://wiki.sdn.sap.com/wiki/display/ABAP/Copies(duplicate,etc.)]

[;

lijisusan_mathews
Active Contributor
0 Kudos

In the output_options structure, there is a field TDCOPIES, which is used to give number of copies. try changing this to 4 and passing it.