2005 Sep 27 12:54 PM
Hi,
i created a program. for that program i don't want to
give authorization to debug it to anyone?
How to apply this technique to the program.
Thanks in advance..
Tom
2005 Sep 27 12:59 PM
2005 Sep 27 1:04 PM
hi,
i thing it's a basis job. at the time of client settings it can be done, but i don't know it's applicable for single program.
cheers,
sasi
2005 Sep 27 1:17 PM
You can control this thru authorization object
S_DEVELOP
check out the documentation of this object from transaction SU21
Regards
Raja
2005 Sep 27 1:35 PM
Hi,
Actually i created a screen. In that we should not give '/H' on command field. If we give it will create some problem like the user can change the input filename like that..
Thats why..
help on this ..
regards,
TOM...
2005 Sep 27 1:59 PM
Hi Tom
I think user generally can't run a program in debug in production system or he can do it, but not change the data.
You can do it by authorizations, but they'll work for every programs, not only your.
See the help for auth S_DEVELOP.
Max
Message was edited by: max bianchi
2005 Sep 27 1:16 PM
Hi Tom!
Do you mean something like:
if sy-debug = 'X'.
leave program.
endif.
?
Regards,
Christian
2005 Sep 27 1:57 PM
Hi Christian,
The following code is not working.
if sy-debug = 'X'.
leave program.
endif.
Hi,
Actually i created a screen. In that we should not give '/H' on command field. If we give it will create some problem like the user can change the input filename like that..
Thats why..
help on this ..
regards,
TOM...
2005 Sep 27 2:19 PM
Hi Tom,
use structure ABDBG and have a look to that link:
<a href="http://www.abapforum.com/forum/viewtopic.php?t=97&highlight=debug+mode">debug mode</a>
Andreas