SAP Reports / Programs

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







ME_SM_ERROR_ANALYSIS_2 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_2 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_2. "Basic submit
SUBMIT ME_SM_ERROR_ANALYSIS_2 AND RETURN. "Return to original report after report execution complete
SUBMIT ME_SM_ERROR_ANALYSIS_2 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_SYNCBO = Scenario ID
Selection Text: S_RUNNUM = Synchronization Run
Selection Text: S_MSGNO = Message Number
Selection Text: S_MSGID = Message Class
Selection Text: S_MBL_ID = Mobile ID
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: 032 = (W): Warning
Text Symbol: 033 = (S): Success
Text Symbol: 034 = (I): Information
Text Symbol: 035 = (N): Notice
Text Symbol: 036 = (D): Debug
Text Symbol: 037 = Message Status:
Text Symbol: 038 = Not Processed
Text Symbol: 039 = Finished
Text Symbol: 040 = All
Text Symbol: 041 = UTC Time
Text Symbol: 042 = Local Time
Text Symbol: 043 = Selections
Text Symbol: 044 = Selections from
Text Symbol: 045 = Select Message Class
Text Symbol: 046 = Select Message Number
Text Symbol: 047 = Log for Run Number
Text Symbol: 048 = Traffic Light
Text Symbol: 031 = (E): Error
Text Symbol: 001 = Select.
Text Symbol: 002 = Select local time or UTC time
Text Symbol: 003 = Tag
Text Symbol: 004 = To
Text Symbol: 005 = Time
Text Symbol: 006 = UTC Time
Text Symbol: 007 = Local Time





Text Symbol: 008 = Run Number
Text Symbol: 009 = Message
Text Symbol: 010 = Job Number
Text Symbol: 011 = Process Selection of Messages
Text Symbol: 012 = Do you also want to complete dependent W, D, I, S, and N messages for this run?
Text Symbol: 013 = Time Stamp
Text Symbol: 014 = Completed
Text Symbol: 015 = Message Text
Text Symbol: 016 = Process Message
Text Symbol: 017 = Exception
Text Symbol: 018 = UTC Date
Text Symbol: 019 = UTC Time
Text Symbol: 020 = Seconds
Text Symbol: 021 = Message Type
Text Symbol: 022 = Last Run
Text Symbol: 023 = User
Text Symbol: 024 = Information on Synchronization Run
Text Symbol: 025 = Time Conversion
Text Symbol: 026 = Text does not exist. Language:
Text Symbol: 027 = Reset Message Selection
Text Symbol: 028 = Do you also want to reset dependent W, D, I, N, and S messages for this run?
Text Symbol: 029 = Message Type:
Text Symbol: 030 = (A): Abort


INCLUDES used within this REPORT ME_SM_ERROR_ANALYSIS_2

INCLUDE ME_CCMS_GLOBAL_DATA.
INCLUDE ME_SM_ERROR_ANALYSIS_2_DATA.
INCLUDE ME_SM_ERROR_ANALYSIS_2_SELPIC.
INCLUDE ME_SM_ERROR_ANALYSIS_2_OO_DATA.
INCLUDE ME_SM_ERRANALY_CLASS_DEF.


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_CTRACE_REFRESH_SWITCHER CALL FUNCTION 'ME_CTRACE_REFRESH_SWITCHER'.



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