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

Autorithation for debugging.

Former Member
0 Likes
3,948

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
Read only

Former Member
0 Likes
3,052

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
Read only

Former Member
0 Likes
3,053

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

Read only

0 Likes
3,052

Ok, thank-you all.

Read only

Former Member
0 Likes
3,052

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

Read only

Former Member
0 Likes
3,052

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 .

Read only

former_member194416
Contributor
0 Likes
3,052

S_DEVELOP and you should choose object type as DEBUG.