/TDAG/CPC_IMUMOD SAP (Update mode) Table details

Dictionary Type: Table
Description: Update mode




ABAP Code to SELECT data from /TDAG/CPC_IMUMOD
Related tables to /TDAG/CPC_IMUMOD
Access table /TDAG/CPC_IMUMOD




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

/TDAG/CPC_IMUMOD is a standard SAP Table which is used to store Update mode data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/CPC_IMUMOD table consists of various fields, each holding specific information or linking keys about Update mode data available in SAP. These include IMPTYP (Template), MATCAT (Material Category), IDENT_MODE (Import Mode Identifier), IDENT_BYSRSID (Import With Data Supplier ID).. 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


SAP /TDAG/CPC_IMUMOD 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
IMPTYPTemplate /TDAG/RCSE_TEMPLIDCHAR10/TDAG/RCSC_INTPL/TDAG/RCSD_TEMPLID/TDAG/CPH_TEMPLID
MATCATMaterial Category /TDAG/CPE_MATCATCHAR12/TDAG/CPC_MATCAT/TDAG/CPD_MATCAT
IDENT_MODEImport Mode Identifier /TDAG/CPE_IMPMODEIDENTCHAR1/TDAG/CPD_IMPMODEIDENT
IDENT_BYSRSIDImport With Data Supplier ID /TDAG/CPE_IMPSRSIDIDENTCHAR1ESDBOOLE
CLASS_MODEImport Mode Class /TDAG/CPE_IMPMODECLASSCHAR1/TDAG/CPD_IMPMODE
CLASS_BYSRSIDImport With Data Supplier /TDAG/CPE_IMPSRSIDCLASSCHAR1ESDBOOLE
COMP_MODEImport Mode Component /TDAG/CPE_IMPMODECOMPCHAR1/TDAG/CPD_IMPMODECOMP
COMP_BYSRSIDImport With Data Supplier Component /TDAG/CPE_IMPSRSIDCOMPCHAR1ESDBOOLE
IMPLOCKLocked for Import /TDAG/CPE_IMP_SET_BLOCKEDCHAR1FLAG
IMPIDENTCHECKUniqueness Check /TDAG/CPE_IMPIDENTIFY_MESSCHAR1/TDAG/CPD_IMPIDENTIFY_MESS
IDENTOEXTUsing Only External Specifications /TDAG/CPE_IMPIDENTOEXTCHAR1ESDBOOLE

Key field Non-key field



How do I retrieve data from SAP table /TDAG/CPC_IMUMOD using ABAP code

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

SELECT SINGLE *
FROM /TDAG/CPC_IMUMOD
INTO CORRESPONDING FIELDS OF WA_/TDAG/CPC_IMUMOD
WHERE...

How to access SAP table /TDAG/CPC_IMUMOD

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