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: 

Autorithation for debugging.

Former Member
0 Kudos

Hi experts,

Can anyone please tell me wich autorization objects do i need to give a user the auth. to debug??

Thanks,

Artur.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The Authorization object S_DEVELOP, controls debug activity.

Inside this Authorization object is Activity 03, which controls 'DISPLAY ACTIVITY'.

So, you should maintain this ACTIVITY, in PFCG.

Hpe it helps

Bhanu

5 REPLIES 5

Former Member
0 Kudos

The Authorization object S_DEVELOP, controls debug activity.

Inside this Authorization object is Activity 03, which controls 'DISPLAY ACTIVITY'.

So, you should maintain this ACTIVITY, in PFCG.

Hpe it helps

Bhanu

0 Kudos

Ok, thank-you all.

former_member555112
Active Contributor
0 Kudos

Hi,

I managed to find out the object S_IDOCADM. But I am not sure it is the one.

You can check with your basis person or may be try to find the relevant authorisation object via SU53.

Regards,

Ankur Parab

Former Member
0 Kudos

Global parameter for debugging : View the Profile Parameter abap/ext_debugging_possible in tcode rz11.

add this object:

ABAP Workbench S_DEVELOP

Activity 02, 03 ACTVT

Object name * OBJNAME

Object type DEBUG OBJTYPE

Authorization group ABAP/4 pro * P_GROUP

This will add Debug .

former_member194416
Contributor
0 Kudos

S_DEVELOP and you should choose object type as DEBUG.