AUTHORITY_CHECK_AV02_ALV is a standard ABAP INCLUDE 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 AUTHORITY_CHECK_AV02_ALV 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.
Title: Include AUTHORITY_CHECK_AV02_ALV
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUPRN_PROFILE_GENERATOR CALL FUNCTION 'SUPRN_PROFILE_GENERATOR' EXPORTING act_objid = activity_group maintain = maintain * expert_mode = expert_mode EXCEPTIONS dialog_cancelled = 1 objid_not_found = 2 no_authority = 3 OTHERS = 4.
RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = p_node-id list_scroll = 'X' EXCEPTIONS OTHERS.
RS_TREE_COMPRESS CALL FUNCTION 'RS_TREE_COMPRESS' EXPORTING node_id = p_node-id EXCEPTIONS OTHERS.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GENERATE' info = 'ReGenerate profile' IMPORTING RESULT = wa_mainshort-genprofile EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GENERATE' info = 'Goto PFCG transaction' IMPORTING RESULT = wa_mainshort-genprofile EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'AUTHORITY_CHECK_ALLOW_VALUES' i_callback_pf_status_set = 'SET_PF_ALV' i_callback_user_command = 'USER_COMMAND_MAIN' i_grid_title = grid_title is_layout = ct_layout it_fieldcat = ct_fieldcat * it_excluding = it_excluding * it_sort = sort * is_variant = is_variant i_buffer_active = 'X' i_save = 'A' TABLES t_outtab = store_mainshort EXCEPTIONS program_error = 1 OTHERS = 2.
RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING root_name = 'rolename' display_attributes = display_attr IMPORTING root_id = root_id.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_primarydata-main-auth insert_id = root_id relationship = 'CHILD' display_attributes = display_attr IMPORTING new_id = root_id2 EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_primarydata-main-objct insert_id = root_id2 relationship = 'CHILD' display_attributes = display_attr IMPORTING new_id = root_id3 EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_primarydata-id insert_id = root_id3 relationship = 'CHILD' display_attributes = display_attr EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_suggestion-id insert_id = root_id3 relationship = 'CHILD' display_attributes = display_attr EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_suggestion-id insert_id = root_id3 relationship = 'CHILD' display_attributes = display_attr EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'AUTHORITY_CHECK_ALLOW_VALUES' callback_user_command = 'USER_COMMAND_TREE' callback_gui_status = 'SET_PF_TREE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AUTHORITY_CHECK_AV02_ALV - Include AUTHORITY_CHECK_AV02_ALV AUTHORITY_CHECK_AV01 - Include AUTHORITY_CHECK_AV01 AUTHORITY_CHECK_ALLOW_VALUES - Check of allowed values in authorization object AUTHORITY_CHECK_ALLOW_VALUES - Check of allowed values in authorization object AUTHORITY_CHECK_ALL - AUTHORITYCHECKALL AUTHORITY_CHECK===============FT - AUTHORITYCHECK===============FT