cancel
Showing results for 
Search instead for 
Did you mean: 

Print texts "Original" in first copy and "Copy" in subsequent copies

former_member418469
Participant
0 Kudos

Hi,

I need to print text "Original" in first copy and print "copy" in other copies when Number of copies is set. I am using tcode VL03 (Delivery).

For eg: If No. of copies is set to 3(nast-anzal). But print preview is showing Delivery document only once. I tried to put condition in sapscript as to get the text :

if &nast-vstat& = 0

print original

else.

print duplicate

endif.

The above condition prints always original text only.

Now I have to check the output by viewing print out. The output is is coming wrong.

So there are 2 issues:

1. Print preview is not appearing based upon number of copies.

2. The text original or duplicate is not coming

Thanks for your replies

Edited by: harryibm on Jul 6, 2010 7:58 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use Copies Window instead of Secondary Window, and select radio button Original and Copies - Copies Identical

I will help you

Former Member
0 Kudos

From your function or procedure, call twice  your smartforms, using a parameter once with "Original" text and the others with "duplicate"

Former Member
0 Kudos

If you create form printing by Smartforms you can use system variable "SFSY-COPYCOUNT" for Condition Check Copy counter