CNVA_CCD_ANA_TRIGGER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter CNVA_CCD_ANA_TRIGGER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNVA_CCD_ANA - Trigger CC Delete Downtime Analysis
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: Trigger the Volume Analysis Process in the Remote System
Text Symbol: 001 = Create PCL Package for Volume Analysis
Text Symbol: 002 = RFC Destination
Text Symbol: 003 = Text for PCL Package
Text Symbol: 004 = CC Delete Volume Analysis by user
Text Symbol: 140 = Obsolete Run ID
INCLUDE CNVA_CCD_ANA_D_TRIGGER.
INCLUDE CNVA_CCD_ANA_TRIGGER_PBO.
INCLUDE CNVA_CCD_ANA_TRIGGER_PAI.
INCLUDE CNVA_CCD_ANA_P_TRIG_FORMS.
INCLUDE CNVA_CCD_ANA_TRIGGER_PBO_200.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVA_CCD_ANA_TRIGGER - Trigger the Volume Analysis Process in the Remote System CNVA_CCD_ANA_TRIGGER - Trigger the Volume Analysis Process in the Remote System CNVA_CCD_ANA_TAB_FLD_TOP - Include CNVA_CCD_ANA_TAB_FLD_TOP CNVA_CCD_ANA_TAB_FLD_MODULE - Include CNVA_CCD_ANA_TAB_FLD_MODULE CNVA_CCD_ANA_P_TRIG_FORMS - Include CNVA_CCD_ANA_P_TRIG_FORMS CNVA_CCD_ANA_P_MODULE_ANALYSIS - Include CNVA_CCD_ANA_P_MODULE_ANALYSIS