WDFR_LIWE SAP (WDFR Delivery Phase) Structure details

Dictionary Type: Structure
Description: WDFR Delivery Phase




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




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

WDFR_LIWE 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 Delivery Phase" 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_LIWE TYPE WDFR_LIWE.

The WDFR_LIWE table consists of various fields, each holding specific information or linking keys about WDFR Delivery Phase data available in SAP. These include LMENGE_S (Purchase Order Quantity), LWPRZ_S (Delivery phase in percent of total qty), BMENGE_S (Purchase Order Quantity), MEINS_S (Purchase Order Unit of Measure).. 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_LIWE 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
LIWKZIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
LMENGE_SPurchase Order Quantity BSTMGQUAN13(3) MENG13
LWPRZ_SDelivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_SPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINS_SPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
BMEINS_SBase Unit of Measure MEINSUNIT3T006CUNITMEINS
LMENGE_1Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_1Item Delivery Date EINDTDATS8DATUM
LZEIT_1Time UZEITTIMS6UZEIT
LWPRZ_1Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_1Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_2Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_2Item Delivery Date EINDTDATS8DATUM
LZEIT_2Time UZEITTIMS6UZEIT
LWPRZ_2Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_2Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_3Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_3Item Delivery Date EINDTDATS8DATUM
LZEIT_3Time UZEITTIMS6UZEIT
LWPRZ_3Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_3Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_4Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_4Item Delivery Date EINDTDATS8DATUM
LZEIT_4Time UZEITTIMS6UZEIT
LWPRZ_4Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_4Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_5Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_5Item Delivery Date EINDTDATS8DATUM
LZEIT_5Time UZEITTIMS6UZEIT
LWPRZ_5Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_5Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_6Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_6Item Delivery Date EINDTDATS8DATUM
LZEIT_6Time UZEITTIMS6UZEIT
LWPRZ_6Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_6Purchase Order Quantity BSTMGQUAN13(3) MENG13
LMENGE_7Purchase Order Quantity BSTMGQUAN13(3) MENG13
LEIND_7Item Delivery Date EINDTDATS8DATUM
LZEIT_7Time UZEITTIMS6UZEIT
LWPRZ_7Delivery phase in percent of total qty LWPRZNUMC3PROZENT100
BMENGE_7Purchase Order Quantity BSTMGQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table WDFR_LIWE

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