Application Development and Automation 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: 
Read only

Standard program to save change document for users

Former Member
0 Likes
717

Hi All,

In SU01, when a user id is locked/unlocked or any other action is taken, it is saved and the change document is stored in CDHDR table. We can view whetever changes has been done if we display the user id and go to dropdown Info.->Change Documents for Users(after pressing select all button in User Attributes tab). I need to know the standard program/module/form/function name where the change document data is getting saved to CDHDR. Please help.

Thanks in advance.

Hi All,

In SU01, when a user id is locked/unlocked or any other action is taken, it is saved and the change document is stored in CDHDR table. We can view whetever changes has been done if we display the user id and go to dropdown Info.->Change Documents for Users(after pressing select all button in User Attributes tab). I need to know the standard program/module/form/function name where the change document data is getting saved to CDHDR. Please help.

Thanks in advance.

1 REPLY 1
Read only

custodio_deoliveira
Active Contributor
0 Likes
597

Hi Ritam,

The actual inser is on include LSCD0F04 form write_normal_changedocu. This for is called by FM CHANGEDOCUMENT_CLOSE, from Function Group SCD0. Have a llok at these objects.

Cheers,

Custodio