VTCOM SAP (Communications Work Area for Cust.Master Accesses) Structure details

Dictionary Type: Structure
Description: Communications Work Area for Cust.Master Accesses




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




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

VTCOM 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 "Communications Work Area for Cust.Master Accesses" 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_VTCOM TYPE VTCOM.

The VTCOM table consists of various fields, each holding specific information or linking keys about Communications Work Area for Cust.Master Accesses data available in SAP. These include ADRNR (Address), ALAND (Departure country (country from which the goods are sent)), BANKL (Bank number), BANKN (Bank account 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. .

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


SAP VTCOM 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
ABLADUnloading Point ABLADCHAR25TEXT25
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3T005LAND1VAL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BANKSBank country key BANKSCHAR3T005LAND1BKL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KKBERCredit control area KKBERCHAR4T014KKBERKKB
KTOKDCustomer Account Group KTOKDCHAR4T077DKTOKDKGD
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LICNRLicense number LICNRCHAR15LICNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LLANDCountry of Destination LLANDCHAR3T005LAND1VLL
MABERDunning Area MABERCHAR2T047MMABER
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
NATIOInternational address version ID INTERCHAR1Assigned to domainNATION
PARNRNumber of contact person PARNRNUMC10PARNRVPA
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PARZAPartner counter PARZANUMC3PARZA
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SHBKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TATYPTax category (sales tax, federal sales tax,...) TATYPCHAR4Assigned to domainKSCHL
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
VBOBJSD document object VBOBJCHAR1VBOBJ
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6VBUPPOSNR
PARGRPartner Determination Procedure PARGRCHAR4Assigned to domainPARGR
MSGKZProcessing of messages MSGKZCHAR1MSGKZ
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
NOABLADDo not read unloading point data NOABLADCHAR1XFELD
NRARTType of partner number NRARTCHAR2TVPANRART
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
DATUMDate DATUMDATS8DATUM
HITYP_PRHierarchy type for pricing HITYP_PRCHAR1Assigned to domainHITYP
KZSAMID: Collective processing KZSAMCHAR1XFELD
VBTYPSD document category VBTYPCHAR1VBTYP
ADRDAAddress indicator ADRDACHAR1ADRDA
ADRNPPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
DEAR6Indicator: Consumer DEAR6CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VTCOM

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