VBCO2 SAP (Sales Doc.Access Methods Key Fields: Shipping-Related) Structure details

Dictionary Type: Structure
Description: Sales Doc.Access Methods Key Fields: Shipping-Related




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




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

VBCO2 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 Doc.Access Methods Key Fields: Shipping-Related" 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_VBCO2 TYPE VBCO2.

The VBCO2 table consists of various fields, each holding specific information or linking keys about Sales Doc.Access Methods Key Fields: Shipping-Related data available in SAP. These include VSTEL (Shipping Point/Receiving Point), LEDAT_VON (Delivery Creation Date), LEDAT_BIS (Delivery creation date until...), LPRIO (Delivery Priority).. 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 VBCO2 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 MANDTCLNT3T000MANDT
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LEDAT_VONDelivery Creation Date LEDATDATS8DATUM
LEDAT_BISDelivery creation date until... LEDAT_BISDATS8DATUM
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
ROUTERoute ROUTECHAR6TVROROUTE
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
WADAT_VONGoods Issue Date WADATDATS8DATUM
WADAT_BISGoods issue date WADAT_BISDATS8DATUM
KUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
VBELN_VONSales order from VBELN_VA_VCHAR10VBUKALPHAVBELNAUF
VBELN_BISSales Order To VBELN_VA_BCHAR10VBUKALPHAVBELNAUF
LIFSPDelivery block for header or schedule line LIFSP_VGCHAR2TVLSLIFSP
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
BRGEWMaximum gross weight BRGEW_MAXQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLUMMaximum volume VOLUM_MAXQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
MAXZTMaximum labor capacity of the shipping point in days MAXZTDEC5(2) DEC3_2
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
NAME_DAZUIs the name of the sold-to party to be read as well? NAME_DAZUCHAR1XFELD
ALLEASales orders to be included in collective processing VL04_ACHAR1XFELD
ALLEBSelect purchase orders for collective processing VL04_BCHAR1XFELD
BSTEL_VONPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BSTEL_BISPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C

Key field Non-key field



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

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

How to access SAP table VBCO2

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