SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_MBT_MONITOR SAP ABAP Report - Prototyp PCL Monitor







CNV_MBT_MONITOR 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 CNV_MBT_MONITOR 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 CNV_MBT_MONITOR. "Basic submit
SUBMIT CNV_MBT_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_MONITOR 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_PACK = Package number
Title: Prototyp PCL Monitor
Text Symbol: 001 = Package
Text Symbol: 002 = Phase
Text Symbol: 003 = Activity
Text Symbol: 004 = Package overview
Text Symbol: 005 = Execution


INCLUDES used within this REPORT CNV_MBT_MONITOR

INCLUDE CNV_MBT_MONITOR_DATA.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'CNV_MBT_MONITOR' I_CALLBACK_PF_STATUS_SET = 'SETPF' I_CALLBACK_USER_COMMAND = 'USERCOMMAND' I_STRUCTURE_NAME = 'GT_OUT' IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GD_IT_EVENT IT_EVENT_EXIT = GD_IT_EVENT_EXIT IS_LAYOUT = GD_LAYOUT TABLES T_OUTTAB = GT_OUT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GD_OUT-ACTIVITY_ID EXEC_NUM = GD_OUT-EXEC_NUM EXCEPTIONS OTHERS = 1.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING SESSION_ID = GD_OUT-SESSION_ID SUBACT_ID = GD_SUBACT_ID TASK_ID = GD_OUT-TASK_ID EXCEPTIONS OTHERS = 1.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = p_pack phase = p_phase activity_id = gd_out-activity_id EXEC_NUM = GD_OUT-EXEC_NUM EXCEPTIONS OTHERS = 1.

CNV_MBT_L_STATE_SESSION_INFO CALL FUNCTION 'CNV_MBT_L_STATE_SESSION_INFO' EXPORTING IM_SESSION_ID = P_SESS ACTIVITY_INFO = 'X' * SUBACTIVITY_INFO = IMPORTING EX_CNVMBTSTATE = LD_CNVMBTSTATE * TABLES * T_IN_SESSION_ID = * T_EX_CNVMBTSTATE = * T_EX_CNVMBTSUBSTATE = EXCEPTIONS OTHERS = 1.



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