SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

AGR_RESET_ORG_LEVELS SAP ABAP Report - Reset Manual Status and Contents of Organizational Levels







AGR_RESET_ORG_LEVELS 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 AGR_RESET_ORG_LEVELS 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 AGR_RESET_ORG_LEVELS. "Basic submit
SUBMIT AGR_RESET_ORG_LEVELS AND RETURN. "Return to original report after report execution complete
SUBMIT AGR_RESET_ORG_LEVELS 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: AGR = Role
Title: Reset Manual Status and Contents of Organizational Levels
Text Symbol: 001 = Authorization Object
Text Symbol: 002 = Authorization
Text Symbol: 003 = Organizational Level Field
Text Symbol: 004 = From Value
Text Symbol: 005 = To Value
Text Symbol: 006 = Could not delete the specified values
Text Symbol: 007 = You need authorizations for S_USER_VAL, OBJECT=$ORGVALUE$.
Text Symbol: 008 = Note the value intervals:
Text Symbol: 009 = You require full authorization (*) for the field.


INCLUDES used within this REPORT AGR_RESET_ORG_LEVELS

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:

PRGN_ACTIVITY_GROUP_ENQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_ENQUEUE' EXPORTING activity_group = agr EXCEPTIONS foreign_lock = 1 transport_check_problem = 2 OTHERS = 3.

PRGN_CHANGEDOCUMENT_WRITE_1251 CALL FUNCTION 'PRGN_CHANGEDOCUMENT_WRITE_1251' EXPORTING activity_group = agr TABLES o_agr_1251 = o_agr_1251 n_agr_1251 = n_agr_1251.

SUSR_POPUP_LIST_WITH_TEXT CALL FUNCTION 'SUSR_POPUP_LIST_WITH_TEXT' EXPORTING text1 = text-006 text2 = text-007 text3 = text-008 text4 = text-009 list_column_headers = list_column_headers TABLES popup_list_5 = missing_authorizations.

PRGN_ACTIVITY_GROUP_DEQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_DEQUEUE' EXPORTING activity_group = agr.



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 AGR_RESET_ORG_LEVELS or its description.