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

Disable Abap Debugger

Former Member
0 Likes
2,195

Hi all,

does exist an instance parameter, or another way to disable the use of abap debugger, specially in transaction SE16?

Regards

7 REPLIES 7
Read only

Former Member
0 Likes
1,095
Read only

0 Likes
1,095

Need to be handled by User profiles and in the Authorization object S_DEVELOP - DEBUG need to be removed.

Read only

Former Member
0 Likes
1,095

Hi

In a custom program, you can achieve this in two ways:

1) classify the program as system program in its attributes.

2) add a particular piece of code.

however, as you'r talking of se16 that might only done via authorizations...as in ur basis team will have to revoke authorization for debugging from that particular user...

Hope that helps..

Cheers

Ravish

Read only

Former Member
0 Likes
1,095

Try this:

SE80 > Utilities > Settings pop-up > Debugging is deactivated.

Read only

0 Likes
1,095

Hi,

looking at transaction SE80, as you suggested, I can't find anything to switch off the debugging

Regards

Read only

Former Member
0 Likes
1,095

.

Read only

0 Likes
1,095

Hi Fabrizio

I don't know if you find a solution, but if you need to have a solution u should considere the authorization S_DEVELOP: here u can assign if a user can do the debug and/or if he can be change the values.

Max