WVLB_LB_COUPLE SAP (Definition of Component for a Load Building Combination) Structure details

Dictionary Type: Structure
Description: Definition of Component for a Load Building Combination




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




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

WVLB_LB_COUPLE 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 "Definition of Component for a Load Building Combination" 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_WVLB_LB_COUPLE TYPE WVLB_LB_COUPLE.

The WVLB_LB_COUPLE table consists of various fields, each holding specific information or linking keys about Definition of Component for a Load Building Combination data available in SAP. These include LIFNR (Vendor Account Number), EKORG (Purchasing Organization), LTSNR (Vendor Subrange), WERKS (Plant).. 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 WVLB_LB_COUPLE 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
LBPRFInternal number of load building combination WVLBLBPRFINTINT410SYST_LONG
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VENDOR_EKORZReference Purchasing Organization WEKORGCHAR4Assigned to domainEKORGEKO
PLANT_EKORZReference Purchasing Organization WEKORGCHAR4Assigned to domainEKORGEKO
BOPNRRestriction Profile for PO-Based Load Building BOPNRCHAR4CHAR4
DESIRE_VENSLVendor service level VENSLDEC4(1) DEC3_1
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
KUNNRCustomer number of plant KUNNR_WKCHAR10Assigned to domainALPHAKUNNR
GTERMScheduling according to purchasing info record or agreement GTERMCHAR1XFELD
TODAY_0General date field WVLBDATEDATS8DATUM
TODAY_1General date field WVLBDATEDATS8DATUM
TODAY_2General date field WVLBDATEDATS8DATUM
FKDAY_T0Factory calendar day FKDAYDEC5FKDAY
FKDAY_T1Factory calendar day FKDAYDEC5FKDAY
FKDAY_T2Factory calendar day FKDAYDEC5FKDAY
CUR_VENSL_T0Vendor service level VENSLDEC4(1) DEC3_1
CUR_VENSL_T1Vendor service level VENSLDEC4(1) DEC3_1
CUR_VENSL_T2Vendor service level VENSLDEC4(1) DEC3_1
PO_DATEGeneral date field WVLBDATEDATS8DATUM
DELIVERY_DATEGeneral date field WVLBDATEDATS8DATUM
KKOWKIndicator: Conditions at plant level KKOWKCHAR1KKOWK
RESULT_ENTRYEntry in results list of automatic load building WVLBLISTENTRYCHAR1CHAR1_X
LFRHYPlanning cycle LFRHYCHAR3Assigned to domainMRPPP
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
SOURCETIMERuntime in Hours, Minutes and Seconds WVLBSOURCETIMETIMS6T
NUM_R_MATNRNumber of Materials Read WVLBNUMRMATNRNUMC10NUM10
NUM_R_EKPONumber of Purchase Order Items Read WVLBNUMREKPONUMC10NUM10
NUM_R_EBANNumber of Purchase Requisition Items Read WVLBNUMREBANNUMC10NUM10
NUM_W_EKPONumber of Purchase Order Items Changed and Created WVLBNUMWEKPONUMC10NUM10
NUM_W_EBANNumber of Purchase Requisition Items Changed WVLBNUMWEBANNUMC10NUM10
NUM_W_WBO2Number of Entries in Result List (Table WBO2) WVLBNUMWWBO2NUMC10NUM10

Key field Non-key field



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

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

How to access SAP table WVLB_LB_COUPLE

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