SAP VBCOM Communication Work Area for Sales Doc.Access Methods Table data and field list

VBCOM 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 "Communication Work Area for Sales Doc.Access Methods" 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_VBCOM TYPE VBCOM.

The VBCOM table consists of various fields, each holding specific information or linking keys about Communication Work Area for Sales Doc.Access Methods data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), VKBUR (Sales Office)... 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. .

VBCOM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VBCOM structure 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 VBCOM 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
VBELNFrom document VBELN_ABCHAR10Assigned to domainALPHAVBELNAUF
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
KUNDEPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
AUDATFrom order date (agreement date) AUDAT_ABDATS8DATUM
AUDAT_BISTo order date (agreement date) AUDAT_BISDATS8DATUM
ZPERSPerson responsible DZPERSNUMC8PERNR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ZUARTAccess type DZUART_VBCHAR1ZUART_VB
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VBALLRead all SD documents VBALLCHAR1XFELD
VBOFFRead open documents only VBOFFCHAR1XFELD
DATABQuotation or contract valid from DATAB_VIDATS8DATUM
DATBIQuotation or contract valid to DATBI_VIDATS8DATUM
KOPF_DAZURead order headers as well KOPF_DAZUCHAR1XFELD
STAT_DAZUIs the status to be read as well? STAT_DAZUCHAR1XFELD
NAME_DAZUIs the name of the sold-to party to be read as well? NAME_DAZUCHAR1XFELD
MANDTClient MANDTCLNT3Assigned to domainMANDT
VKORG_BISSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VBELN_BISTo sales and distribution document VBELN_BISCHAR10Assigned to domainALPHAVBELNAUF
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
WADATGoods Issue Date WADATDATS8DATUM
WADAT_BISGoods Issue Date WADATDATS8DATUM
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
VBERFOnly read the user's sales and distribution documents VBERFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VBCOM

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

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