CNVCDMC_IMG SAP (CDMC - Definition of the IMG for CDMC Projects) Table details

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




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




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

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

The CNVCDMC_IMG table consists of various fields, each holding specific information or linking keys about CDMC - Definition of the IMG for CDMC Projects data available in SAP. These include ACTIVITY_ID (CDMC - Activity ID), PARENT (CDMC - Activity ID), ACTIVITY_TYPE (CDMC - Activity Type (Executable / Non-Executable)), EXEC_TARGET (CDMC - 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 CNVCDMC_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_IDCDMC - Project Definition ID CNVCDMC_PROJDEFIDCHAR5CNVCDMC_PROJDEFALPHACNVCDMC_PROJDEF_ID
ACTIVITY_IDCDMC - Activity ID CNVCDMC_ACTIVITY_IDCHAR30CNVCDMC_ACTIVITY_ID
PARENTCDMC - Activity ID CNVCDMC_ACTIVITY_IDCHAR30CNVCDMC_ACTIVITY_ID
ACTIVITY_TYPECDMC - Activity Type (Executable / Non-Executable) CNVCDMC_ACTIVITY_TYPECHAR1CNVCDMC_ACTIVITY_TYPE
EXEC_TARGETCDMC - Role of the system on which the activity executes CNVCDMC_EXEC_TARGETCHAR1CNVCDMC_SYSROLE
EXEC_MODECDMC - Execution mode of an activity CNVCDMC_EXEC_MODECHAR1CNVCDMC_EXEC_MODE
PROGNAMECDMC - Name of the program for the activity CNVCDMC_ACTIVITY_PROGNAMECHAR40PROGNAME
RESTARTABLECDMC - Can the activity be restarted ? CNVCDMC_RESTARTABLECHAR1CNVCDMC_RESTARTABLE
NEXT_ACTIVITYCDMC - Activity ID CNVCDMC_ACTIVITY_IDCHAR30CNVCDMC_ACTIVITY_ID
PREV_ACTIVITYCDMC - Activity ID CNVCDMC_ACTIVITY_IDCHAR30CNVCDMC_ACTIVITY_ID
NODE_TEXTCDMC - Text for the activity node in the IMG CNVCDMC_NODE_TEXTCHAR30CNVCDMC_DESCRIPTION
DESCRIPTIONCDMC - Short Description for the activity CNVCDMC_ACTIVITY_TEXTCHAR30CNVCDMC_DESCRIPTION
DOCU_LINKDocumentation Object DOKU_OBJCHAR60DOKU_OBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDMC_IMG
INTO CORRESPONDING FIELDS OF WA_CNVCDMC_IMG
WHERE...

How to access SAP table CNVCDMC_IMG

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