WDRD_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 WDRD_EXTWG
Related tables to WDRD_EXTWG
Access table WDRD_EXTWG




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

WDRD_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 WDRD_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 RESWK (Supplying (Issuing) Plant in Stock Transport Order), 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 WDRD_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
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
EXTWGExternal Material Group EXTWGCHAR18TWEWEXTWG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RTYPEDelivery Relationship: Type of Goods Recipient WDRD_RTYPECHAR1WDRD_RTYPE
CDATEDelivery Relationship: Creation Date WDRD_CDATEDATS8DATUM
DDATEDelivery Relationship: Determination Date WDRD_DDATEDATS8DATUM
METHD_SMethod for Determining Receiving Plants WDRD_METHD_SCHAR1WDRD_METHD
LEVEL_SLevel for Determining the Receiving Plants WDRD_LEVEL_SNUMC1WDRD_LEVEL
METHD_CMethod for Determining Receiving Customers WDRD_METHD_CCHAR1WDRD_METHD
LEVEL_CLevel for Determining Receiving Customers WDRD_LEVEL_CNUMC1WDRD_LEVEL
HORIZ_SDelivery Relationship: Horizon for Document Search by Plants WDRD_HORIZ_SNUMC3
DOCTP_SDelivery Relationship: Document Cats for Doc. Search Plants WDRD_DOCTP_SCHAR1WDRD_DOCTP
CHK_WRF3Delivery Relationship: Supplying Plant Check WDRD_CHK_WRF3CHAR1WDRD_CHK_WRF3
CHK_EORDDelivery Relationship: Source List Check WDRD_CHK_EORDCHAR1WDRD_CHK_EORD
CHK_FRESWDelivery Relationship: Fixed Supply Source Check WDRD_CHK_FRESWCHAR1WDRD_CHKBX
CHK_KORDBDelivery Relationship: Source List Requirement Check WDRD_CHK_KORDBCHAR1WDRD_CHKBX
CHK_VLFKZDelivery Relationship: Plant Category Check WDRD_CHK_VLFKZCHAR1WDRD_CHK_VLFKZ
CHK_SOTDelivery Relationship: Opening Hours Check WDRD_CHK_SOTCHAR1WDRD_CHKBX
CHK_WLK1Delivery Relationship: Listing Check WDRD_CHK_WLK1CHAR1WDRD_CHKBX
CHK_BWSCLDelivery Relationship: Source of Supply Check WDRD_CHK_BWSCLCHAR1WDRD_CHKBX
CHK_DISMMDelivery Relationship: MRP Type Check WDRD_CHK_DISMMCHAR1WDRD_CHKBX
CHK_MMSTADelivery Relationship: Plant-Specific Material Status Check WDRD_CHK_MMSTACHAR1WDRD_CHKBX
HORIZ_CDelivery Relationship: Horizon for Document Search Customers WDRD_HORIZ_CNUMC3
CHK_WRSZDelivery Relationship: Customer Listing Check WDRD_CHK_WRSZCHAR1WDRD_CHKBX
NUMBR Number of Recipients in the Data Record0
RECIPIENTS Quantity of Recipients (Plants or Customers)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WDRD_EXTWG
INTO CORRESPONDING FIELDS OF WA_WDRD_EXTWG
WHERE...

How to access SAP table WDRD_EXTWG

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