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: 

Disable Debugging Mode

Former Member
0 Kudos

Hi,

I need little help regarding debugging. How to <u><b>disable debugging mode completely</b></u> for all the users including abapers & developers. Waiting for quick response.

Thanks in advance.

Bye

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You have to do that updating the authorizations of your users.

See the documentation of object S_DEVELOP.

Here you can decide if an user can run a program in debuggunig mode and, if he can, if he can change the value while debbuging.

But your basis usually should manage the authorization.

Max

11 REPLIES 11

Former Member
0 Kudos

Mannan,

The only way to do this is to remove the authorizations for the debugging from all the users.

Regards,

Ravi

Note : Please reward the posts that help you.

abdul_hakim
Active Contributor
0 Kudos

Hi Mohamed

Welcome to SDN.

This has something to do with the BASIS guys.

You can ask them to remove authorization for debugging for ABAP Developers.

Regards,

Abdul

Former Member
0 Kudos

Hi

You have to do that updating the authorizations of your users.

See the documentation of object S_DEVELOP.

Here you can decide if an user can run a program in debuggunig mode and, if he can, if he can change the value while debbuging.

But your basis usually should manage the authorization.

Max

0 Kudos

Hi,

Thanks to Ravi kumar, Abdul Hakim and Max Bianci for immediate response. The solution which you people gave is true that it has be done by BASIS to remove authorizations. Kindly if you people or anybody guide where to find the authorizations or roles to remove it.

Thanks in Advance.

Bye,

Mohammad Abdul Mannan

0 Kudos

Hi

I think the easier way is to update the rules (I hope the user authorizations come from rules): if you update the authorizations of an rule, you'll update the authorization of all users have that rule: trx PFGC.

Max

0 Kudos

Hi

Thanks Max. I know the trx PFGC for creation of roles or authorizations. If you or anybody please guide what is the rule or transaction to be used in that role which we can use for blocking the debugging mode.

Thanks.

Bye

Mohammad Abdul Mannan

0 Kudos

Hi

I can't know that, because I can't see your system. You should use the reports of Information System to find out the informations you need.

SAP MENU: Tools->Administrations->User Maintenance->Information System->Authorization Objects.

Here you could know where the authorization is used.

Max

0 Kudos

Hi.

Thanks Mr. Max. Let me check with out BASIS. Then I will be back.

Bye.

Mohammad Abdul Mannan

0 Kudos

Hello.

Remove the object type DEBUG for all roles that contain the OBJECT S_DEVELOP.

Kind regards,

Peter.

Sougata
Active Contributor
0 Kudos

First question comes to my mind is why on earth would you remove debugging authorization for a developer/abaper??

I feel sorry for the developers in your company mate!

Former Member
0 Kudos

Hi,

An advisable solution to this problem is -


1. Insert an authorisation object in your code

2. Remove the debugging change access for all people in SAP.

(Ur basis guy can help here)

    • reward if helped**