CNVIMG SAP (IMG activities) Table details

Dictionary Type: Table
Description: IMG activities




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




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

CNVIMG is a standard SAP Table which is used to store IMG activities data and is available within R/3 SAP systems depending on the version and release level.

The CNVIMG table consists of various fields, each holding specific information or linking keys about IMG activities data available in SAP. These include PACKID (Conversion: Conversion package number), ACTIVITY_OBJECT (IMG activity), SUBOBJECT (Object: Sub-Object), TCODE (Transaction Code).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CNVIMGT


SAP CNVIMG 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
MANDTClient MANDTCLNT3T000MANDT
PACKIDConversion: Conversion package number CNV_PACKCHAR5CNVPACKCNV_PACKCNV_PACK
ACTIVITY_OBJECTIMG activity CNV_IMG_ACTCHAR60DOKU_OBJ
SUBOBJECTObject: Sub-Object OB_SUBOBJCHAR10Assigned to domainOB_SUBOBJ
TCODETransaction Code TCODECHAR20TSTCTCODETCD
ACT_TYPEType of activity CUS_AC_TYPCHAR1CUS_AC_TYP
SEQN4Sequence number DOKU_SEQN4NUMC4DOKU_SEQN4
CHILD_CLSDocumentation: Class DOKU_CLSCHAR4Assigned to domainDOKU_CLS
SUBOBJ_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
ACT_VIEWIMG activity view CNV_VIEWCHAR1CNV_VIEW
EXEC_TARGETTarget system, in which the activity is executed CNV_EXEC_TARGETCHAR1CNV_EXEC_TARGET
ACT_STATEStatus management handling for IMG activities CNV_ACT_STATECHAR1CNV_ACT_STATE
MANUAL_STS_ALLWDManual updation of activity status CNV_MBT_STS_UPDTCHAR1FLAG
CHECK_FUNCNAMEFunction module name FUNCNAMCHAR30Assigned to domainFUNCNAME
OPTIONALMBT PCL Optional flag CNV_MBT_OPTIONALCHAR1CNV_MBT_OPTIONAL
RESTART_ALLOWEDMBT PCL Flag to specify possibility of restart_mode CNV_MBT_RESTART_ALLOWEDCHAR1CNV_MBT_RESTART_ALLOWED
NO_DIALOGNo User dialog should be displayed CNV_NO_DIALOGCHAR1FLAG
LINK_DOCUMENTLink additional document to the IMG activity CNV_LINK_ADD_DOCUMENTCHAR1FLAG
DIR_PROGCALLFlag for direct program call instead of transaction call CNV_DIRPROGCALLCHAR1FLAG
PARALLEL_EXECMBT PCL : Parallel excution of activity in proc. is allowed CNV_MBT_PARALLEL_EXECUTIONCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVIMG
INTO CORRESPONDING FIELDS OF WA_CNVIMG
WHERE...

How to access SAP table CNVIMG

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