CNV_MBT_DEX_GLOBAL_FORMS is a standard ABAP INCLUDE 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_DEX_GLOBAL_FORMS 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: Include CNV_MBT_DEX_GLOBAL_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_DEX_GET_ASSIGNED_DEXID CALL FUNCTION 'CNV_MBT_DEX_GET_ASSIGNED_DEXID' EXPORTING IM_PACKID = p_gd_packid IMPORTING EX_DEXID = p_gd_dexid EXCEPTIONS INVALID_CALL = 1 ERROR_WHILE_READING = 2 OTHERS = 3 .
CNV_MBT_DEX_IMP_HEADER_FILE CALL FUNCTION 'CNV_MBT_DEX_IMP_HEADER_FILE' EXPORTING IM_DEXID = p_gd_dexid * IM_WORK_MODE = ' ' IMPORTING EX_SUBRC = p_gd_subrc * EX_FILESIZE = * TABLES * EXT_MSG_LOG = .
FILE_GET_NAME_AND_LOGICAL_PATH CALL FUNCTION 'FILE_GET_NAME_AND_LOGICAL_PATH' EXPORTING * CLIENT = SY-MANDT LOGICAL_FILENAME = LP_LOG_FILENAME * OPERATING_SYSTEM = ' ' PARAMETER_1 = LP_DEXID PARAMETER_2 = LD_PORTION * PARAMETER_3 = ' ' * USE_PRESENTATION_SERVER = ' ' * WITH_FILE_EXTENSION = ' ' * USE_BUFFER = ' ' * ELEMINATE_BLANKS = 'X' IMPORTING * FILE_FORMAT = FILE_NAME = LP_PHYS_FILENAME * LOGICAL_PATH = EXCEPTIONS FILE_NOT_FOUND = 1 OPERATING_SYSTEM_NOT_FOUND = 2 FILE_SYSTEM_NOT_FOUND = 3 OTHERS = 4 .
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_DEX_GLOBAL_FORMS - Include CNV_MBT_DEX_GLOBAL_FORMS CNV_MBT_DEX_GLOBAL_DATA - Include CNV_MBT_DEX_GLOBAL_DATA CNV_MBT_DEX_EXP_EXTRACT_02 - Include CNV_MBT_DEX_EXP_EXTRACT_02 CNV_MBT_DEX_EXP_EXTRACT_01 - Include CNV_MBT_DEX_EXP_EXTRACT_01 CNV_MBT_DEX_EXP_DATA_EXT_SUB - Subtask Export data file CNV_MBT_DEX_EXP_DATA_EXT_SUB - Subtask Export data file