CNVCDMCUCIA_GET_USED_SAP_OBJS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Determination of SAP Objects used in Customer Objects The purpose of this program is: 1...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 CNVCDMCUCIA_GET_USED_SAP_OBJS 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: S_PCLIST = Include Piecelist
Selection Text: S_DEVC = D Development class
Selection Text: P_SYSID = Solution Manager System Id
Selection Text: P_SOLMAN = Solution Manager system
Selection Text: P_SAP = Modified Objects only
Selection Text: P_PROSOL = Project/Solution
Selection Text: P_PROJID = D Project ID of a CDMC Project
Selection Text: P_JOBCNT = Job no.
Selection Text: P_JOB = Job name
Selection Text: P_ENSAP = Do Env to find used SAP objs
Selection Text: P_CUST = Customer objects only
Selection Text: P_ALL = Customer & Modified Objects
Selection Text: P_ACTID = D Activity ID
Title: CDMC : UCIA - Determine the SAP Objects used in Customer Objects
Text Symbol: 010 = Select the objects to be considered from Piecelist
Text Symbol: 009 = No
Text Symbol: 008 = CNVCDMCUCIA_OBJS
Text Symbol: 007 = Not Available
Text Symbol: 006 = Job Information
Text Symbol: 005 = PGMID cannot be determined for :
Text Symbol: 004 = No references to SAP Objects
Text Symbol: 003 = Interfaces
Text Symbol: 002 = Classes
Text Symbol: 001 = Enter Project ID and Development Class
INCLUDE CNV_CDMC_CC_STATUS_MACROS.
INCLUDE CNV_CDMC_CC_APPLICATION_LOG.
INCLUDE CNVCDMCUCIA_GET_USED_OBJS_TOP.
INCLUDE CNVCDMCUCIA_GET_USED_OBJS_SUBR.
No SAP DATABASE tables are accessed within this REPORT code!
SHOW_JOBSTATE CALL FUNCTION 'SHOW_JOBSTATE' EXPORTING jobcount = gs_refobjs-processing_jobco jobname = gs_refobjs-processing_jobna IMPORTING aborted = gv_aborted running = gv_running EXCEPTIONS jobcount_missing = 1 jobname_missing = 2 job_notex = 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.
CNVCDMCUCIA_GET_USED_SAP_OBJS - CDMC : UCIA - Determine the SAP Objects used in Customer Objects CNVCDMCUCIA_GET_USED_SAP_OBJS - CDMC : UCIA - Determine the SAP Objects used in Customer Objects CNVCDMCUCIA_GET_USED_OBJS_TOP - Include CNVCDMCUCIA_GET_USED_OBJS_TOP CNVCDMCUCIA_GET_USED_OBJS_SUBR - Include CNVCDMCUCIA_GET_USED_OBJS_SUBR CNVCDMCUCIA_GET_COPIED_PROGS_T - Include CNV_CDMC_CA_GET_COPIED_PROGS_T CNVCDMCUCIA_GET_COPIED_PROGS - CDMC: Clearing Analysis - Identifies SAP clone objects