‎2008 Nov 05 5:33 PM
Hi all,
does exist an instance parameter, or another way to disable the use of abap debugger, specially in transaction SE16?
Regards
‎2008 Nov 05 5:42 PM
Not sure, below link would help you or not.
http://help.sap.com/saphelp_nwce10/helpdata/en/45/e4fa02855c2e97e10000000a155369/content.htm
‎2008 Nov 05 5:52 PM
Need to be handled by User profiles and in the Authorization object S_DEVELOP - DEBUG need to be removed.
‎2008 Nov 05 5:44 PM
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
‎2008 Nov 05 7:35 PM
Try this:
SE80 > Utilities > Settings pop-up > Debugging is deactivated.
‎2008 Nov 06 8:50 AM
Hi,
looking at transaction SE80, as you suggested, I can't find anything to switch off the debugging
Regards
‎2008 Nov 14 3:44 PM
‎2008 Nov 14 4:18 PM
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