Application Development 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: 

Prevent use of Debug in specific tcode

srahemi
Participant
0 Kudos
359

hi

i want Prevent use of Debug in specific tcode, for example se16n

everyone can debug all other tcode with /h Except se16n

How can do such a thing?

2 REPLIES 2

matt
Active Contributor
191

This is not possible.

If this a dev/qa system there's no need for this restriction. If it is a productive system you switch debug authorisation off entirely for all people, and only allow it via fire fighter access. Then you check the audit logs for the fire fighter account after the event to make sure they've done nothing naughty.

matt
Active Contributor
191

Your tag should be security, not abap development.