SAP Reports / Programs

ML_SHOW_PROTOCOL SAP ABAP Report - Display Message Log







ML_SHOW_PROTOCOL 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 ML_SHOW_PROTOCOL 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

CKMPROTDIS - Display Log


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 ML_SHOW_PROTOCOL. "Basic submit
SUBMIT ML_SHOW_PROTOCOL AND RETURN. "Return to original report after report execution complete
SUBMIT ML_SHOW_PROTOCOL 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: P_PROTNR = D Log Number
Title: Display Message Log


INCLUDES used within this REPORT ML_SHOW_PROTOCOL

No INCLUDES are used within this REPORT code!


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:

CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING APLID = 'ACT' OBJECT_ID = 'ACT' NO_OTHER_INITIALIZE = 'X' EXCEPTIONS OTHERS = 1.

CM_F_LOAD CALL FUNCTION 'CM_F_LOAD' EXPORTING CMF_NR = P_PROTNR EXCEPTIONS NOT_ACTIVE = 1 PROTOCOL_NOT_FOUND = 2 WRONG_OBJECT_ID = 3 OTHERS = 4.

CM_F_INFO call function 'CM_F_INFO' EXPORTING * ALL = 'X' APLID = 'ACT' * OBJECT = ' ' * OBJECT_ID = ' ' * WILDCARD_SEARCH = ' ' IMPORTING * APLIDENT = * A_MSG_COUNTER_PRO = * A_MSG_COUNTER_SCR = * E_MSG_COUNTER_PRO = * E_MSG_COUNTER_SCR = * I_MSG_COUNTER_PRO = * I_MSG_COUNTER_SCR = * MAX_SEVERITY_PRO = * MAX_SEVERITY_SCR = * MSGTY_PRO = * MSGTY_SCR = MSG_COUNTER_PRO = h_msg_counter_pro.

CM_F_DISPLAY_LOG call function 'CM_F_DISPLAY_LOG' EXPORTING APLID = 'ACT' * HEADLINE = ' ' * OCS_ACTIV = ' ' * OCS_SEND_IMMEDIATE = ' ' SKIP_INFO_SCREEN = h_skip_info_screen * DISPLAY_IN_NEW_TASK = ' ' * TITLEBAR = ' ' * TITLE = ' ' * OBJECT = ' ' * WITH_OBJECTINDEPENDENT = 'X' * ADDITIONAL_INFO = * MSG_EXITCALL_ICON = ' ' GRID_DISPLAY = 'X' ALV_VARIANT = ckru0_co_msg_alv_variant * TABLES * I_OBJECT_FILTER = EXCEPTIONS NOT_ACTIVE = 1 ERROR_WITH_OBJECT = 2 ERROR_WITH_SUBOBJ = 3 ERROR_WITH_ADDINFO = 4 OTHERS = 5.



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