WDFR_INFO SAP (WDFR Stock and Information Data) Structure details

Dictionary Type: Structure
Description: WDFR Stock and Information Data




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




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

WDFR_INFO 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 Stock and Information Data" 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_INFO TYPE WDFR_INFO.

The WDFR_INFO table consists of various fields, each holding specific information or linking keys about WDFR Stock and Information Data data available in SAP. These include UMSMNG_BAS (Quantity sold at POS in order units), UAVMNG_BAS (Store orders in order units), BVLMNG_BAS (Vendor orders in order units), DIFMNG_BAS (Remaining Quantity in Order Units).. 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: Not classified


SAP WDFR_INFO 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
MENGE_BASPurchase Order Quantity BSTMGQUAN13(3) MENG13
UMSMNG_BASQuantity sold at POS in order units WDFR_UMSMNGQUAN15(3) MENGV15_3
UAVMNG_BASStore orders in order units WDFR_UAVMNGQUAN15(3) MENGV15_3
BVLMNG_BASVendor orders in order units WDFR_BVLMNGQUAN15(3) MENGV15_3
DIFMNG_BASRemaining Quantity in Order Units WDFR_DIFMNGQUAN15(3) MENGV15_3
TEMMNG_BASTemporary PO Quantity WDFR_TEMMNGQUAN15(3) MENGV15_3
LABST_BASValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
ATPBST_BASATP quantity (Available To Promise) ATPMNQUAN13(3) MENGV13
BSTBDRF_BASATP stock quantity (+/-) WDFR_BSTBDRFQUAN15(3) MENGV15_3
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
UMSMNG_ANZQuantity sold at POS in order units WDFR_UMSMNGQUAN15(3) MENGV15_3
UAVMNG_ANZStore orders in order units WDFR_UAVMNGQUAN15(3) MENGV15_3
BVLMNG_ANZVendor orders in order units WDFR_BVLMNGQUAN15(3) MENGV15_3
DIFMNG_ANZRemaining Quantity in Order Units WDFR_DIFMNGQUAN15(3) MENGV15_3
TEMMNG_ANZTemporary PO Quantity WDFR_TEMMNGQUAN15(3) MENGV15_3
LABST_ANZValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
ATPBST_ANZATP quantity (Available To Promise) ATPMNQUAN13(3) MENGV13
BSTBDRF_ANZATP stock quantity (+/-) WDFR_BSTBDRFQUAN15(3) MENGV15_3
ANZMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
INDMN1Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMN2Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMN3Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMN4Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMN5Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDBASBase Unit of Measure MEINSUNIT3T006CUNITMEINS
INDMA1Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMA2Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMA3Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMA4Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDMA5Individual Quantity WDFR_INDMNGQUAN15(3) MENGV15_3
INDANZPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
INDPR1Price PREISCURR11(2) WERT11
INDPR2Price PREISCURR11(2) WERT11
INDPR3Price PREISCURR11(2) WERT11
INDWA1Currency Key WAERSCUKY5TCURCWAERSFWS
INDWA2Currency Key WAERSCUKY5TCURCWAERSFWS
INDWA3Currency Key WAERSCUKY5TCURCWAERSFWS
INDA08Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDA16Character String - 16 User-Defined Characters CHAR0016CHAR16CHAR0016
INDA32Character String - 32 User-Defined Characters CHAR0032CHAR32CHAR0032
INDA081Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDA161Character String - 16 User-Defined Characters CHAR0016CHAR16CHAR0016
INDA321Character String - 32 User-Defined Characters CHAR0032CHAR32CHAR0032
INDST1Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDST2Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDST3Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDST4Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008
INDST5Character String - 8 User-Defined Characters CHAR0008CHAR8CHAR0008

Key field Non-key field



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

As WDFR_INFO 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_INFO as there is no data to select.

How to access SAP table WDFR_INFO

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