WVLBSLBSUM SAP (Data for a Load Building Item) Structure details

Dictionary Type: Structure
Description: Data for a Load Building Item




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




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

WVLBSLBSUM 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 "Data for a Load Building Item" 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_WVLBSLBSUM TYPE WVLBSLBSUM.

The WVLBSLBSUM table consists of various fields, each holding specific information or linking keys about Data for a Load Building Item data available in SAP. These include MATNR (Material Number), KONNR (Number of Principal Purchase Agreement), KMEINH (Contract Unit of Measure), MEINS (Base 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: Can Be Enhanced (Deep)


SAP WVLBSLBSUM 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KMEINHContract Unit of Measure WVLBKMEINHUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ADD_POSAdditional Items in Contracts WVLBADDPOSCHAR1CHAR1_X
ONLY_POItem Only for Purchase Order Quantities WVLBONLYPOCHAR1CHAR1_X
LOCKEDLock Due to Expiration Date WVLBLOCKEDCHAR1CHAR1_X
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
DAILY_FORECASTForecast value PRWRTQUAN13(3) MENGV13
MHDHBTotal shelf life MHDHBDEC4DEC4
ROC_QTYTarget Quantity for Range of Coverage Date WVLBROCQTYQUAN13(3) MENGE
CUR_ROC_QTYActual Quantity for Range of Coverage Date WVLBCURROCQTYQUAN13(3) MENGE
PO_QTY_FIXNon-Deferrable Purchase Order Quantity Not Yet Included WVLBPOQTYFIXQUAN13(3) MENGE
PO_QTY_FIX_ROCIncluded Non-Deferrable On-Order Stock WVLBPOQTYFIXROCQUAN13(3) MENGE
SUB_QTY_FIXReducing Non-Deferrable On-Order Stock WVLBSUBQTYFIXQUAN13(3) MENGE
PO_QTYCurrent Load Building Quantity WVLBPOQTYQUAN13(3) MENGE
PO_QTY_LASTAdditional Load Building Quantity in Last Iteration WVLBPOQTYLASTQUAN13(3) MENGE
QTYONORDReleased On-Order Stock WVLBQTYONORDQUAN13(3) MENGE
PR_QTYPurchase Requisition in the Load Building Quantity WVLBPRQTYQUAN13(3) MENGE
PR_QTY_LASTLoad Building Quantity in Last Iteration WVLBPRQTYLASTQUAN13(3) MENGE
ADD_QTYTotal Additional Quantity WVLBADDQTYQUAN13(3) MENGE
ADD_QTY_LASTAdditional Quantity from Last Iteration WVLBADDQTYLASTQUAN13(3) MENGE
ROUND_QTYRounding Quantity in Base Unit of Measure WVLBROUNDQTYQUAN13(3) MENGE
KONNR_PR_QTYContract Quantity of Purchase Requisitions WVLBKONNRPRQTYQUAN13(3) MENGE
KONNR_ADD_QTYAdditional Quantity for Contract WVLBKONNRADDQTYQUAN13(3) MENGE
KONNR_ROUND_QTYRounded Contract Quantity WVLBKONNRROUNDQTYQUAN13(3) MENGE
DELIVERY_DATEDelivery Date (May Differ for each Item) WVLBDELIVERYDATEDATS8SYDATS
START_QTYStart Quantity in Base Unit of Measure WVLBSTARTQTYQUAN13(3) MENGE
START_QTY_UNITUnit of Measure in Outbound Quantity (= Order Unit) WVLBSTARTQTYUNITUNIT3Assigned to domainCUNITMEINS
ROC_DATERange of Coverage Date for Article Item WVLBROC_DATEDATS8SYDATS
ODINDEXIndex for Data Return in Online Materials Planning WVLBODINDEXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table WVLBSLBSUM

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