VSVBEPB SAP (Versions: Doc. table structure for VSVBEP_CN) Structure details

Dictionary Type: Structure
Description: Versions: Doc. table structure for VSVBEP_CN




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




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

VSVBEPB 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 "Versions: Doc. table structure for VSVBEP_CN" 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_VSVBEPB TYPE VSVBEPB.

The VSVBEPB table consists of various fields, each holding specific information or linking keys about Versions: Doc. table structure for VSVBEP_CN data available in SAP. These include MANDT (Client), VSNMR (Number or description of a version), VBELN (Sales Document), POSNR (Sales Document Item).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VSVBEPB structure 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
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
ETTYPSchedule line category ETTYPCHAR2Assigned to domainETTYP
LFRELItem is relevant for delivery LFRELCHAR1XFELD
EDATUSchedule line date EDATUDATS8DATUM
EZEITArrival time EZEIT_VBEPTIMS6UZEIT
WMENGOrder quantity in sales units WMENGQUAN13(3) MENG13
BMENGConfirmed Quantity BMENGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LMENGRequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BDDATRequirement date (deadline for procurement) BDDATDATS8DATUM
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
VBELEBusiness document number VBELECHAR10Assigned to domainALPHAVBELN
POSNEBusiness item number POSNENUMC6Assigned to domainPOSNR
ETENESchedule line ETENENUMC4Assigned to domainETENR
RSDATEarliest possible reservation date RSDATDATS8DATUM
IDNNRMaintenance request IDNNRNUMC10ALPHAIDNNR
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
LRGDTReturn date for returnable packaging LRGDTDATS8DATUM
PRGRSDate type (day, week, month, interval) PRGRSCHAR1PRGRS
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
WADATGoods Issue Date WADATDATS8DATUM
CMENGCorrected quantity in sales unit CMENGQUAN13(3) MENG13
LIFSPSchedule line blocked for delivery LIFSP_EPCHAR2Assigned to domainLIFSP
GRSTRGroup definition of structure data GRSTRNUMC3GRSTR
ABARTRelease type ABARTCHAR1ABART
ABRUFForecast Delivery schedule number ABRUFNUMC10ABRUF
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
RFORMFormula key RFORMCHAR2Assigned to domainRFORM
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
VERFPAvailability confirmed automatically VERFP_MASCHAR1XFELD
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
ETARTSchedule line type EDI EDI_ETTYPCHAR1Assigned to domainETART
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
AESKDCustomer Engineering Change Status AESKDCHAR17AESKD
ABGESGuaranteed (factor between 0 and 1) ABGES_CMFLTP16(16) FLTP
MBUHRMaterial Staging Time (Local, Relating to a Plant) MBUHRTIMS6TIME_PLANT
TDUHRTransp. Planning Time (Local, Relating to a Shipping Point) TDUHRTIMS6TIME_SHIPP
LDUHRLoading Time (Local Time Relating to a Shipping Point) LDUHRTIMS6TIME_SHIPP
WAUHRTime of Goods Issue (Local, Relating to a Plant) WAUHRTIMS6TIME_PLANT
AULWERoute Schedule AULWECHAR10Assigned to domainAULWE
VBUKZUpdate indicator VBKZCHAR1VERBUCHER

Key field Non-key field



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

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

How to access SAP table VSVBEPB

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