KOMK2_VV SAP (Communication table VV-FI. Additional fields) Structure details

Dictionary Type: Structure
Description: Communication table VV-FI. Additional fields




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




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

KOMK2_VV 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 table VV-FI. Additional fields" 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_KOMK2_VV TYPE KOMK2_VV.

The KOMK2_VV table consists of various fields, each holding specific information or linking keys about Communication table VV-FI. Additional fields data available in SAP. These include VERTN (Contract Number), VBEWA (Flow Type), HKONT (General Ledger Account), ZLSPR (Payment Block Key).. 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 KOMK2_VV 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
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
REGULIndicator: Individual Payee in Document REGULCHAR1XFELD
STCD1Tax Number 2 STCD2CHAR11STCD2
PSTLZPostal Code PSTLZCHAR10PSTLZ
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
PSKTOAccount Number of Bank Account At Post Office PSKTOCHAR16PSKTO
PFACHPO Box PFACHCHAR10PFACH
ORT01City ORT01CHAR25TEXT25
STRASHouse number and street STRASCHAR30TEXT30
STKZULiable for VAT STKZUCHAR1XFELD
STKZAIndicator: Business Partner Subject to Equalization Tax? STKZACHAR1STKZA
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
BKONTBank Control Key BKONTCHAR2BKONT
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKNBank account number BANKNCHAR18BANKN
BANKLBank number BANKLCHAR15BANKLBLZ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
EMPFGPayee code EMPFGCHAR16EMPFG
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
NAME1Employee's last name NAMECHAR35NAME
NAME2Employee's last name NAMECHAR35NAME
NAME3Employee's last name NAMECHAR35NAME
NAME4Employee's last name NAMECHAR35NAME
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ZINKZExempted from interest calculation DZINKZCHAR2ZINKZ
PERNRPersonnel Number PERNR_DNUMC8PERNRPER

Key field Non-key field



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

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

How to access SAP table KOMK2_VV

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