SAP VBBSD Sales Requirement: Dynamic Totals Record Table data and field list

VBBSD 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 "Sales Requirement: Dynamic Totals Record" 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_VBBSD TYPE VBBSD.

The VBBSD table consists of various fields, each holding specific information or linking keys about Sales Requirement: Dynamic Totals Record data available in SAP. These include MANDT (Client), MATNR (Material Number), WERKS (Plant), MBDAT (Material Staging/Availability Date)... 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. .

VBBSD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VBBSD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VBBSD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
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
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
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISSTLow-Level Code DISSTCHAR3DISST
WADELDelete requirements at goods issue (internal update flag) WADELCHAR1XFELD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table VBBSD

Within an ECC or HANA version of SAP you can also view further information about VBBSD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).