VBSP SAP (SD Document Item for Models of Material Structures) Table details

Dictionary Type: Table
Description: SD Document Item for Models of Material Structures




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




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

VBSP is a standard SAP Table which is used to store SD Document Item for Models of Material Structures data and is available within R/3 SAP systems depending on the version and release level.

The VBSP table consists of various fields, each holding specific information or linking keys about SD Document Item for Models of Material Structures data available in SAP. These include VBELN (Sales and Distribution Document Number), POSNR (Item number of the SD document), GRSTR (Group definition of structure data), STRUA (Structure type (feature, option)).. 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 VBSP 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 MANDTCLNT3Assigned to domainMANDT
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
GRSTRGroup definition of structure data GRSTRNUMC3GRSTR
STRUAStructure type (feature, option) STRUACHAR2STRUA
VKGRURepair Processing: Classification of Items VKGRUCHAR3Assigned to domainRMA_VORGARMA_VORGA
VKAUSUnused - Reserve Length 3 VKAUSCHAR3VKAUS
VKTXTShort text of the model VKTXTCHAR40TEXT40
VRPRSCost in local currency of the sales organization VRPRSDEC11(2) VRPRS
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
SELKZSelection flag SELKZCHAR1SELKZ
GRAUSBasic model for alternative model GRAUSCHAR3VKAUS
ASMNGModel quantity ASMNGQUAN13(3) MENG13
AUMGEUnit of measure for the model quantity AUMGEUNIT3Assigned to domainCUNITMEINS
ROMS1Size 1 ROMS1QUAN13(3) MENG13
ROMS2Size 2 ROMS2QUAN13(3) MENG13
ROMS3Size 3 ROMS3QUAN13(3) MENG13
ROMEIUnit of measure for sizes 1 to 3 ROMEIUNIT3Assigned to domainCUNITMEINS
RMENGResulting qty (size qty) in units for variable-sized items RMENGQUAN13(3) MENG13
RMEINUnit of measure for qty of variable-sized item (result.qty) RMEINUNIT3Assigned to domainCUNITMEINS
UMPRZNumerator (factor) for conversion of sales qty to price qty UMPRZDEC5UMBSZ
UMPRNDenominator (divisor) f.conversion of sales qty to price qty UMPRNDEC5UMBSN
PMENGPrice quantity for pricing in price unit of measure PMENGQUAN13(3) MENG13
PMEINPrice unit of measure PMEINUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VBSP
INTO CORRESPONDING FIELDS OF WA_VBSP
WHERE...

How to access SAP table VBSP

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