CNVCDOP_IMG SAP (CDOP - Definition of the IMG for CDOP Projects) Table details

Dictionary Type: Table
Description: CDOP - Definition of the IMG for CDOP Projects




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




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

CNVCDOP_IMG is a standard SAP Table which is used to store CDOP - Definition of the IMG for CDOP Projects data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDOP_IMG table consists of various fields, each holding specific information or linking keys about CDOP - Definition of the IMG for CDOP Projects data available in SAP. These include ACTIVITY_ID (CDOP - Activity ID), PARENT (CDOP - Activity ID), ACTIVITY_TYPE (CDOP - Activity Type (Executable / Non-Executable)), EXEC_TARGET (CDOP - Role of the system on which the activity executes).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVCDOP_IMG 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
PROJDEF_IDCDOP - Project Definition ID CNVCDOP_PROJDEFIDCHAR5CNVCDOP_PROJDEFALPHACNVCDOP_PROJDEF_ID
ACTIVITY_IDCDOP - Activity ID CNVCDOP_ACTIVITY_IDCHAR30CNVCDOP_ACTIVITY_ID
PARENTCDOP - Activity ID CNVCDOP_ACTIVITY_IDCHAR30CNVCDOP_ACTIVITY_ID
ACTIVITY_TYPECDOP - Activity Type (Executable / Non-Executable) CNVCDOP_ACTIVITY_TYPECHAR1CNVCDOP_ACTIVITY_TYPE
EXEC_TARGETCDOP - Role of the system on which the activity executes CNVCDOP_EXEC_TARGETCHAR1CNVCDOP_SYSROLE
EXEC_MODECDOP - Execution mode of an activity CNVCDOP_EXEC_MODECHAR1CNVCDOP_EXEC_MODE
PROGNAMECDOP - Name of the program for the activity CNVCDOP_ACTIVITY_PROGNAMECHAR40PROGNAME
RESTARTABLECDOP - Can the activity be restarted ? CNVCDOP_RESTARTABLECHAR1CNVCDOP_RESTARTABLE
NEXT_ACTIVITYCDOP - Activity ID CNVCDOP_ACTIVITY_IDCHAR30CNVCDOP_ACTIVITY_ID
PREV_ACTIVITYCDOP - Activity ID CNVCDOP_ACTIVITY_IDCHAR30CNVCDOP_ACTIVITY_ID
NODE_TEXTCDOP - Text for the activity node in the IMG CNVCDOP_NODE_TEXTCHAR30CNVCDOP_DESCRIPTION
DESCRIPTIONCDOP - Short Description for the activity CNVCDOP_ACTIVITY_TEXTCHAR30CNVCDOP_DESCRIPTION
DOCU_LINKDocumentation Object DOKU_OBJCHAR60DOKU_OBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDOP_IMG
INTO CORRESPONDING FIELDS OF WA_CNVCDOP_IMG
WHERE...

How to access SAP table CNVCDOP_IMG

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