‎2006 Sep 12 1:18 PM
Hello, everybody.
I know that what I wants goes against open-code ABAP' spirit, but there are people I hace dependence of who are over me, telling me to do (just for eco reasons):
Is it there any way for not allowing to debug a program o a piece of coding?
Thanks you all.
‎2006 Sep 12 1:22 PM
Hi santiago,
1. One simple way
2. In program attributes,
<b>specify STATUS as 'System Program'</b>
3. 'System Programs' cannot be debugged.
(just see F1 help on this field in se38 - attributes)
regards,
amit m.
‎2006 Sep 12 1:19 PM
Hi,
You can request your basis team to remove the debugging authorization.
Cheers
VJ
‎2006 Sep 12 1:20 PM
There is something called setting up roles for users(sap users).
Generally for end users, the role setting wouldn't let them debug programs.
Contact your basis for more info.
or alternatively, one crude way to do the same is to code every thing in a macro.
Macros cannot be debugged(not sure if this works).
but the catch is that nw, nobody can debug.
Regards,
ravi
‎2006 Sep 12 1:22 PM
Hi santiago,
1. One simple way
2. In program attributes,
<b>specify STATUS as 'System Program'</b>
3. 'System Programs' cannot be debugged.
(just see F1 help on this field in se38 - attributes)
regards,
amit m.