TWDRD SAP (Profile for Delivery Relationship Determination) Table details

Dictionary Type: Table
Description: Profile for Delivery Relationship Determination




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




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

TWDRD is a standard SAP Table which is used to store Profile for Delivery Relationship Determination data and is available within R/3 SAP systems depending on the version and release level.

The TWDRD table consists of various fields, each holding specific information or linking keys about Profile for Delivery Relationship Determination data available in SAP. These include DRDPRF (Profile for Determining Delivery Relationship), METHD_S (Method for Determining Receiving Plants), LEVEL_S (Level for Determining the Receiving Plants), METHD_C (Method for Determining Receiving Customers).. 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

Text table = TWDRD_TXT


SAP TWDRD 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
DRDPRFProfile for Determining Delivery Relationship WDRD_DRDPRFCHAR2WDRD_DRDPRF
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWDRD
INTO CORRESPONDING FIELDS OF WA_TWDRD
WHERE...

How to access SAP table TWDRD

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