CNVCDMCUCIA_OBJS SAP (CDMC : UCIA - Objects in the Customer Namespace) Table details

Dictionary Type: Table
Description: CDMC : UCIA - Objects in the Customer Namespace




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




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

CNVCDMCUCIA_OBJS is a standard SAP Table which is used to store CDMC : UCIA - Objects in the Customer Namespace data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDMCUCIA_OBJS table consists of various fields, each holding specific information or linking keys about CDMC : UCIA - Objects in the Customer Namespace data available in SAP. These include SYSID (Name of SAP System), OBJ_TYPE (CDMC - Object Type in Upgrade Change Impact Analysis), OBJ_NAME (CDMC - Name of an object in Object Directory Entry (TADIR)), DEVCLASS (Package).. 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 CNVCDMCUCIA_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
OBJ_TYPECDMC - Object Type in Upgrade Change Impact Analysis CNVCDMCUCIA_OBJ_TYPECHAR4Assigned to domainCNVCDMCUCIA_OBJ_TYPE
OBJ_NAMECDMC - Name of an object in Object Directory Entry (TADIR) CNVCDMC_OBJ_NAMCHAR40CNVCDMC_OBJ_NAM
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DEVCL_TEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
SEVERITYCDMC : Severity CNVCDMC_SEVERITYCHAR4CNVCDMC_SEVERITY
STATUSCDMC - UCIA - Processing status of the object CNVCDMCUCIA_STATUSCHAR1DISPCNVCDMCUCIA_STATUS
PROCESSORCDOP : Processor for the current object CNVCDMC_PROCESSORCHAR12AS4USER
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
ADJTIME_CUSTCDMC-Planned Adjustment Time CNVCDMCUCIA_ADJ_TIMEDEC7(2)
ADJTIME_ACT_CUSTCDMC-Actual Adjustment Time CNVCDMCUCIA_ADJ_TIME_ACTDEC7(2)
IS_USEDCDMC : Flag to denote whether an object is being used CNVCDMC_IS_USEDCHAR1CNVCDMC_USAGEIND
AUTH_ROLE_TYPEAuthorization Role Type (Single/Collective) CNV_CDMC_AUTH_ROLE_TYPECHAR1CNV_CDMC_AUTH_ROLE_TYPE
COUNT_AUTHOBJNumber of Authorization Objects assigned to the Role CNV_CDMC_COUNT_AUTHOBJINT410INT4
ACTIVE_USER_ROLEFlag to ind. whether active users are assigned to the role CNV_CDMC_ACTIVE_USER_ROLECHAR1CNV_CDMC_ACTIVE_USER_ROLE
ACTIVE_PROFILE_RFlag to indicate profile is present for the role CNV_CDMC_ACTIVE_PROFILE_ROLECHAR1CNV_CDMC_ACTIVE_PROFILE_ROLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDMCUCIA_OBJS
INTO CORRESPONDING FIELDS OF WA_CNVCDMCUCIA_OBJS
WHERE...

How to access SAP table CNVCDMCUCIA_OBJS

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