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: 

remove / from S_Tcode

Former Member
0 Kudos

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

10 REPLIES 10

Former Member
0 Kudos

Hi Moni,

To remove / from S_Tcode you need to remove it first from the role menu and then generate the profile.

0 Kudos

do you really think, that '/' is defined as t-code (SE93) and can be part of the menu?

0 Kudos

yes ur right it might not be defined as T-code in se93.

sdipanjan
Active Contributor
0 Kudos

>

> 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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

sdipanjan
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Thanks for nice reply.Now My problem has been solve.

Moni

Former Member
0 Kudos

remove object type:DEBUG from S_DEVELOP from user's access.

Former Member
0 Kudos

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.