CNVCDOPUCIA_OREF SAP (CDOP : UCIA - References to SAP Objects in Custom Objects) Table details

Dictionary Type: Table
Description: CDOP : UCIA - References to SAP Objects in Custom Objects




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




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

CNVCDOPUCIA_OREF is a standard SAP Table which is used to store CDOP : UCIA - References to SAP Objects in Custom Objects data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDOPUCIA_OREF table consists of various fields, each holding specific information or linking keys about CDOP : UCIA - References to SAP Objects in Custom Objects data available in SAP. These include SYSID (Name of SAP System), OBJ_TYPE (Object Type), OBJ_NAME (ABAP Workbench: LIMU Name), AS4POS (Dictionary: Line item).. 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_OREF 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
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEABAP Workbench: LIMU Name EU_LNAMECHAR120EU_LNAME
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
ITER_COUNTCDOP - UCIA - Number of iterations in Env. Determination CNVCDOPUCIA_ITER_COUNTNUMC1
REF_OBJ_TYPERefrence object CNVCDOP_REF_OBJECTCHAR4CHAR4
REF_OBJ_NAMERefrence object which uses object CNVCDOP_REF_OBJ_NAMECHAR120CNVCDOP_REF_OBJ_NAME
SEVERITY_SAPCDOP : Severity CNVCDOP_SEVERITYCHAR4CNVCDOP_SEVERITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDOPUCIA_OREF
INTO CORRESPONDING FIELDS OF WA_CNVCDOPUCIA_OREF
WHERE...

How to access SAP table CNVCDOPUCIA_OREF

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