RSHD_SET_GROUPS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSHD_SET_GROUPS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: R_LIST = Only Output List
Selection Text: P_ROLE = All Users with Role
Selection Text: P_GNAME = Group Name
Selection Text: P_DEFLT = Set as Proposal
Selection Text: S_USER = User
Selection Text: R_USER = User
Selection Text: R_UPDATE = Change Database
Selection Text: R_UGROUP = All Users from Group
Selection Text: R_ROLE = All Users with Role
Title: Assignment User - Variant Group
Text Symbol: S03 = Background Processing
Text Symbol: 011 = Save New Assignments?
Text Symbol: 010 = User Assignments - Change Variant Group
Text Symbol: 003 = Proposal
Text Symbol: 002 = User
Text Symbol: 001 = Group Name
Text Symbol: S02 = Assign to
Text Symbol: S01 = Variant Group
Text Symbol: C03 = All Users with Role
Text Symbol: C02 = All Users from Group
Text Symbol: C01 = User
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Neue Zuordnungen sichern?'(011) titel = 'Zuordnungen Benutzer - Variantengruppe ändern'(010) importing answer = l_answer exceptions others = 1. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.