EHPRCD_IMDSEXEMP SAP (Mapping between MDS and Exemption) Table details

Dictionary Type: Table
Description: Mapping between MDS and Exemption




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




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

EHPRCD_IMDSEXEMP is a standard SAP Table which is used to store Mapping between MDS and Exemption data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_IMDSEXEMP table consists of various fields, each holding specific information or linking keys about Mapping between MDS and Exemption data available in SAP. These include PARENT_COMPONENT (IMDS Node ID), PARENT_MATERIAL (IMDS Node ID), OWN_NODEID (IMDS Node ID), EXEMPT_CODE (Exemption for Declarable Substance).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EHPRCD_IMDSEXEMP 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 MANDTCLNT3Assigned to domainMANDT
PARENT_COMPONENTIMDS Node ID EHPRC_IMDSNODECHAR18
PARENT_MATERIALIMDS Node ID EHPRC_IMDSNODECHAR18
OWN_NODEIDIMDS Node ID EHPRC_IMDSNODECHAR18
EXEMPT_CODEExemption for Declarable Substance EHPRC_DECSUB_EXEMPTIONCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_IMDSEXEMP
INTO CORRESPONDING FIELDS OF WA_EHPRCD_IMDSEXEMP
WHERE...

How to access SAP table EHPRCD_IMDSEXEMP

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