SAP Reports / Programs

ME_SM_ERROR_ANALYSIS SAP ABAP Report - Error Analysis Component Smart Sync ABAP-STACK







ME_SM_ERROR_ANALYSIS 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 ME_SM_ERROR_ANALYSIS into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ME_SM_ERROR_ANALYSIS. "Basic submit
SUBMIT ME_SM_ERROR_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT ME_SM_ERROR_ANALYSIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_USER = User
Selection Text: S_RUNNUM = Synchronization Run
Selection Text: S_MSGTYP = Message Type
Selection Text: S_MSGNO = Message Number
Selection Text: S_MSGID = Message Class
Selection Text: S_MSGCNT = Message Number
Selection Text: P_WORK = Processed Messages
Selection Text: P_UTC = UTC Time
Selection Text: P_TIME = Local Time
Selection Text: P_NOWORK = Unprocessed Messages
Selection Text: P_CNT = Messages to be Read
Selection Text: P_ALL = All Messages
Title: Error Analysis Component Smart Sync ABAP-STACK
Text Symbol: 026 = Text does not exist. Language:
Text Symbol: 025 = Time Conversion
Text Symbol: 024 = Information on Synchronization Run
Text Symbol: 023 = User
Text Symbol: 022 = Last Run
Text Symbol: 021 = Message Type
Text Symbol: 020 = Fraction of a Second
Text Symbol: 019 = UTC Time
Text Symbol: 018 = UTC Date
Text Symbol: 017 = Error Degree
Text Symbol: 016 = Process Message
Text Symbol: 015 = Message Text
Text Symbol: 014 = Completed
Text Symbol: 013 = Time Stamp
Text Symbol: 012 = Also process dependent W,D,I,S and N messages
Text Symbol: 011 = Process Selection of Messages
Text Symbol: 010 = Job Number
Text Symbol: 009 = Message
Text Symbol: 008 = Run Number
Text Symbol: 007 = Local Time
Text Symbol: 006 = UTC Time
Text Symbol: 005 = Time
Text Symbol: 004 = to
Text Symbol: 003 = Day
Text Symbol: 002 = Select local time or UTC time





Text Symbol: 001 = Select.


INCLUDES used within this REPORT ME_SM_ERROR_ANALYSIS

INCLUDE ME_CCMS_GLOBAL_DATA.
INCLUDE ME_CENTTRAC_GLOB_FORMS.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ME_CALC_UTC_TIME CALL FUNCTION 'ME_CALC_UTC_TIME' EXPORTING I_DIALOG = 'X' I_UTC = 'X' EXCEPTIONS CONVERT_ERROR = 1 OTHERS = 2.

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_LIST_DISPLAY

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' 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 = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * 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 = text-011 * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = text-012 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' * 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.



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 or its description.