Question:
Hi all,
Can somebody help me to identify the Authorization object for Debug mode and also How to prevent users from Changing the values during Debug.
Thanks a lot for your help
RB
_________________
RB
Answer:
Hi RB,
You are looking for object S_PROGRAM with Objecttype DEBUG.
And you can use value 03 (display) for activity.
Alex
Answer:
It is authorization object S_DEVELOP with activity as:
03 = DEBUG no replace
01 = System DEBUG no replace
02 = DEBUG and replace
Object type = DEBUG
all the other fields Blank ( represented by ' ')
Answer:
Hi John,
I do not find the DEBUG in S_DEVELOP. S_DEVELOP has the folling fields only.
Object S_DEVELOP
Text ABAP Workbench
Class BC_C Basis - Development Environment
Author SAP
DEVCLASS Package
OBJTYPE Object type
OBJNAME Object name
P_GROUP Authorization group ABAP/4 program
ACTVT Activity
S_DEVELOP ABAP Workbench
ACTVT Activity
01 Create or Generate
02 Change
03 Display
06 Delete
07 Activate, generate
16 Execute
40 Create in DB
41 Delete in DB
42 Convert to DB
70 Administer
90 Copy
L0 All functions
MA Deactivate mod.assista
Can you please explain how to find the DEBUG.
Thanks
RB
_________________
RB
Answer:
OBJTYPE=DEBUG
Answer:
Thanks for you help.
_________________
RB