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: 

Removing STMS Auth.

Former Member
0 Kudos

Hi all,

I'm Raja. I want to remove STMS authorisation in Development.

I'm trying to inactive S_TRANSPRT and S_CTS_ADMIN authorisation object even then I'm unable deactivate the auth. If I'm doing so with STMS, user is not able to access SE09 and SE10.

So plz give me a good suggestion. Its very urgent.

Thanks in Advance.

Regards,

Raja

7 REPLIES 7

Former Member
0 Kudos

Raja,

Don't completely take a way from the users S_CTS_ADMIN and S_TRANSPORT look at the required values for SE09 in transaction SU24 and give that. If it's still not working run an ST01 trace and give only the needed values.

For example restrict S_CTS_ADMIN to EPS1, EPS2 PROJ.

Cheers,

Ben

0 Kudos

Hi Ben,

Thanks for thquick response.

I tried as you said but still its not working.

Kindly help.

Regards,

Raja

0 Kudos

Raja,

You will have to troubleshoot what is not working. If the transaction is not executable because it's missing authorizations try running SU53 or an ST01 trace and see what's missing.

Cheers,

Ben

0 Kudos

Hi Raja,

The following values availabe for the object S_CTS_ADMI.

EPS1 Generate EPS objects

EPS2 Change EPS objects

IMPA Import all requests in an import queue

IMPS Import individual requests into the target system

IMPT All transport functions in TMS (obsolete)

INBX Edit worklist in TMS workflow

INIT Initialize Change and Transport Organizer

PROJ Manage projects in Chamge and Transport System

QTEA Approve transports into the production system

SYSC Set system change option

TABL Change Workbench Organizer control tables

TADD Forward transport requests to the import queue

TADM Special transport functions in TMS

TDEL Delete transport requests from the import queue

TQAS Activate or delete inactive transport requests

For object S_TRANSPRT Transport Organizer

01 Create or generate

02 Change

03 Display

05 Lock

06 Delete

23 Maintain

43 Release

50 Move

60 Import

65 Reorganize

75 Remove

78 Assign

90 Copy

You can control with the above object just give display 03 for S_TRANSPRT so as to view.

Both the transaction STMS/SE09 uses S_CTS_ADMI and if you disable then you cannot work with SE09.

Check what you want to do with se09 based on that provide authorization for S_CTS_ADMI.

If you can tell what exactely do you need (restrict or allow) the user.

It would help further to analyse

Cheers

Soma

0 Kudos

Hi pradeep,

I just wnat to remove STMS auth. Consultant should not access STMS transaction at all.

Thanks in advance.

Regards,

Raja

0 Kudos

Hi,

I just want to stop the user to import.

I deselected import (60) in S_TRANSPRT. Even though I'm unable restrict the user.

Then plz help me out in this regard.

Thanks in advance.

Regards,

Raja

Former Member
0 Kudos

Thanks Ben and Pradeep.