EHPRCC_IMUMOD SAP (Update mode) Table details

Dictionary Type: Table
Description: Update mode




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




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

EHPRCC_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 EHPRCC_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 EHPRCC_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 EHFND_TEMPLIDCHAR10EHPRCC_INTPLEHFND_TEMPLIDEHFND_ELM_TEMPLID
MATCATMaterial Category EHPRC_MATCATCHAR12EHPRCI_MATCATEHPRC_MATCAT
IDENT_MODEImport Mode Identifier EHPRC_IMPMODEIDENTCHAR1EHPRC_IMPMODEIDENT
IDENT_BYSRSIDImport With Data Supplier ID EHPRC_IMPSRSIDIDENTCHAR1ESDBOOLE
CLASS_MODEImport Mode Class EHPRC_IMPMODECLASSCHAR1EHPRC_IMPMODE
CLASS_BYSRSIDImport With Data Supplier EHPRC_IMPSRSIDCLASSCHAR1ESDBOOLE
COMP_MODEImport Mode Component EHPRC_IMPMODECOMPCHAR1EHPRC_IMPMODECOMP
COMP_BYSRSIDImport With Data Supplier Component EHPRC_IMPSRSIDCOMPCHAR1ESDBOOLE
IMPLOCKLocked for Import EHPRC_IMP_SET_BLOCKEDCHAR1FLAG
IMPIDENTCHECKUniqueness Check EHPRC_IMPIDENTIFY_MESSCHAR1EHPRC_IMPIDENTIFY_MESS
IDENTOEXTUsing Only External Specifications EHPRC_IMPIDENTOEXTCHAR1ESDBOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCC_IMUMOD
INTO CORRESPONDING FIELDS OF WA_EHPRCC_IMUMOD
WHERE...

How to access SAP table EHPRCC_IMUMOD

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