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: 

Is Audit Log created for SE38, SE16N, SE11 changes using debugger in Production?

former_member376402
Discoverer

Hello Community,

My Team has a requirement of changing the Z-Programs and Data in Tables every now and then. While the programs/table structure can be obviously changed using TR movement from Development Server to Production Server, if we decide to change it using LSTRDU34 and LSTRDU44 directly in Production, does it create any change log or audit trail in Production.

Also, some of the Table data need to be changed (e.g. text, reference). Does that also create change log or audit trail ?

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

Parth,

LSTRDU34 - FM TRINT_CORR_CHECK

LSTRDU44 - FM TRINT_CORR_INSERT

Will the Basis settings allows you to create a TR in Production ? I am sure No.

Regarding audit log for changes done via debugging, I think Basis team can keep a track of this.

An exp Basis guy should be able to confirm on this.

K.Kiran.

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Parth,

if you use the ABAP debugger to change variable values, change program flow (jump to line), etc. this is logged in the system.

Best regards,
Armin