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

Not allow to debug.

SantiMoreno
Participant
0 Likes
598

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

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.

3 REPLIES 3
Read only

Former Member
0 Likes
526

Hi,

You can request your basis team to remove the debugging authorization.

Cheers

VJ

Read only

Former Member
0 Likes
526

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

Read only

Former Member
0 Likes
527

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.