CNVCDOPUCIA_FORM SAP (CDOP: UCIA: Impact on SAP Subroutines called externally) Table details

Dictionary Type: Table
Description: CDOP: UCIA: Impact on SAP Subroutines called externally




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




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

CNVCDOPUCIA_FORM is a standard SAP Table which is used to store CDOP: UCIA: Impact on SAP Subroutines called externally data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDOPUCIA_FORM table consists of various fields, each holding specific information or linking keys about CDOP: UCIA: Impact on SAP Subroutines called externally data available in SAP. These include SYSID (Name of SAP System), CUST_PROGNAME (CDOP - Name of an object in Object Directory Entry (TADIR)), FORM_NAME (Name of the Subroutine), PROGNAME (ABAP Program Name).. 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_FORM 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
CUST_PROGNAMECDOP - Name of an object in Object Directory Entry (TADIR) CNVCDOP_OBJ_NAMCHAR40CNVCDOP_OBJ_NAM
FORM_NAMEName of the Subroutine FORMNAMECHAR30EDPERFORM
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
NOT_EXIST Form does not exist in the Upgraded system0
FIELD_NUMBER Number of fields changed0
FORM_INTERFACE Interface of the Form routine has changed0
FORM_INT_ATTR Change in attributes of Form routine's interface parameter0
FORM_INT_REFTYPE Change in the ref. type of Form routine's interface parametr0
SEVERITYCDOP : Severity CNVCDOP_SEVERITYCHAR4CNVCDOP_SEVERITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDOPUCIA_FORM
INTO CORRESPONDING FIELDS OF WA_CNVCDOPUCIA_FORM
WHERE...

How to access SAP table CNVCDOPUCIA_FORM

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