cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to store the details of the user who has printed

Former Member
0 Kudos

Hello All,

I am curious to know the following:

When i click the print button from any ABAP screen,

( the screen in which the print option is enabled )

i want to store the information of user, date and time

in a table( which is created by me ) when the print was ordered.

Is there any user exit to fulfill this requirement ...

Thanks in advance & Best Regards,

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

..Tcodes SP01. SP02 etc are used for spool . Any one can use this tcodes

TSP01 is the table.

Any of your objects that you give for print are stored as spools in this Tcode. Sometimes based on the attributes you set spool gets created and then deleted. Or you can retain the spool.

Goto SP01 and give your Uname and you can check the spool id's over there. Click on them to see the content.

SP01 - Spool Control.

You can maintain the spools: delete, print, save local file etc.

Former Member
0 Kudos

Hi,

Thanks lot for the answer. I can do that , my exact requirement is i need to track and store the information like the user,

date , time and the snapshot document into a table ( which is created for this purpose ) while the user issues a printout.

Thanks & Best Regards,

Senthil

Answers (0)