KOMT1 SAP (Price Determination Communications-Pricing Procedure) Structure details

Dictionary Type: Structure
Description: Price Determination Communications-Pricing Procedure




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




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

KOMT1 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 "Price Determination Communications-Pricing Procedure" 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_KOMT1 TYPE KOMT1.

The KOMT1 table consists of various fields, each holding specific information or linking keys about Price Determination Communications-Pricing Procedure data available in SAP. These include ZAEHK (Condition counter), KAPPL (Application), KSCHL (Condition type), STUNB (From Ref. Step for Percentage Conditions).. 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 KOMT1 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
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
STUNBFrom Ref. Step for Percentage Conditions STUNBNUMC3Assigned to domainSTUNR
STUN2From Ref. Step for Percentage Conditions STUNBNUMC3Assigned to domainSTUNR
KAUTOCondition determined manually KAUTOCHAR1XFELD
KOBEDRequirement KOBEDNUMC3BEDNG
KZWIWCondition subtotal KZWIWCHAR1KZWIW
KVSL1Account key KVSL1CHAR3T687KVSCHL
KVSL2Account key - accruals / provisions KVSL2CHAR3T687KVSCHL
DRUKZPrint ID for condition lines DRUKZCHAR1DRUKZ
KOAIDCondition class KOAIDCHAR1KOAID
KOZGFAccess sequence KOZGFCHAR4T682KOZGF
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KMWSTCondition VAT indicator KMWSTCHAR2KMWST
KAEND_BTRCondition rate of change for amount/percentage KAEND_BTRCHAR1XFELD
KAEND_WRTScope for changing the value KAEND_WRTCHAR1XFELD
KAEND_UFKScope for changing conversion factors KAEND_UFKCHAR1XFELD
KAEND_RCHCalculation type can be changed KAEND_RCHCHAR1XFELD
KAEND_LOEDelete the scope for changing rate KAEND_LOECHAR1XFELD
KAEND_MEHCondition scope of change for unit of measure KAEND_MEHCHAR1XFELD
KOBLICondition is mandatory KOBLICHAR1XFELD
KMANUMaking manual entries KMANUCHAR1KMANU
GRZGFAccess sequence for the group key GRZGFCHAR4T682KOZGF
GRLNRRoutine number for creating group key GRLNRNUMC2NUM02
GRMENScale unit GRMENUNIT3T006CUNITMEINS
GANZZIndicator: Currency Translation after Multiplication GANZZCHAR1XFELD
KGRPEGroup condition KGRPECHAR1KGRPE
KRELICondition for invoice list KRELICHAR1KRELI
KDUPLStructure condition KDUPLCHAR1KDUPL
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD
KKOPFCondition applies to header KKOPFCHAR1XFELD
KPOSICondition applies to items KPOSICHAR1XFELD
KSTATCondition is used for statistics KSTATCHAR1XFELD
KOUPDCondition update KOUPDCHAR1XFELD
SOSTASpecial form for scale determination SOSTACHAR1SOSTA
KOFRMCondition formula for alternative calculation type KOFRMNUMC3KOFRM
KOFRSFormula for scale base value KOFRSNUMC3KOFRM
KOFRAAlternative formula for condition base value KOFRANUMC3KOFRM
KZNEPCondition exclusion indicator KZNEPCHAR1T686AKZNEP
KNEGAPlus/minus sign of the condition amount KNEGACHAR1KNEGA
TXPRFRounding rule TXPRFCHAR1TXPRF
KPRDTPricing date KPRDTCHAR1KPRDT
STFKZScale Type STFKZCHAR1STFKZ
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
VKOBLSP Calculation: 'Relevant to pricing' ID can be changed VKOBLCHAR1XFELD
RKAPPLReference application RKAPPLCHAR2Assigned to domainKAPPL
RKSCHLReference condition type RKSCHLCHAR4Assigned to domainKSCHL
IX_KOMT2_VIndex number for internal tables KOIDXINT410KOIDX
IX_KOMT2_BIndex number for internal tables KOIDXINT410KOIDX
KINAKCondition is inactive KINAKCHAR1KINAK
BERGLCalculation Base BERGLCHAR1BERGL
VHARTPackaging Material Type VHIARTCHAR4TVTYTRATY
RDIFARounding difference comparison RDIFACHAR1XFELD
KVORGEvent in condition processing KVORGCHAR2KOVOR
KFKIVCondition for inter-company billing KFKIVCHAR1XFELD
KVARCCondition for configuration KVARCCHAR1XFELD
KMENGQuantity conversion KMENGCHAR1XFELD
KTRELRelevance for account assignment KTRELCHAR1KTREL
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KBFLAGBit encrypted flags in Pricing KBFLAGRAW2KBFLAG
IS_CPF_ENABLEDCondition Enabled for Config. Parameters and Formulas (CPF) COND_IS_CPF_ENABLEDCHAR1IS_CPF_ENABLED

Key field Non-key field



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

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

How to access SAP table KOMT1

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