cancel
Showing results for 
Search instead for 
Did you mean: 

CTS Authorizations based on Logged in User

Former Member
0 Kudos

Hi Experts,

We have a CTS integration for Java transports in our lanscape.

We use client 400 & 300 of solution manager for transporting CE java objects & EP java objects respectively.

Attachments of objects to the transport request happens via CTS browser of solution manager.

Here in CTS browser there is a tab called as Object list, this is the tab where we have following options.

1) Attach (using which we attach the objects to the transport request)

2) Delete (using which we can delete the objects that are already attached to the transport request)

(Please find the attched screenshot for your reference)

Now our requirement here is to find out the the authorizations that will disable or enable these 2 buttons based on the logged in user.

Please guide me step by step how to do this.

Regards,

Shreyas Pandya

Edited by: Shreyas Pandya on Jul 10, 2010 11:40 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

shreyas_pandya
Contributor
0 Kudos

Hi,

I found out the authorization objects that I was looking for, I am mentioning the steps that i followed...

Log into the Solution Manager relevant client...

Make sure the User is not having the SAP_ALL authorization in the profiles.

1) From SU01 assign the SAP_CTS_PLUS role to the required User

2) Now open the same role in edit mode from the tcode "pfcg"

3) Go to the authorizations tab & click on the button "Display Authorization Data"

4) Open the following Hierarchy...

Basis - Development Environment from the list--> Transport Organizer --> Transport Organizer -->Activity.

5) This will open the S_TRANSPRT object; here you can modify the values such as...

Create or generate,

Change,

Delete,

Maintain,

Display,

Lock,

Release,

Move,

Import,

Reorganize,

Remove,

Assign,

Copy

For restricting the Developer from Deleting or Attaching new objects to the transport request(s) creted by him in CTS Browser, I had removed the following authorization checks...

Create or generate,

Change,

Delete,

Maintain

Regards,

Shreyas Pandya

Edited by: Shreyas Pandya on Aug 31, 2010 5:41 PM

shreyas_pandya
Contributor
0 Kudos

null

Edited by: Shreyas Pandya on Aug 31, 2010 5:39 PM

Edited by: Shreyas Pandya on Aug 31, 2010 5:40 PM