CNV_MBT_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_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: MBT PCL : global form routines for migration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_ADM_ACTIVE_PACKID CALL FUNCTION 'CNV_MBT_ADM_ACTIVE_PACKID' EXPORTING SUBPROJECT = GD_SUBPROJECT IMPORTING PACKID = GD_PACKID * PHASE = EXCEPTIONS SUBPROJ_NOEXIST_OR_NOACTV_PACK = 1 OTHERS = 2.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING PACKID = GD_PACKID * EXEC_TARGET = * ALL_AS_TABLE = 'X' * NONE_AT_LOCAL_DEST = 'X' * IMPORTING * DESTINATION_ID = TABLES DESTTAB = LT_CNVMBTDEST EXCEPTIONS NO_DESTINATIONS_FOR_PACKID = 1 NO_SPECIFIC_DESTINATION_TYPE = 2 OTHERS = 3.
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_GLOBAL_FORMS - MBT PCL : global form routines for migration CNV_MBT_GLOBAL_DATA_01 - Include CNV_MBT_GLOBAL_DATA_01 CNV_MBT_GLOBAL_DATA - MBT PCL : Global data definitions for migration CNV_MBT_GET_SYSTEM_INFO - MBT PCL: Fuction Modules for getting System Information 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