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
Below is a list of transaction codes which are relevant to this SAP report
MI_CLOGMON - Client Log Analysis
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.
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.
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.
No SAP DATABASE tables are accessed within this REPORT code!
ME_CTRACE_REFRESH_SWITCHER CALL FUNCTION 'ME_CTRACE_REFRESH_SWITCHER'.
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.