CNVCDOPUCIA_RES SAP (CDOP : UCIA - Result of Remote Comparison of SAP Objects) Table details

Dictionary Type: Table
Description: CDOP : UCIA - Result of Remote Comparison of SAP Objects




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




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

CNVCDOPUCIA_RES is a standard SAP Table which is used to store CDOP : UCIA - Result of Remote Comparison of SAP Objects data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDOPUCIA_RES table consists of various fields, each holding specific information or linking keys about CDOP : UCIA - Result of Remote Comparison of SAP Objects data available in SAP. These include PGMID (Program ID in Requests and Tasks), OBJECT (Object Type), OBJ_NAME (Object Name in Object List), NOT_EXIST (The object does not exist in one of the systems).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVCDOPUCIA_RES 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_IDCDOP - Project ID CNVCDOP_PROJECT_IDCHAR5Assigned to domainALPHACNVCDOP_PROJ_ID
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
NOT_EXIST The object does not exist in one of the systems0
PRIMARY_KEY Change in the primary key of the table0
ATTRIBUTES Change in the attributes of the object0
SEARCH_HELP Search help has changed0
CHECK_TABLE Check table changed0
FIELD_NUMBER Number of fields changed0
VIEW_FIELD_DEL Field deleted0
VIEW_DB_NUMBER Number of databases involved in a view have changed0
VIEW_JOIN_COND Join condition of the view has changed0
REF_TYPE Reference type has changed0
DATATYPE Data type changed0
DOMA_VALUES Fixed values / Value table of the domain has changed0
DOMA_CONV_EXIT Conversion routine of the domain has changed0
ENQU_PARAMETERS Parameters of the lock object have changed0
ENQU_MODE Lock mode has changed0
ENQU_TABLE Secondary tables of the lock object have changed0
REPSDELTA Program / Include has changed0
FUNC_OBSOLETE Function Module has been flagged as obsolete0
FUNC_INTERFACE Interface of the Function Module has changed0
FUNC_INT_ATTR Change in the Attributes of the FM's interface parameter0
FUNC_INT_REFTYPE Change in the ref. type of the FM's interface parameter0
ROWTYPE Row Type changed0
METH_CHANGED Method changed0
METH_PROPERTIES Method Properties changed0
METH_PARAMETERS Method Parameters have changed0
CLAS_PROPERTIES Class properties changed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDOPUCIA_RES
INTO CORRESPONDING FIELDS OF WA_CNVCDOPUCIA_RES
WHERE...

How to access SAP table CNVCDOPUCIA_RES

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