Tuesday 16 July 2013

How to search for composite role by using single role that attached to it and vice versa

Occasionally administrator would want to search for all the composite roles that assigned for a particular single role or vice versa. Prior to maintenance work ex: delete or perform modification to a role.

The easiest way to search for this information is through using TCODE: SE16 or SUIM

Steps:

Option 1 with SE16: 

Find Composite Roles
1) Execute TCODE: SE16, enter the single role name in the CHILD_AGR text box and click "Execute" button

2) The list will shown all the composite roles that assigned with this single role (column AGR_NAME)

Find Single Roles
1) Execute SE16 and enter the composite role name in the AGR_NAME textbox and click "Execute" button


Option 2 with SUIM:

Find Composite Roles
1) Execute TCODE: SUIM -> Select "Roles" -> "By Role Name" -> Enter the single role name -> execute -> Click "Contained Composite Roles" button or  (SHIFT+F7)

Find Single Roles
1) Execute TCODE: SUIM -> Select "Roles" -> "By Role Name" -> Enter the composite role name -> execute -> click "Contained Single Roles" (CTRL+SHIFT+F12)

2 comments:

  1. what is the diff single or composite role ?

    ReplyDelete
  2. Single role contains the TCODE or authorization object while the composite role can be defined as a container or a group of multiple single roles.
    Similar posts: http://www.sapbasisforbeginner.com/2013/07/how-to-view-all-single-roles-that.html

    ReplyDelete