GKOMV_KEY SAP (Key Group Conditions) Structure details

Dictionary Type: Structure
Description: Key Group Conditions




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




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

GKOMV_KEY 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 "Key Group Conditions" 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_GKOMV_KEY TYPE GKOMV_KEY.

The GKOMV_KEY table consists of various fields, each holding specific information or linking keys about Key Group Conditions data available in SAP. These include KSCHL (Condition type), VAKEY (Variable key 100 bytes), KNUMH (Condition record number), KOPOS (Sequential number of the condition).. 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 GKOMV_KEY 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 MANDTCLNT3Assigned to domainMANDT
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
ZAEKOCondition counter for (header conditions) DZAEKONUMC2ZAEHK
KRECHCalculation type for condition KRECHCHAR1KRECH
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
MWSK1Tax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
KHERKOrigin of the condition KHERKCHAR1KHERK
KSTEUCondition control KSTEUCHAR1KSTEU
KOFRMCondition formula for alternative calculation type KOFRMNUMC3KOFRM
KOFRSFormula for scale base value KOFRSNUMC3KOFRM
KZBZGScale basis indicator KZBZGCHAR1KZBZG
STFKZScale Type STFKZCHAR1STFKZ
TXPRFRounding rule TXPRFCHAR1TXPRF
GANZZIndicator: Currency Translation after Multiplication GANZZCHAR1XFELD
KONMSCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KYBTRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
ZAEHK_KOCondition counter DZAEHKNUMC2ZAEHK

Key field Non-key field



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

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

How to access SAP table GKOMV_KEY

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