WBO1 SAP (Log header file for simulative list for load building) Table details

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




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




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

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

The WBO1 table consists of various fields, each holding specific information or linking keys about Log header file for simulative list for load building data available in SAP. These include BOHANDLE (Retail Number for Entries in Simulation List for LB), LIFNR (Vendor Account Number), EKORG (Purchasing Organization), BOPNR (Restriction Profile for PO-Based Load Building).. 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 WBO1 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 BOHANDLECHAR18CHAR18
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
BOPNRRestriction Profile for PO-Based Load Building BOPNRCHAR4CHAR4
CSERLEV1Vendor-specific service level today CSERLEV1DEC4(1) DEC3_1
CSERLEV2Vendor-specific service level for tomorrow CSERLEV2DEC4(1) DEC3_1
CSERLEV3Vendor-specific service level for the future CSERLEV3DEC4(1) DEC3_1
NEXTPRDYDate on which the next promotion starts NEXTPRDYDATS8DATUM
NEXTIBDYDate when next price change starts NEXTIBDYDATS8DATUM
BOREASONReason for automatic PO-based load building BOREASONCHAR80TEXT80
WKCHECKIndicator: Rework in load-building WKCHECKCHAR1XFLAG
NURSIMUIndicator: simulation of automatic load-building NURSIMUCHAR1XFLAG
WLBLTSSPLITTIndicator: Load building per vendor sub-range WLBLTSSPLITTCHAR1CHAR1_X
WLBCREDATCreation date of log record for auto. load building WLBCREDATDATS8DATUM
WLBCRETIMCreation time of load record for auto. load building WLBCRETIMTIMS6UZEIT
SBSUBMICollective Number for PO-Based Load Building SBSUBMICHAR10CHAR10
BEDATPurchase Order Date BEDATDATS8DATUM
EINDTItem Delivery Date EINDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBO1
INTO CORRESPONDING FIELDS OF WA_WBO1
WHERE...

How to access SAP table WBO1

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