ME_CL_ERROR_ANALYSIS_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 ME_CL_ERROR_ANALYSIS_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!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'ME_CL_ERROR_ANALYSIS_2' I_CALLBACK_PF_STATUS_SET = 'STATUS_GRUNDLISTE' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = gwa_h_layout IT_FIELDCAT = gt_fcat_hrch IT_EXCLUDING = exclud_hiearch_tab * IT_SPECIAL_GROUPS = IT_SORT = gt_sort_hrch * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = 'LT_OUTTAB' I_TABNAME_ITEM = 'LT_ITEM_HRCH' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = gwa_keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = lt_outtab T_OUTTAB_ITEM = lt_item_hrch 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.
ME_CL_ERROR_ANALYSIS_F01 - MECLERRORANALYSISF01 ME_CL_ERROR_ANALYSIS_2_SELPIC - MECLERRORANALYSIS2SELPIC ME_CL_ERROR_ANALYSIS_2_PBOO01 - MECLERRORANALYSIS2PBOO01 ME_CL_ERROR_ANALYSIS_2_PAII01 - MECLERRORANALYSIS2PAII01 ME_CL_ERROR_ANALYSIS_2_PAIF01 - MECLERRORANALYSIS2PAIF01 ME_CL_ERROR_ANALYSIS_2_OO_DATA - MECLERRORANALYSIS2OODATA