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: 

How to know which User created a specific transaction ?

Former Member
0 Kudos

Hi

i have some Z transactions in my system and i want to know which user created them, is there a way to do that ?

i tried table TSTC but it doesnt contain the user number who created it.

Thanks Ami

2 REPLIES 2

former_member196651
Contributor
0 Kudos

Hi Ami,

You can try with the table TADIR. Goto SE11 and give this table. During execution give OBJECT as 'TRAN' and OBJ_NAME as your required T.Code. This will provide you the created user, package, created date etc from fields AUTHOR, DEVCLASS, CREATED_ON etc field.

Regards,

Abijith

Private_Member_15166
Active Contributor
0 Kudos

you can use table TADIR with Object as TRAN and ob_name with the transaction name.


Regards

Dhananjay