VBVFE SAP (Blocked Schedule Lines Due for Shipping) Structure details

Dictionary Type: Structure
Description: Blocked Schedule Lines Due for Shipping




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




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

VBVFE 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 "Blocked Schedule Lines Due for Shipping" 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_VBVFE TYPE VBVFE.

The VBVFE table consists of various fields, each holding specific information or linking keys about Blocked Schedule Lines Due for Shipping data available in SAP. These include POSNR (Item number of the SD document), ETENR (Delivery Schedule Line Number), MANDT (Client), VSTEL (Shipping Point/Receiving Point).. 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: Can be enhanced (character-type or numeric)


SAP VBVFE 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
MANDTClient MANDTCLNT3Assigned to domainMANDT
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
LEDATDelivery Creation Date LEDATDATS8DATUM
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
ROUTERoute ROUTECHAR6Assigned to domainROUTE
SPDNRForwarding agent SPDNRCHAR10Assigned to domainALPHALIFNR
WADATGoods Issue Date WADATDATS8DATUM
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
LIFSPDelivery block for header or schedule line LIFSP_VGCHAR2Assigned to domainLIFSP
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
ADRNR_AGAddress number of the sold-to party ADRNR_AGCHAR10Assigned to domainALPHAADRNR
NAME_AGName of the sold-to party NAME_AGCHAR35NAME
ORT01_AGLocation of the sold-to party ORT01_AGCHAR35ORT01
ADRNR_WEAddress number of the ship-to party ADRNR_WECHAR10Assigned to domainALPHAADRNR
NAME_WEName of the ship-to party NAME_WECHAR35NAME
ORT01_WELocation of the ship-to party ORT01_WECHAR35ORT01
NETWRNet value of the schedule line in document currency NETWR_EPCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX

Key field Non-key field



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

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

How to access SAP table VBVFE

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