SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Transaction Variant and Table Control Settings(BC-ABA-TV) SAP BC

RSHD_RESET_GROUPS SAP ABAP Report - Assign Users - Reset Variant Groups







RSHD_RESET_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_RESET_GROUPS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSHD_RESET_GROUPS. "Basic submit
SUBMIT RSHD_RESET_GROUPS AND RETURN. "Return to original report after report execution complete
SUBMIT RSHD_RESET_GROUPS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_GNAME = Group Name
Selection Text: P_ROLE = All Users with Role
Selection Text: R_ALL = All
Selection Text: R_ASS = Only Assignments
Selection Text: R_DEF = Only Proposals
Selection Text: R_LIST = Only Output List
Selection Text: R_ROLE = All Users with Role
Selection Text: R_UGROUP = All Users from Group
Selection Text: R_UPDATE = Change Database
Selection Text: R_USER = User
Selection Text: S_USER = User
Title: Assign Users - Reset Variant Groups
Text Symbol: S03 = Background Processing
Text Symbol: S02 = User
Text Symbol: S01 = Variant Group
Text Symbol: C02 = All Users from Group
Text Symbol: C01 = User
Text Symbol: 011 = Delete Assignments?
Text Symbol: 010 = User Assignments - Delete Variant Groups
Text Symbol: 003 = Proposal
Text Symbol: 002 = User
Text Symbol: 001 = Group Name


INCLUDES used within this REPORT RSHD_RESET_GROUPS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = 'Zuordnungen löschen?'(011) titel = 'Zuordnungen Benutzer - Variantengruppe löschen'(010) importing answer = l_answer exceptions others = 1. "#EC *



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSHD_RESET_GROUPS or its description.