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
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: 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AGR_RESET_ORG_LEVELS - Reset Manual Status and Contents of Organizational Levels AGR_RESET_ORG_LEVELS - Reset Manual Status and Contents of Organizational Levels AGR_REGENERATE_SAP_ALL - Regenerate SAP_ALL Profile in all Clients AGR_REGENERATE_SAP_ALL - Regenerate SAP_ALL Profile in all Clients AGR_MIGRATE_SSM_USR - Conversion of old roles to the new maintenance transaction AGR_MIGRATE_SSM_USR - Conversion of old roles to the new maintenance transaction