ME_SM_ERROR_ANALYSIS_2_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_SM_ERROR_ANALYSIS_2_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!
FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING ID = lwa_outtab-msgid LANG = sy-langu NO = lwa_outtab-msgno V1 = lwa_outtab-msg_v1 V2 = lwa_outtab-msg_v2 V3 = lwa_outtab-msg_v3 V4 = lwa_outtab-msg_v4 IMPORTING MSG = lwa_outtab-mtext EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'ME_SM_ERROR_ANALYSIS_2' I_CALLBACK_PF_STATUS_SET = 'STATUS_GRUNDLISTE' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_STRUCTURE_NAME = IS_LAYOUT = gwa_layout IT_FIELDCAT = gt_fcat IT_EXCLUDING = exclud_tab * IT_SPECIAL_GROUPS = IT_SORT = gt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = lt_outtab EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = l_title * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = l_poptext * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = answer * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
ME_DISPLAY_DYN_LIST * CALL FUNCTION 'ME_DISPLAY_DYN_LIST' * EXPORTING * TITLE = text-001 * STRUCTUR = 'MESMINFO' * TABNAME = 'LT_INFO' * TABLES * T_TABLE = LT_INFO * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2.
ME_CALC_UTC_TIME CALL FUNCTION 'ME_CALC_UTC_TIME' EXPORTING I_TIMEZ = ' ' I_DAY = lwa_outtab-date I_TIME = lwa_outtab-time I_DIALOG = 'X' I_UTC = 'X' EXCEPTIONS CONVERT_ERROR = 1 OTHERS = 2.
ME_CALC_UTC_TIME CALL FUNCTION 'ME_CALC_UTC_TIME' EXPORTING I_DIALOG = 'X' I_UTC = 'X' EXCEPTIONS CONVERT_ERROR = 1 OTHERS = 2.
ME_DISPLAY_COUNT CALL FUNCTION 'ME_DISPLAY_COUNT' EXPORTING I_COUNT_SEL = count_sel I_COUNT_REAL = g_count_tab I_MINUS_FILTER = 0 I_FLAG = 'X' EXCEPTIONS ERROR = 1 OTHERS = 2.
ME_CTRACE_SET_SWITCHER CALL FUNCTION 'ME_CTRACE_SET_SWITCHER' EXPORTING I_SELBILD = 'X'.
FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING ID = lwa_log-msgid LANG = sy-langu NO = lwa_log-msgno V1 = lwa_log-msg_v1 V2 = lwa_log-msg_v2 V3 = lwa_log-msg_v3 V4 = lwa_log-msg_v4 IMPORTING MSG = lwa_item-text EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
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 ME_SM_ERROR_ANALYSIS_2_F01 or its description.
ME_SM_ERROR_ANALYSIS_2_F01 - MESMERRORANALYSIS2F01 ME_SM_ERROR_ANALYSIS_2_DATA - MESMERRORANALYSIS2DATA ME_SM_ERROR_ANALYSIS_2 - Error Analysis Component Smart Sync ABAP-STACK ME_SM_ERROR_ANALYSIS_2 - Error Analysis Component Smart Sync ABAP-STACK ME_SM_ERROR_ANALYSIS - Error Analysis Component Smart Sync ABAP-STACK ME_SM_ERROR_ANALYSIS - Error Analysis Component Smart Sync ABAP-STACK