2009 Mar 03 8:54 AM
Hi ALL,
I am going to give 5 copys of invoice output at a time.
But i want first copy of output containe Wording "Original" and remaining copys having wording "Copy".
how to identify how many copys of smartforms and how to differentiate copy of outputs before going to spool.
thanks
sridevi
2009 Mar 03 9:01 AM
Hello,
You need to declare the window as "Copies" window. And the fields: SFSY-COPYCOUNT & SFSY-COPYCOUNT0 to count the copies.
BR,
Suhas
2009 Mar 03 9:55 AM
HI I am working in sap 4.6c vartion. in that not having system field like SFSY-COPYCOUNT.
do have any idea how to get. other than this variable.
2009 Mar 03 9:07 AM
Hi,
If you are using WAS 6.10 and above, then you should be able to use these smartforms parameters:
1. &SFSY-COPYCOUNT0& which will have value 0 for original and increment by 1 for all other copies
2. &SFSY-COPYCOUNT& which will have value 1 for original and increment by 1 for all other copies
Regards,
Lim...
2009 Mar 03 9:08 AM
2009 Mar 03 11:39 AM
Hi,
if syst-copycount is not available, still you can do the manual process.
Declare a local variable with initial value as o, add 1 to the value. And if the value is 1, mark as ORIGINAL, if greater than one, mark as copy / duplicate.
Hope method may resolve issue.
SP Raj
2009 Mar 03 11:48 AM
Hi
refer to the link:
http://help.sap.com/saphelp_nw70/helpdata/EN/b1/243fe0beee11d4b633006094192fe3/content.htm
With luck,
Pritam.