WDFR1 SAP (Requirements Planning for Perishables) Table details

Dictionary Type: Table
Description: Requirements Planning for Perishables




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




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

WDFR1 is a standard SAP Table which is used to store Requirements Planning for Perishables data and is available within R/3 SAP systems depending on the version and release level.

The WDFR1 table consists of various fields, each holding specific information or linking keys about Requirements Planning for Perishables data available in SAP. These include MARKFELD (Individual, User-Defined Character), BESTELLT (Individual, User-Defined Character), SATKZ (Individual, User-Defined Character), MATNR (Material Number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WDFR1 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
MARKFELDIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
BESTELLTIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
SATKZIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LNAME1Name NAME1CHAR30TEXT30
UMSMNGSales quantity in base unit of measure MCW_UMSMNGQUAN15(3) MENGV15_3
LABSTValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
UAVMNGStock transport order 2 (supplying site view), quantity MCW_UAVMNGQUAN15(3) MENGV15_3
BVLMNGOrder volume quantity Retail MCW_BVLMNGQUAN15(3) MENGV15_3
DIFMNGOrder volume quantity Retail MCW_BVLMNGQUAN15(3) MENGV15_3
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
PEINHPrice Unit EPEINDEC5DEC5
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
SATNRCross-Plant Configurable Material SATNRCHAR18MARAMATN1MATNR
WERKSPlant for individual capacity EWERKSCHAR4T001WWERKSWRK
FACTRConversion factor for order Un to sales Un for astmt. list BB_FACTRCHAR6CHAR6
LOCNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
BBTYPAssortment List Type BBTYPCHAR1TWBBBBTYPWBB
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KWAERControlling area currency KWAERCUKY5TCURCWAERSKWS
VWAERSales currency VWAERCUKY5TCURCWAERS
HWAERSales currency VWAERCUKY5TCURCWAERS
VRKPESales price unit VRKPEDEC5DEC5
EKPNNSales Pricing: Purchase Price (Net/Net) EKPNNCURR11(2) WERTV6
EKPGRPurchase Price Calculation: (Basic Purchase Price) EKPGRCURR11(2) WERTV6
SPABACurrent margin (gross) SPABACURR11(2) WERTV6
SPANEMargin (net) in sales price calculation SPANECURR11(2) WERTV6
ENDPACurrent Final Price ENDPACURR11(2) WERTV6
VKPNESales price (net) VKPNECURR11(2) WERTV6
WBTYPDefault doc. category, store order inbound - replenishment VWWSBTYPVOCHAR1VWWSBTYPVO
EKKAMKey date for purchase price conditions EKKAMDATS8DATUM
VKKAMKey date for sales price conditions VKKAMDATS8DATUM
BESABPeriod to analyze - current date SPTAGDATS8DATUM
BESBIPeriod to analyze - current date SPTAGDATS8DATUM
PROABPeriod to analyze - current date SPTAGDATS8DATUM
PROBIPeriod to analyze - current date SPTAGDATS8DATUM
SSTUFAssortment grade SSTUFCHAR2Assigned to domainSSTUF
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
RELIFRegular Vendor RELIFCHAR1XFELD
SAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KOEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WDFR1
INTO CORRESPONDING FIELDS OF WA_WDFR1
WHERE...

How to access SAP table WDFR1

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