cancel
Showing results for 
Search instead for 
Did you mean: 

Print 3 Copy

Former Member
0 Kudos

Good Morning Friends,

I wanted a functionality of having printed as Original Copy1, & Copy2.

When & NAST-ANZAL = 3 and ITCPO-TDCOPIES = 3 - option used in OPEN_FORM , this gives me 3 copies of print.

Then on first copy I should get Original, on 2nd copy I should get Copy 1 & on 3rd copy I want to Print Copy 2.

The Problem is that the form is called only once & I do not catch which copy is printig in script.

Is there any script variable which can decide if it is first copy of the print or 2nd copy of the print.

Is there any way we can do this, as this is really urgent for me.

Awaiting your response

Regards

Prashant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi did u solve ur issue of printing 3 copies with different text. if so let me know the logic. thankyou

Former Member
0 Kudos

Hi Prasant,

please try this logic..

if nast-anzal = 3, please use DO nast-anzal times and call the open_form inside the DO loop, also reset itcpo-tdcopies to 1. based on sy-tabix you can print the original and copies on the form.

Hope this helps..