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