WBO3 SAP (Log file for investment buy) Table details

Dictionary Type: Table
Description: Log file for investment buy




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




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

WBO3 is a standard SAP Table which is used to store Log file for investment buy data and is available within R/3 SAP systems depending on the version and release level.

The WBO3 table consists of various fields, each holding specific information or linking keys about Log file for investment buy data available in SAP. These include EBELT (Document category), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), LIFNR (Vendor Account Number).. 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 WBO3 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
EBELTDocument category EBELTCHAR1EBELT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
WERKSPlant EWERKCHAR4T001WWERKSWRK
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
ERDATDate on Which Record Was Created ERDATDATS8DATUM
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
AKPRSNet Price in Purchasing Info Record IPREICURR11(2) WERT11
ZUPRSNet Price in Purchasing Info Record IPREICURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ROINVROI ROINVDEC5(2) DEC3_2
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
RGOFCOVRange of coverage for material depending on stock + PO RGOFCOVDEC4(1) DECV3_1
QTYONORDTotal open purchase order quantity for a material QTYONORDQUAN13(3) MENG13
QTYONHNDTotal warehouse stock for a material QTYONHNDQUAN13(3) MENG13
EINDTItem Delivery Date EINDTDATS8DATUM
KZCREAFlag that specifies what triggered the 'In Process' entry KZCREACHAR1KZCREA
LKOSTStorage costs for MRP lot size ( % ) LKOSTDEC4(2) LKOST
RKOSTExpense for office and factory space RKOSTCURR11(2) WERT11
LOSFXOrdering costs LOSFXCURR11(2) WERT11
PRWRTForecast value PRWRTQUAN13(3) MENGV13
NETFLDue Date for Special Condition DZSTG1_052NUMC2TAG01
DATABGregorian calender day GKDAYDATS8DATUM
DATBIGregorian calender day GKDAYDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBO3
INTO CORRESPONDING FIELDS OF WA_WBO3
WHERE...

How to access SAP table WBO3

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