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
Below is a list of transaction codes which are relevant to this SAP report
CKMPROTDIS - Display Log
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: P_PROTNR = D Log Number
Title: Display Message Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ML_SHOW_PROTOCOL - Display Message Log ML_SHOW_PROTOCOL - Display Message Log ML_SHOW_LOG_FOR_MATERIAL - Report ML_SHOW_LOG_FOR_MATERIAL ML_SHOW_LOG_FOR_MATERIAL - Report ML_SHOW_LOG_FOR_MATERIAL ML_PROD_ORDER_HIST_DISP_TOP - MLPRODORDERHISTDISPTOP ML_PROD_ORDER_HIST_DISP_O01 - MLPRODORDERHISTDISPO01