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

remove / from S_Tcode

Former Member
0 Likes
1,186

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
Read only

Former Member
0 Likes
1,130

Hi Moni,

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

Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
1,130

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

Read only

0 Likes
1,130

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

Read only

sdipanjan
Active Contributor
0 Likes
1,130

>

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

Read only

Former Member
0 Likes
1,130

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

Read only

Former Member
0 Likes
1,130

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

Read only

sdipanjan
Active Contributor
0 Likes
1,130

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

Read only

Former Member
0 Likes
1,130

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

Moni

Read only

Former Member
0 Likes
1,130

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

Read only

Former Member
0 Likes
1,130

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.