MDRD_EXTWG SAP (Delivery Relationships: Recipients per Plant and Material) Table details

Dictionary Type: Table
Description: Delivery Relationships: Recipients per Plant and Material




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




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

MDRD_EXTWG is a standard SAP Table which is used to store Delivery Relationships: Recipients per Plant and Material data and is available within R/3 SAP systems depending on the version and release level.

The MDRD_EXTWG table consists of various fields, each holding specific information or linking keys about Delivery Relationships: Recipients per Plant and Material data available in SAP. These include RESDB (Issuing MRP Area), EXTWG (External Material Group), MATNR (Material Number), RTYPE (Delivery Relationship: Type of Goods Recipient).. 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: Can Be Enhanced (Deep)


SAP MDRD_EXTWG 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
RESDBIssuing MRP Area MDRD_RESDBCHAR10MDLGBERID
EXTWGExternal Material Group EXTWGCHAR18TWEWEXTWG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RTYPEDelivery Relationship: Type of Goods Recipient MDRD_RTYPECHAR1MDRD_RTYPE
CDATEDelivery Relationship: Creation Date MDRD_CDATEDATS8DATUM
DDATEDelivery Relationship: Determination Date MDRD_DDATEDATS8DATUM
METHD_MMethod for Determining Supplied MRP Areas MDRD_METHD_MCHAR1MDRD_METHD
LEVEL_MLevel for Determining Supplied MRP Areas MDRD_LEVEL_MNUMC1MDRD_LEVEL
HORIZ_MDelivery Relationship: Horizon for MRP Areas Document Search MDRD_HORIZ_MNUMC3
DOCTP_MDelivery Relationship: Doc. Categs for MRP Areas Doc. Srch MDRD_DOCTP_MCHAR1MDRD_DOCTP
CHK_DISMMDelivery Relationship: MRP Type Check MDRD_CHK_DISMMCHAR1MDRD_CHKBX
CHK_BWSCLDelivery Relationship: Source of Supply Check MDRD_CHK_BWSCLCHAR1MDRD_CHKBX
NUMBR Number of Recipients in the Data Record0
RECIPIENTS Quantity of Recipients (MRP Areas)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDRD_EXTWG
INTO CORRESPONDING FIELDS OF WA_MDRD_EXTWG
WHERE...

How to access SAP table MDRD_EXTWG

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