cancel
Showing results for 
Search instead for 
Did you mean: 

Portal User Information

Former Member
0 Kudos

How can i know who and when modified a user in portal (JAVA), just like ABAP in tcode SU01. If i can know who grant the groups and roles to a user, that would be better

Best regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks, that was a very helpfull information

p330068
Active Contributor
0 Kudos

Dear Francisco,

You may check the security logs :-

UME Logging and Monitoring:

http://help.sap.com/saphelp_nw70/helpdata/en/f2/6a82270fd99844a65085bd90022fab/frameset.htm

Security Logging : Contain important security events (like failed user logon attempts, changes to users and authorizations, etc.)

Storage Locations : /usr/sap/SID/j2ee/cluster/serverX/log/security.log

Security audit log - SAP Notes 1278155

You can do the custom development as per your requirement using the UME API

API for User Management - [Click here|http://help.sap.com/javadocs/NW04S/current/se/index.html]

Search for the code in SDN code galory.

Best Regards

Arun Jaiswal

former_member182372
Active Contributor
0 Kudos

In ume_strings table in attr colum there are some 'LAST_MODIFIED_BY' and 'lastChangeOfUserAssignmentTimestamp', 'PRINCIPAL_MODIFY_DATE' values but i`m not sure what`s semantic behind them. Play around and let us know


select pid, val from ume_strings where attr = 'lastChangeOfUserAssignmentTimestamp'