VBBE SAP (Sales Requirements: Individual Records) Table details

Dictionary Type: Table
Description: Sales Requirements: Individual Records




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




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

VBBE is a standard SAP Table which is used to store Sales Requirements: Individual Records data and is available within R/3 SAP systems depending on the version and release level.

The VBBE table consists of various fields, each holding specific information or linking keys about Sales Requirements: Individual Records data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), ETENR (Delivery Schedule Line Number), MATNR (Material 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VBBE 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
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
ETENRDelivery Schedule Line Number ETENRNUMC4VBEPETENR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
VBTYPSD document category VBTYPCHAR1VBTYP
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
OMENGOpen Qty in Stockkeeping Units for Transfer of Reqmts to MRP OMENGQUAN15(3) MENG15
VMENGConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
VBELEBusiness document number VBELECHAR10VBUKALPHAVBELN
POSNEBusiness item number POSNENUMC6VBUPPOSNR
ETENESchedule line ETENENUMC4VBEPETENR
AWAHROrder probability of the item AWAHRNUMC3AWAHR
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
PROJNOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
NODISRequirements record not relevant to MRP NODISCHAR1NODIS
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
VPMATPlanning material VPMATCHAR18MARAMATN1MATNR
VPWRKPlanning plant VPWRKCHAR4T001WWERKS
PRBMEBase unit of measure for product group PRBMEUNIT3T006CUNITMEINS
UMREFConversion factor: quantities UMREFFFLTP16(16) FLTP
PZMNGPlanned allocation quantity for independent requirements PZMNGQUAN15(3) MENG15
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
CUOBJConfiguration CUOBJ_VANUMC18CUOBJ
MONKZIndicator: for assembly order procedures MONKZCHAR1XFELD
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VBBE
INTO CORRESPONDING FIELDS OF WA_VBBE
WHERE...

How to access SAP table VBBE

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