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: 

sm01 transaction logs

v_veeramalla
Active Participant
0 Kudos

HI,,

There are more than 15 administrators , I want to find out which user has locked the transaction mbst through sm01..Can any body specify where the logs or information will be present.

10 REPLIES 10

Former Member
0 Kudos

Hello Venkatesh,

Try STAT or STAD tcodes and execute by changing the time from which you need the acitivities of the users on the system.Dont enter the user name or the Tcode. Press enter and you will get the details of the Tcodes and the users executing them.This will help you find who locked the tcode.

**Reward points accordingly

Junaid

former_member190272
Active Contributor
0 Kudos

Hi

You can check via Tcode ST03N User history Mean user enter t code in system.You check t code enter a user in that time.Now can find who enter SM01 t code

Thanks

Pankaj Kumar

Former Member
0 Kudos

Turn on the security audit log if it's not on (SM19) and then view the log (SM20). It will show you the user ID and time a transaction was locked.

Cheers,

Ben

0 Kudos

HI,,

Thanx for respondiang..Please give some more information about sm19 and sm20

0 Kudos

Turn on your security audit log in SM19 (both static and dynamic filters). Select which items you would like to log.

View the log via SM20.

Delete old logs in SM18.

Search the forum and the web for "security audit log" as there is much information on the subject.

Cheers,

Ben

0 Kudos

More information about the Security Audit Log you can find here:

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/68/c9d8375bc4e312e10000009b38f8cf/frameset.htm">SAP Help about Security Audit Log</a>

<a href="https://websmp105.sap-ag.de/~sapdownload/011000358700001520291999E/SECAUDLOGONLINE_EN.PDF">Security Guide about Security Audit log</a>

Please award points if you find this information useful.

Kind regards,

Lodewijk

manohar_kappala2
Contributor
0 Kudos

Hi perhaps,

you might try these options

1) STAT or STAD or ST03N tcodes to run a report. But the contraint here is this has a time limit beyond which it doent store information.

2) use the audit log (if its configured) already and read the information for this criteria.

3) if these two doesnt seem to work then.

perhaps you might want to go the other way of looking who has access to

SM01 transaction and u can alteast reduce the size of users u need to deal with.

Hope this helps

Manohar

Former Member

Hi,

You can findout the user name, time and tcode (Locked/Unlocked) through 'DBTABLOG' table which was updated when lock/unlock the tcodes through SM01.

Regards,

Sri Vandan.

"If it helps Reward points accordingly"

0 Kudos

Hi,

DBTABLOG says there are a zero records

0 Kudos

>

> Hi,

> DBTABLOG says there are a zero records

You need to have table logging activated to pick that up.