KOMKCV SAP (Account Determination Communication Header) Structure details

Dictionary Type: Structure
Description: Account Determination Communication Header




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




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

KOMKCV 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 "Account Determination Communication Header" 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_KOMKCV TYPE KOMKCV.

The KOMKCV table consists of various fields, each holding specific information or linking keys about Account Determination Communication Header data available in SAP. These include KTOPL (Chart of Accounts), VKORG (Sales Organization), VTWEG (Distribution Channel), KTGRD (Account assignment group for this customer).. 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 KOMKCV 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
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
KTGRDAccount assignment group for this customer KTGRDCHAR2TVKTKTGRD
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMCAccount determination procedure KALSMCCHAR6T683KALSM
RKPRELCO account assignment exists RKPRELCHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LLANDCountry of Destination LLANDCHAR3Assigned to domainLAND1VLL
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
KDUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
J_3GKBAULETM-Relevant Indicator J_3GKBAULCHAR1J_3GKBAUL
IX_KOMT1_VIndex number for internal tables KOIDXINT410KOIDX
IX_KOMT1_BIndex number for internal tables KOIDXINT410KOIDX
.INCLU--AP 0
CLMTYWarranty Claim Type WTY_CLMTYCHAR4Assigned to domainWTY_CLMTYWTY_F4_CLMTY
RELTYType of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
KATEGCategory WTY_KATEGCHAR2WTY_KATEG

Key field Non-key field



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

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

How to access SAP table KOMKCV

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