SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

ME_CL_ERROR_ANALYSIS_2 SAP ABAP Report - Client Logs and Traces







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MI_CLOGMON - Client Log Analysis


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_CL_ERROR_ANALYSIS_2. "Basic submit
SUBMIT ME_CL_ERROR_ANALYSIS_2 AND RETURN. "Return to original report after report execution complete
SUBMIT ME_CL_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_TEXT = Text
Selection Text: S_DEID = Device ID
Selection Text: P_COPNT2 = To Component
Selection Text: P_COPNT1 = From Component
Selection Text: P_CNT = Messages to be Read
Title: Client Logs and Traces
Text Symbol: 038 = (I): Information
Text Symbol: 039 = (P): Path
Text Symbol: 040 = (D): Debug
Text Symbol: 041 = (A): All
Text Symbol: 042 = Message Status:
Text Symbol: 043 = Cancellat.
Text Symbol: 044 = Do you also want to reset complete W, D, I, P, and A messages?
Text Symbol: 045 = Reset Message Selection
Text Symbol: 046 = Multiple Text Selection
Text Symbol: 047 = Text deleted on database in the meantime
Text Symbol: 048 = Select Device ID
Text Symbol: 049 = Search with Wildcard *, +
Text Symbol: 050 = Statistics Display
Text Symbol: 051 = Component Selection
Text Symbol: 052 = Selections
Text Symbol: 053 = Selections from
Text Symbol: 054 = Read:
Text Symbol: 055 = Conversion:
Text Symbol: 056 = Display Type:
Text Symbol: 057 = Hierarchy List
Text Symbol: 058 = Pos. Key
Text Symbol: 059 = Line
Text Symbol: 060 = Error Text
Text Symbol: 061 = Error Text; Line 1, 140 Characters
Text Symbol: 062 = Messages are dependent on device ID, user, and day.
Text Symbol: 063 = Traffic Light
Text Symbol: 064 = Log
Text Symbol: 065 = Trace
Text Symbol: 066 = File to be Displayed:
Text Symbol: 037 = (W): Warning
Text Symbol: 001 = Select.





Text Symbol: 002 = UTC Time
Text Symbol: 003 = UTC Day
Text Symbol: 004 = To
Text Symbol: 005 = UTC Time
Text Symbol: 006 = Pos. Key
Text Symbol: 007 = Device ID
Text Symbol: 008 = Message Type
Text Symbol: 009 = User Name
Text Symbol: 010 = Error Date
Text Symbol: 011 = Message Number
Text Symbol: 012 = Time Stamp
Text Symbol: 013 = Component
Text Symbol: 014 = Time Zone
Text Symbol: 015 = Pos. Key
Text Symbol: 016 = Line
Text Symbol: 017 = Error Text
Text Symbol: 018 = UTC Date
Text Symbol: 019 = UTC Time
Text Symbol: 020 = Seconds
Text Symbol: 021 = Completed
Text Symbol: 022 = Process Selection of Messages
Text Symbol: 023 = Do you also want to complete complete W, D, I, P, and A messages?
Text Symbol: 024 = Time Conversion
Text Symbol: 025 = Selection of Client Components
Text Symbol: 026 = Process Messages
Text Symbol: 027 = Select Entries
Text Symbol: 028 = Error in Flush
Text Symbol: 029 = Error Text
Text Symbol: 030 = Components
Text Symbol: 031 = Not Processed
Text Symbol: 032 = Finished
Text Symbol: 033 = Message Type:
Text Symbol: 034 = All
Text Symbol: 035 = (F): Fatal
Text Symbol: 036 = (E): Error


INCLUDES used within this REPORT ME_CL_ERROR_ANALYSIS_2

INCLUDE ME_CCMS_GLOBAL_DATA.
INCLUDE ME_CL_ERROR_ANALYSIS_2_DATA.
INCLUDE ME_CL_ERROR_ANALYSIS_2_SELPIC.
INCLUDE ME_CL_ERROR_ANALYSIS_2_OO_DATA.





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