WDFR_POET SAP (Perishables Planning Item Delivery Phase) Table details

Dictionary Type: Table
Description: Perishables Planning Item Delivery Phase




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




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

WDFR_POET is a standard SAP Table which is used to store Perishables Planning Item Delivery Phase data and is available within R/3 SAP systems depending on the version and release level.

The WDFR_POET table consists of various fields, each holding specific information or linking keys about Perishables Planning Item Delivery Phase data available in SAP. These include FBELN (Perishables Planning Number), FPOSN (Item Number for Perishables Planning List), FPOSB (Item Number for Procurement), FPOSA (Item Number for the Goods Issue).. 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: Not classified


SAP WDFR_POET 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
FBELNPerishables Planning Number WDFR_FBELNCHAR10WDFR_DISPALPHAWDFR_FBELNWDFR_FBELN
FPOSNItem Number for Perishables Planning List WDFR_FPOSNNUMC5WDFR_POSWDFR_FPOSN
FPOSBItem Number for Procurement WDFR_FPOSBNUMC5WDFR_FPOSN
FPOSAItem Number for the Goods Issue WDFR_FPOSANUMC5WDFR_FPOSN
FEINTDelivery Schedule Line Counter in Perishables Planning WDFR_FEINTNUMC4WDFR_FEINT
IBELNPerishables Planning Number WDFR_FBELNCHAR10ALPHAWDFR_FBELNWDFR_FBELN
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DISPNRItem number of inbound document buffer WDFR_NUM5NUMC5NUM05
ABNNRItem number of inbound document buffer WDFR_NUM5NUMC5NUM05
EINTNRItem number of inbound document buffer WDFR_NUM5NUMC5NUM05
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LOCNRCustomer Number for Plant LOCNRCHAR10KNA1ALPHAKUNNRKUN
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
SELKZSelection flag SELKZCHAR1SELKZ
IPOSNItem Number for Perishables Planning List WDFR_FPOSNNUMC5WDFR_FPOSN
IPOSBItem Number for Procurement WDFR_FPOSBNUMC5WDFR_FPOSN
IPOSAItem Number for the Goods Issue WDFR_FPOSANUMC5WDFR_FPOSN
IEINTDelivery Schedule Line Counter in Perishables Planning WDFR_FEINTNUMC4WDFR_FEINT
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
LMENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
LEINDItem Delivery Date EINDTDATS8DATUM
LZEITTime UZEITTIMS6UZEIT
LWPRZDelivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
BASMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
UPDKZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM WDFR_POET
INTO CORRESPONDING FIELDS OF WA_WDFR_POET
WHERE...

How to access SAP table WDFR_POET

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