CNVCDMCCTS_USED SAP (CDMC : CTS Used Objects) Table details

Dictionary Type: Table
Description: CDMC : CTS Used Objects




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




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

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

The CNVCDMCCTS_USED table consists of various fields, each holding specific information or linking keys about CDMC : CTS Used Objects data available in SAP. These include SYSID (Name of SAP System), TRKORR (Request/Task), PGMID (Program ID in Requests and Tasks), OBJ_TYPE (Object Type).. 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: Not classified


SAP CNVCDMCCTS_USED 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
PROJ_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_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMETADIR name of Program which was executed CNVCDMC_OBJ_NAMECHAR120CNVCDMC_OBJ_NAME
OPERATIONCDMC : Operation name for the Customer Modification CNVCDMC_CUST_OPERCHAR4CUS_OPER
OPER_COUNTCount of Operation CNVCDMC_OPER_COUNTCHAR2CHAR2
OPER_NAMEDetail to modification, e.g. note number, BAdI Name, Dynpro CNVCDMC_OPER_NAMECHAR40CHAR40
OBJ_NAMESPACENamespace CNVCDMC_OBJ_NAMESPACECHAR1CNVCDMC_OBJ_NAMESPACE
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DEVCL_TEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
APPL_COMPApplication component ID UFPS_POSIDCHAR24UFPS_POSID
APPL_COMP_TEXTShort text UDTEXTCHAR60UDCHA60
MOD_USERCustomer Enhancement/Modification: Last Changed By CUS_AUTHORCHAR12Assigned to domainXUBNAME
MOD_DATECuzstomer Enhancement/Modification: Date of Last Change CUS_DATEDATS8SYDATS
ACT_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
MOD_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
STD_TRKORRTransport req last determinable std ver is assigned CNVCDMC_STD_TRKORRCHAR20CHAR20
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
USAGEIND_ANALCDMC: Flag to denote whether an object is used/not used CNVCDMC_CTS_USAGEINDCHAR1CNVCDMC_CTS_USAGEIND
USAGEIND_STATCDMC: Flag to denote whether an object is used/not used CNVCDMC_CTS_USAGEINDCHAR1CNVCDMC_CTS_USAGEIND
ANAL_STARTCDMC: CTS Analysis Start Date CNVCDMCCTS_ANALSTDATEDATS8CNVCDMC_DATE
ANAL_ENDCDMC: CTS Analysis End Date CNVCDMCCTS_ANALENDDATEDATS8CNVCDMC_DATE
TCOVR_ANAL_STARTCDMC: CTS Analysis Start Date CNVCDMCCTS_ANALSTDATEDATS8CNVCDMC_DATE
TCOVR_ANAL_ENDCDMC: CTS Analysis End Date CNVCDMCCTS_ANALENDDATEDATS8CNVCDMC_DATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDMCCTS_USED
INTO CORRESPONDING FIELDS OF WA_CNVCDMCCTS_USED
WHERE...

How to access SAP table CNVCDMCCTS_USED

Within an ECC or HANA version of SAP you can also view further information about CNVCDMCCTS_USED 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!