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

security audit log

Former Member
0 Likes
3,776

Hi,

We are monitoring security audit log and receiving the events "In program (event id:BUZ) " and "field content changed (event id:CUL)". Please provide the details about these events

7 REPLIES 7
Read only

jmodaal
Active Contributor
3,050

Hello,

looks to me that someone changed a value in a debugging session. As this is critical from security point of view it is usually logged in the Security Audit Log.

Read only

0 Likes
3,050

I agree with your conclusion.

Refer to SAP Note 539404 for details.

Read only

Former Member
0 Likes
3,050

Hi,

why these events are critical?

what is " In program (event id:BUZ)" ? Is it indicates the execution?

I have not get the correct idea about these events

Read only

jmodaal
Active Contributor
0 Likes
3,050

Hello,

changing a field value in a debugging session can be used, for example, to bypass authorization checks.

Changing the value of SY-SUBRC to 0 after an AUTHORITY-CHECK statement would allow the program to continue even if the necessary authorization is not given. Self-assignment of SAP_ALL would also be possible. Therefore it is critical and to be logged in the Security Audit Log.

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
0 Likes
3,050

With Audit Log(SM19/SM20) or System Log(SM21), "critical" activities of debugger will be recorded. This is explained in notes:

1559742 - Insufficient Logging of Debugger Activities

1411741 - Evaluating debugger events in audit log

Read only

Former Member
0 Likes
3,050

ho can i access these notes?

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert