Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Printer track !

Former Member
0 Kudos

Hi,

How do I see the changes done on a printer config ?

My question is someone has made chages on the printer config on my PRD and am unable to identy who- could be batch what ever but I want to see a change history like --the one in SUIM- change docs ...How can Isee that ?

1 REPLY 1

Former Member
0 Kudos

There are table data change logs on the backend tables (see tcode SE13), which would suggest that there are no application object change records kept.

So you would need to read the change logs from tcode SCU3.

Per default, your options are:

TSP03 Spool: Printer declaration

TSP03C Spool: Device Description Extension

TSP09A Spool: ABAP based printer drivers

TSP0F Archive device for archive ID

TSP0H Printer pools

TSP0K Print commands for host spooler (link type

TSPROMS Real Output Management Systems for Access

Alternate possible options to try first would be to run SCU3 for T000 and look to see who opened the client settings, or check the transport requests (local ones?).

Cheers and enjoy the weekend,

Julius