CNV_CDMC_ENTERPRISE_CHECK 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_CDMC_ENTERPRISE_CHECK 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_CDMC_ENTERPRISE_CHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DUMMY_ENTERPRISE_EDITION_CHECK *CALL FUNCTION 'DUMMY_ENTERPRISE_EDITION_CHECK' destination lv_rfcdest * IMPORTING * EXIST_FLAG = exist * EXCEPTIONS * COMMUNICATION_FAILURE = 1 MESSAGE SY-LISEL * SYSTEM_FAILURE = 2 MESSAGE SY-LISEL * FUNCTION_NOT_FOUND = 3 * INVALID_ENTRY = 4 * OTHERS = 5.
DUMMY_ENTERPRISE_EDITION_CHECK ** CALL FUNCTION 'DUMMY_ENTERPRISE_EDITION_CHECK' DESTINATION ** lv_rfcdest ** ** IMPORTING ** exist_flag = exist ** EXCEPTIONS ** communication_failure = 1 ** system_failure = 2 ** function_not_found = 3 ** invalid_entry = 4 ** OTHERS = 5.
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_CDMC_ENTERPRISE_CHECK - Include CNV_CDMC_ENTERPRISE_CHECK CNV_CDMC_DISPLAY_PROJECTS - Include CNV_CDMC_DISPLAY_PROJECTS CNV_CDMC_DISPLAY_PROJECT - Include CNV_CDMC_DISPLAY_PROJECT CNV_CDMC_DISPLAY_FUNCTIONS - Include CNV_CDMC_DISPLAY_FUNCTIONS CNV_CDMC_CTS_CUSTOBJS_TOP - Include CNV_CDMC_CA_CUSTOBJS_TOP CNV_CDMC_CC_STATUS_MACROS - CDMC - Macros for state management in CDOP