SAP VSVBEP_CN Version: Sales document: Schedule line data Table data and field list

VSVBEP_CN is a standard SAP Table which is used to store Version: Sales document: Schedule line data data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The VSVBEP_CN table consists of various fields, each holding specific information or linking keys about Version: Sales document: Schedule line data data available in SAP. These include VSNMR (Number or description of a version), VBELN (Sales Document), POSNR (Sales Document Item), ETENR (Delivery Schedule Line 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. .

VSVBEP_CN table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VSVBEP_CN table 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 VSVBEP_CN 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 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

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSVBEP_CN
INTO CORRESPONDING FIELDS OF WA_VSVBEP_CN
WHERE...

How to access SAP table VSVBEP_CN

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

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