WDFR_PAR SAP (WDFR Input Fields for Perishables Planning) Structure details

Dictionary Type: Structure
Description: WDFR Input Fields for Perishables Planning




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




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

WDFR_PAR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "WDFR Input Fields for Perishables Planning" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WDFR_PAR TYPE WDFR_PAR.

The WDFR_PAR table consists of various fields, each holding specific information or linking keys about WDFR Input Fields for Perishables Planning data available in SAP. These include BBTYP (Assortment List Type), BBTEXT (Description of assortment list type), MATKL (Material Group), AKTMA (COUPON).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WDFR_PAR structure 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
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
BBTYPAssortment List Type BBTYPCHAR1TWBBBBTYPWBB
BBTEXTDescription of assortment list type BBTEXTCHAR20TEXT20
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
AKTMACOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
BEDATPurchase Order Date BEDATDATS8DATUM
BSDATStock date WDFR_BETDATDATS8DATS
AVRULEChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
DEBNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
LAND1Country Key LAND1CHAR3T005LAND1LND
ERWSEIndicator: Extended Selection ERWSECHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SAMANZDisplay Configurable Material SAMANZCHAR1XFELD
VARANZDisplay Variants VARANZCHAR1XFELD
LAGABOptions in warehouse processing LAGABCHAR1LAGAB
LIVARList variant for sales price calculation LIVARCHAR2TWSTLIVARLIV
VKERVSales price determination sequence EKERV_VCHAR2TWEVEKERVEVV
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
MISCHDetermine mixed price WDFR_MISCHCHAR1CHAR1_X
BPROTSave confirmation log WDFR_BPROTCHAR1CHAR1_X
ABNERDetermine recipients WDFR_ABNERCHAR1CHAR1_X
ATPERDetermine ATP stock WDFR_ATPERCHAR1CHAR1_X
FVBERDetermine stock WDFR_FVBERCHAR1CHAR1_X
UMSERDetermine sales WDFR_UMSERCHAR1CHAR1_X
BVLERDetermine vendor purchase orders WDFR_BVLERCHAR1CHAR1_X
UAVERDetermine store POs WDFR_UAVERCHAR1CHAR1_X
DIFERDetermine remaining quantity WDFR_DIFERCHAR1CHAR1_X
INFERAnalyze info structure WDFR_INFERCHAR1CHAR1_X
KALERDetermine price from price calculation WDFR_KALERCHAR1CHAR1_X
SORERRefine data WDFR_SORERCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP structure WDFR_PAR using ABAP code?

As WDFR_PAR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WDFR_PAR as there is no data to select.

How to access SAP table WDFR_PAR

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