WBO2 SAP (Log item file for simulative list for load building) Table details

Dictionary Type: Table
Description: Log item file for simulative list for load building




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




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

WBO2 is a standard SAP Table which is used to store Log item file for simulative list for load building data and is available within R/3 SAP systems depending on the version and release level.

The WBO2 table consists of various fields, each holding specific information or linking keys about Log item file for simulative list for load building data available in SAP. These include BOHANDLE (Retail Number for Entries in Simulation List for LB), SIMDEIND (Item no. of retail number in the sim. list for load building), MATNR (Material Number), 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WBO2 table 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
MANDTClient MANDTCLNT3T000MANDT
BOHANDLERetail Number for Entries in Simulation List for LB BOHANDLECHAR18WBO1CHAR18
SIMDEINDItem no. of retail number in the sim. list for load building SIMDEINDDEC4DEC4
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
POCRFLGFlag indicating whether a purchase order was created POCREFLGCHAR1XFLAG
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
INFNRNumber of Purchasing Info Record INFNRCHAR10EINAALPHAINFNRINFMEIN_C
PRWRTAverage forecast value per day WLB2_AVR_DAILY_FORECASTQUAN13(3) MENGV13
QTYONHNDTotal warehouse stock for a material QTYONHNDQUAN13(3) MENG13
QTYONORDTotal open purchase order quantity for a material QTYONORDQUAN13(3) MENG13
CURWEKSASpecifies sales of a particular material in previous week CURWEKSAQUAN13(3) MENG13
RGOFCOVRange of coverage for material depending on stock + PO RGOFCOVDEC4(1) DECV3_1
PONORINVOrder qty of a material on the basis of a stadard pur. ord. PONORINVQUAN13(3) MENG13
POPROINVOrder qty of a material on the basis of promotion orders POPROINVQUAN13(3) MENG13
PONORMALOrder qty of a material on the basis of a stadard pur. ord. PONORMALQUAN13(3) MENG13
POINVBUYQuantity of material ordered based on inv. buy requiurement POINVBUYQUAN13(3) MENG13
NEXTPRDYDate on which the next promotion starts NEXTPRDYDATS8DATUM
NEXTIBDYDate when next price change starts NEXTIBDYDATS8DATUM
CURODVALMaterial's order value CURODVALCURR11(2) WERT11
CURODVOLMaterial order volume CURODVOLQUAN13(3) MENG13
CURODWGTMaterial order weight CURODWGTQUAN13(3) MENG13
LGRADService level LGRADDEC3(1) DEC2_1
EBELTDocument category EBELTCHAR1EBELT
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
MHDHBTotal shelf life MHDHBDEC4DEC4
CURODWGTNMaterial order weight CURODWGTQUAN13(3) MENG13
GEWEINWeight Unit GEWEIUNIT3T006CUNITMEINS
CURODPUNMaterial re-order point CURODPUNQUAN13(3) MENG13
PUNEIPoints unit PUNEIUNIT3T006CUNITMEINS
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
EINDTItem Delivery Date EINDTDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table WBO2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on WBO2 to SELECT all data from the table
DATA: WA_WBO2 TYPE WBO2.

SELECT SINGLE *
FROM WBO2
INTO CORRESPONDING FIELDS OF WA_WBO2
WHERE...

How to access SAP table WBO2

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