‎2009 Jun 17 1:24 PM
Dear Team,
In my Abap Role , I have Check in S_TCODE there is / is there for Debugging.
But S_Tcode is in Display Mode . Now I want to remove / from S_Tcode.
How i can remove /.
Moni
‎2009 Jun 17 1:50 PM
Hi Moni,
To remove / from S_Tcode you need to remove it first from the role menu and then generate the profile.
‎2009 Jun 17 1:55 PM
do you really think, that '/' is defined as t-code (SE93) and can be part of the menu?
‎2009 Jun 17 2:11 PM
‎2009 Jun 17 2:40 PM
>
> In my Abap Role , I have Check in S_TCODE there is / is there for Debugging.
> But S_Tcode is in Display Mode . Now I want to remove / from S_Tcode.
> How i can remove /.
>
How / is providing debug by use of S_TCODE !!!!!!!! .... Please check what exactly is there and in which object.
‎2009 Jun 17 5:26 PM
I want to remove /h for debugging on.
I do not want to give authorazation of /h in my Production server.
How I can remove /h from one of my user.
Witch object should I remove for this debugging off.
So the he is not able to debugging on in my Production server
Moni
‎2009 Jun 17 5:41 PM
I want to remove /h for debugging on.
I do not want to give authorazation of /h in my Production server.
How I can remove /h from one of my user.
Witch object should I remove for this debugging off.
So the he is not able to debugging on in my Production server
Moni
‎2009 Jun 17 5:58 PM
Hi,
Very few roles should be kept intact to use on emergency basis for debugging. Instead of those roles, please remove S_DEVELOP values as mentioned below:
SDEVELOP_
OBJTYPE=DEBUG;
ACTVT=01, 02, 03;
Other fields (given below) are not required for this purpose if you maintain 1st two fields...
DEVCLASS= ;
OBJNAME= ;
P_GROUP= ;
FYI: In many such roles you will find that this Object is not at all required for users daily activity in Prod. So just deactivate the object in those roles.
Regards,
Dipanjan
‎2009 Jun 18 8:36 AM
‎2009 Jun 17 5:39 PM
‎2009 Jun 17 5:49 PM
Monika, user uses /h are a 'debugging' option from the screen options or whatever way they try to open a Debug session, IF you remove the object type 'DEBUG' from S_DEVELOP auth. object from the user, then ur user will not be able to DEBUG.
/h is a shortcut( other eg: /n, /o, etc), not a t.code, I don't think what u saw on S_TCODE is relevant to /h.So don't worry about your S_tcode. S_develop is the object you need to restrict.