cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How many times has the output been printed?

aravindrawat
Participant
0 Likes
669

Hello Everyone,

I would like to know if there is a way to track how many times a specific output (such as an Adobe Form) has been printed in SAP. Is there a table that stores this information, or can we check logs or other records to monitor the print history?

Your guidance would be much appreciated!

Accepted Solutions (0)

Answers (1)

Answers (1)

aidan_black
Advisor
Advisor

Hello,

A spool creates an entry in table TSP01 and when an output request(print) is created there is an entry in table TSP02. If the spool is printed more then once there will be additional entries created in table TSP02. As below spool number 193 was printed twice and these two entries are created in table TSP02.

TSP02:
PJIDENT PJNUMMER
193 1
193 2

But when spools are deleted, the entries in table TSP01 and TSP02 are deleted.

There is a Customer Enhancement for Spool Accounting available as per the SAP Help Portal URL below

https://help.sap.com/doc/saphelp_crm700_ehp01/7.0.1.15/en-US/e0/989de87a6111d39a1d0000e83dd9fc/frame... 
Customer Enhancement for Spool Accounting

Perhaps you could implement this.

Regards,
Aidan