CNV_MBT_GET_NET_RUNTIME 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_GET_NET_RUNTIME into the relevant SAP transactions such as SE38 or SE80
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.
Title: Determine / Download net runtime of a DMIS package
Text Symbol: 001 = Net Runtime
Text Symbol: 002 = Created by
Text Symbol: 003 = Package
Text Symbol: 004 = Page &P
Text Symbol: 005 = System
INCLUDE: OLE2INCL.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_STATE_PHASES_GET CALL FUNCTION 'CNV_MBT_STATE_PHASES_GET' EXPORTING packid = p_packid TABLES t_phases = gt_phases.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING insert_id = '000000' relationship = ' ' TABLES nodetab = lt_nodes EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = callback_program callback_user_command = 'USER_COMMAND' callback_gui_status = 'SET_STATUS' EXCEPTIONS OTHERS = 1.
CNV_MBT_ACTIVITY_NODETEXT_GET CALL FUNCTION 'CNV_MBT_ACTIVITY_NODETEXT_GET' EXPORTING ACTIVITY_ID = P_GS_OUTPUT_ACTIVITY_ID IMPORTING NODE_TEXT = ld_node_text EXCEPTIONS NO_TEXT_FOUND = 1 * OTHERS = 2 .
CNV_MBT_UC_DOWNLOAD CALL FUNCTION 'CNV_MBT_UC_DOWNLOAD' EXPORTING FILENAME = gv_tmpfile FILETYPE = 'DAT' WRITE_FIELD_SEPARATOR = 'X' TABLES DATA_TAB = gt_download EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.
CNV_MBT_UC_DOWNLOAD CALL FUNCTION 'CNV_MBT_UC_DOWNLOAD' EXPORTING FILENAME = gv_macroname FILETYPE = 'ASC' * WRITE_FIELD_SEPARATOR = 'X' TABLES DATA_TAB = gt_macrotab EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.
GUI_DELETE_FILE CALL FUNCTION 'GUI_DELETE_FILE' EXPORTING FILE_NAME = gv_tmpfile EXCEPTIONS FAILED = 1 OTHERS = 2.
GUI_DELETE_FILE CALL FUNCTION 'GUI_DELETE_FILE' EXPORTING FILE_NAME = gv_macroname EXCEPTIONS FAILED = 1 OTHERS = 2.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING * DEF_FILENAME = '' * DEF_PATH = '' MASK = lv_mask MODE = 'S' * TITLE = ' ' IMPORTING FILENAME = gv_filename * RC = EXCEPTIONS INV_WINSYS = 1 NO_BATCH = 2 SELECTION_CANCEL = 3 SELECTION_ERROR = 4 OTHERS = 5 .
SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING LICENSE_NUMBER = ld_instnr.
CNV_MBT_UC_DOWNLOAD CALL FUNCTION 'CNV_MBT_UC_DOWNLOAD' EXPORTING FILENAME = gv_filename FILETYPE = 'DAT' WRITE_FIELD_SEPARATOR = 'X' TABLES DATA_TAB = gt_download EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_GET_NET_RUNTIME - Determine / Download net runtime of a DMIS package CNV_MBT_GET_NET_RUNTIME - Determine / Download net runtime of a DMIS package CNV_MBT_GENWHERE_CLAUSE_46 - Where Clause for the Conversion Object CNV_MBT_GENWHERE_CLAUSE_46 - Where Clause for the Conversion Object CNV_MBT_GENER_IMG_FOR_LOCKSYST - Create Activities and IMG Steps Based on Table cnvmbtlocksyst CNV_MBT_GENER_IMG_FOR_LOCKSYST - Create Activities and IMG Steps Based on Table cnvmbtlocksyst