CNV_CDMC_CA_ACTIVATE_STATS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program to activate the collection of statistics on the different systems The CDMC Clearing Analysis relies on the statistics data that will be typically collected from the productive systems...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNV_CDMC_CA_ACTIVATE_STATS 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: CDMC : Activate Statisitics Collection on all the Productive Systems
INCLUDE CNV_CDMC_CC_STATUS_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_CDMC_CC_START_PROGRAM CALL FUNCTION 'CNV_CDMC_CC_START_PROGRAM' DESTINATION GV_RFCDEST EXPORTING IV_PROGNAME = GV_PROG EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE SY-LISEL SYSTEM_FAILURE = 2 MESSAGE SY-LISEL SCHEDULING_ERROR = 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_CDMC_CA_ACTIVATE_STATS - CDMC : Activate Statisitics Collection on all the Productive Systems CNV_CDMC_CA_ACTIVATE_STATS - CDMC : Activate Statisitics Collection on all the Productive Systems CNV_BUILD_SRCH_TOP - Include CNV_BUILD_SRCH_TOP CNV_BUILD_SRCH_FORM - Include CNV_BUILD_SRCH_FORM CNV_BASIS_00001_FILL_CNVSTATE - Fill cnvstate for testing purposes cnv_00001_set_yellow CNV_BASIS_00001_FILL_CNVSTATE - Fill cnvstate for testing purposes cnv_00001_set_yellow