CNVCDMCCTS_DETERMINE_OBJSET is a standard Executable ABAP Report 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 CNVCDMCCTS_DETERMINE_OBJSET 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.
Selection Text: P_ACTID = Activity ID
Selection Text: P_ADHOC = AD-Hoc Analysis
Selection Text: P_PROJ = Project Specific
Selection Text: P_PROJID = Project Id
Selection Text: S_TRKORR = Request
Title: CDMC: Change and Transport System Analysis - Determine Object Set
Text Symbol: 001 = Enter Project Execution method and Project ID
Text Symbol: 002 = request/tasks
INCLUDE CNVCDMCCTS_DETERMINE_OBJSETTOP.
INCLUDE CNV_CDMC_CC_STATUS_MACROS.
INCLUDE CNV_CDMC_CC_APPLICATION_LOG.
INCLUDE CNVCDMCCTS_DETERMINE_OBJ_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
CNVCDMCCTS_DELETE_ADHOC_STATE CALL FUNCTION 'CNVCDMCCTS_DELETE_ADHOC_STATE' EXPORTING iv_project_id = p_projid iv_activity_id = p_actid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVCDMCCTS_DETERMINE_OBJSET - CDMC: Change and Transport System Analysis - Determine Object Set CNVCDMCCTS_DETERMINE_OBJSET - CDMC: Change and Transport System Analysis - Determine Object Set CNVCDMCCA_SQLTR_DOWNLD_TOP - CDMC: CA: SQL trace file download from Appln to Front end-Top include CNVCDMCCA_COLLCUSTOBJS_SOLMAN - CDMC: Program to obtain Project/Solu Heirarchy from SolMan system CNVCDMCCA_COLLCUSTOBJS_SOLMAN - CDMC: Program to obtain Project/Solu Heirarchy from SolMan system CNVCDMCCA_COLLCUSOBJS_SOLMAN_T - Include CNVCDMCCA_COLLCUSOBJS_SOLMAN_T