SAP Reports / Programs

CNV_MBT_GET_NET_RUNTIME SAP ABAP Report - Determine / Download net runtime of a DMIS package







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


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_GET_NET_RUNTIME. "Basic submit
SUBMIT CNV_MBT_GET_NET_RUNTIME AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_GET_NET_RUNTIME VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT CNV_MBT_GET_NET_RUNTIME

INCLUDE: OLE2INCL.


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:

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.



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