CNVCDMCCTS_OBJS SAP (CDMC : Customer Objects and SAP Mods for CTS project) Table details

Dictionary Type: Table
Description: CDMC : Customer Objects and SAP Mods for CTS project




ABAP Code to SELECT data from CNVCDMCCTS_OBJS
Related tables to CNVCDMCCTS_OBJS
Access table CNVCDMCCTS_OBJS




Table field list including key, data, relationships and ABAP select examples

CNVCDMCCTS_OBJS is a standard SAP Table which is used to store CDMC : Customer Objects and SAP Mods for CTS project data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDMCCTS_OBJS table consists of various fields, each holding specific information or linking keys about CDMC : Customer Objects and SAP Mods for CTS project data available in SAP. These include SYSID (Name of SAP System), TRKORR (Request/Task), PGMID (Program ID in Requests and Tasks), OBJ_TYPE (CDMC - Object Type in Upgrade Change Impact Analysis).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CNVCDMCCTS_OBJS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PROJECT_IDCDMC - Project ID CNVCDMC_PROJECT_IDCHAR5Assigned to domainALPHACNVCDMC_PROJ_ID
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJ_TYPECDMC - Object Type in Upgrade Change Impact Analysis CNVCDMCUCIA_OBJ_TYPECHAR4Assigned to domainCNVCDMCUCIA_OBJ_TYPE
OBJ_NAMETADIR name of Program which was executed CNVCDMC_OBJ_NAMECHAR120CNVCDMC_OBJ_NAME
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
REM_ANALFlag to indicate whether the entry is out of Environment CNVCDMCCTS_REMANALCHAR1CNVCDMCCTS_REMANAL
REF_OBJ_TYPERefrence object CNVCDMC_REF_OBJECTCHAR4CHAR4
REF_OBJ_NAMERefrence object which uses object CNVCDMC_REF_OBJ_NAMECHAR120CNVCDMC_REF_OBJ_NAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DEVCL_TEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
APPL_COMPApplication component ID UFPS_POSIDCHAR24UFPS_POSID
APPL_COMP_TEXTShort text UDTEXTCHAR60UDCHA60
REF_OBJ_DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
REF_OBJ_DEVC_TXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
REF_OBJ_APPL_COMApplication component ID UFPS_POSIDCHAR24UFPS_POSID
REF_OBJ_APCO_TXTShort text UDTEXTCHAR60UDCHA60
ENVIANAL_NOTSUPPFlag to denote whether environment analysis is not supported CNVCDMCCTS_ENVIANAL_NOTSUPPORTCHAR1CNVCDMCCTS_ENVIANAL_NOTSUPPORT
SEVERITYCDMC : CTS Severity CNVCDMCCTS_SEVERITYCHAR4CNVCDMCCTS_SEVERITY
STATUS CDMC: CTS Comparison Status of the Object CNVCDMCCTS_STATUSCHAR1CNVCDMCCTS_STATUS
PROCESSORCDOP : Processor for the current object CNVCDMC_PROCESSORCHAR12AS4USER
STATUS_PROCESSCDMC - CTS - Processing status of the object CNVCDMCCTS_STATUS_PROCESSCHAR1DISPCNVCDMCCTS_STATUS_PROCESS
STATUS_TEXTCDMC : Comment for change of status CNVCDMC_COMMENTCHAR60TEXT60
STATUS_USERLast Changed by AS4USERCHAR12AS4USER
STATUS_DATEDate of Last Change AS4DATEDATS8AS4DATE
STATUS_TIMELast changed at AS4TIMETIMS6AS4TIME
TARGET_SYSTEMCommunication Identification/Number SYSIDCHAR30CHAR30
CNVCDMCCTS_ANALCDMC: CTS - Latest Transport Request from Analysis System CNVCDMCCTS_ANALCHAR20Assigned to domainTRKORR
CNVCDMCCTS_TARGCDMC: CTS - Latest Transport Request from Target System CNVCDMCCTS_TARGCHAR20Assigned to domainTRKORR

Key field Non-key field



How do I retrieve data from SAP table CNVCDMCCTS_OBJS using ABAP code

The following ABAP code Example will allow you to do a basic selection on CNVCDMCCTS_OBJS to SELECT all data from the table
DATA: WA_CNVCDMCCTS_OBJS TYPE CNVCDMCCTS_OBJS.

SELECT SINGLE *
FROM CNVCDMCCTS_OBJS
INTO CORRESPONDING FIELDS OF WA_CNVCDMCCTS_OBJS
WHERE...

How to access SAP table CNVCDMCCTS_OBJS

Within an ECC or HANA version of SAP you can also view further information about CNVCDMCCTS_OBJS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!