CONTEXT_USER_AUTHORITY_F01 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 CONTEXT_USER_AUTHORITY_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = G_TREE EXCEPTIONS TREE_FAILURE = 1 others = 2.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = rep_name CALLBACK_USER_COMMAND = 'NODE_SELECT' CALLBACK_GUI_STATUS = 'TREE_STATUS' STATUS = 'OWN' * IMPORTING * F15 = F15.
RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING NODE_INFO = H_NODE_INFO EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_STRUCTURE_NAME = LV_ALV_STRUCTURE_NAME IS_LAYOUT = L_LAYOUT IT_FIELDCAT = L_FIELDCAT[] I_SCREEN_START_COLUMN = 6 I_SCREEN_START_LINE = 2 I_SCREEN_END_COLUMN = 75 I_SCREEN_END_LINE = 12 TABLES T_OUTTAB = l_KWUSER EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CONTEXT_USER_AUTHORITY_F01 - CONTEXTUSERAUTHORITYF01 CONTEXT_S_UNIT_CONV_FACTOR - Call of FM UNIT_CONVERSION_FACTOR_GET CONTEXT_S_UNIT_CONVERSION - Context for FM CONVERSION_FACTOR_GET CONTEXT_S_SP_INFO - SAP Applications: Products and Identification CONTEXT_S_PP_INFO - Read partner data CONTEXT_S_HR_READ_PERMO - Read the period modifier for the payroll area