2006 Sep 26 12:04 PM
Hi,
I wish to get the print out number of my invoice.
i want to know how many print outs are already been taken.
Is htere any way? your help would be appretiated.
thanks in advance.
2006 Sep 26 12:05 PM
For every printout, an entry is created in the NAST table for a perticular invoice.
This row count may be useful.
Please reward if useful.
cheers,
Hi,
I wish to get the print out number of my invoice.
i want to know how many print outs are already been taken.
Is htere any way? your help would be appretiated.
thanks in advance.
2006 Sep 26 12:05 PM
For every printout, an entry is created in the NAST table for a perticular invoice.
This row count may be useful.
Please reward if useful.
cheers,
2006 Sep 26 12:07 PM
Hello,
To print the current page
Syntax: &PAGE&
To print the total no of pages
Syntax:SAPSCRIPT-FORMPAGES&
No of the invoice can be taken from the internal table.
Regards
2006 Sep 26 12:07 PM
Hello,
&SAPSCRIPT-JOBPAGES&
This will give you the number of printout taken.
Thanks,
Krishnakumar
2006 Sep 26 12:13 PM
Hi Rambo,
The field ANZAL of table NAST contains the number of copies printed. You can sum the values in ANZAL for the given object key, application area and message type to get the required value.
Hope this helps!
Regards,
Saurabh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |