‎2009 Sep 02 9:56 AM
Hi,
I have a SAP script in which i need to display the currect page number and copy number of the form. How can this be done ...
eg. Copy 1 of 4 ,copy 2 of 4 like that.
The total no. of copies will come from NAST table , but i don't know where the currect number will come from .. plzz help..
I got the total no of copies .btu i want the current copy number .
thanks in advance,
Anil.
‎2009 Sep 02 10:02 AM
Hi,
You can use &PAGE& for printing the page number.
&PAGE& / &SAPSCRIPT-JOBPAGES& gives you the output like 1/3, 2/3, 3/3...
Thanks,
Sri.
‎2009 Sep 02 10:09 AM
hi,
yes ur answer is right ,it is getting for pages like 1/10,2/10,3/10 like that.but i want for copies like suppose i want 3 copies then it should come like 1/3,2/3,3/3.In this the total no of copies i.e /3 is coming .but i am not getting the current copy number .so lindly send me the answer plzz.
thanks in advance,
Anil.
‎2009 Sep 02 10:07 AM
Hi Anil
Try this way.
Copy &PAGE& of &SAPscript-JOBPAGES&.
Thanks
Venkat.O
‎2009 Sep 02 10:12 AM
Hi venkat,
for the copy i used anzal from nast table for total no of copies,i.e ' / &nast-anzal&.
but i dint get the current copy number.
send me the answer plz,
thanks,
Anil.