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: 

To track who changed any object

Former Member
0 Kudos

Hi all

Is there any Function module to track the user id of the user who has made a change in any object ..say a sales order or purchase order. I am doing using table cdhdr, but this takes a long time as data is huge.

Is there any way out.

Regards

Dinesh

3 REPLIES 3

Former Member
0 Kudos

Hi,

check BAPI_USER_GET_DETAIL

You can use FM "BAPI_USER_GET_DETAIL"

In that Export Parameters ADDRESS->E_MAIL for email of the user.

Check this FM.

CNV_GET_USER_ROLE

SO_CHECK_USER_ROLE

try this..

RSRA_USERS_OF_AGR_GET

Regards,

Shiva Kumar

Former Member
0 Kudos

Hi ,

Any update activities done on SAP data is tracked by the user ID that made the change. No activation of logs is required for SAP to track these changes.

Additional to the normal tracking done is SAP Audit Logs. These

SAP Audit Logs can be activated to track certain activities. You can always go and click on the changes log and find the user ID of the person who has done the changes.

Regards,

Raj.

Former Member
0 Kudos

Solved on own.