KOMV_IDOC SAP (Condition Exchange: KOMV-Enhancement for IDOC Transfer) Structure details

Dictionary Type: Structure
Description: Condition Exchange: KOMV-Enhancement for IDOC Transfer




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




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

KOMV_IDOC 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 "Condition Exchange: KOMV-Enhancement for IDOC Transfer" 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_KOMV_IDOC TYPE KOMV_IDOC.

The KOMV_IDOC table consists of various fields, each holding specific information or linking keys about Condition Exchange: KOMV-Enhancement for IDOC Transfer data available in SAP. These include MEINS (Base Unit of Measure), MXWRT (Lower limit of the condition rate/amount), GKWRT (Upper limit for the condition rate), KZNEP (Condition exclusion indicator).. 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 KOMV_IDOC 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
KSTBWScale value KSTBWCURR15(2) WERT8
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MXWRTLower limit of the condition rate/amount MXWRTCURR11(2) WERTV6
GKWRTUpper limit for the condition rate GKWRTCURR11(2) WERTV6
KZNEPCondition exclusion indicator KZNEPCHAR1Assigned to domainKZNEP
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
BOMATMaterial for rebate settlement BOMATCHAR18Assigned to domainMATN1MATNRMAT
KBRUEAccrual Amount KBRUECURR11(2) WERTV6
KSPAERebate was set up retroactively KSPAECHAR1XFELD
BOSTAStatus of the agreement BOSTACHAR1BOSTA
KNUMA_PIPromotion KNUMA_PICHAR10Assigned to domainALPHAKNUMAVPIVMBO
KNUMA_AGSales deal KNUMA_AGCHAR10Assigned to domainALPHAKNUMAVK1VMBO
KNUMA_SQSales quote KNUMA_SQCHAR10Assigned to domainALPHAKNUMAVK3VMBO
VALTGAdditional value days VALTGNUMC2TAGE2
VALDTFixed value date VALDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ANZAUFMaximum number of sales orders per condition record ANZAUFNUMC2ANZAUF
MXKBASMaximum condition base value MXKBASQUAN15(3) MENG15
KOMXWRTMaximum condition value KOMXWRTCURR13(2) WERTV7
KLF_KALScale number for pricing KLF_KALNUMC4KLFNR
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
KNUMA_BOAgreement (subsequent settlement) KNUMA_BOCHAR10Assigned to domainALPHAKNUMAVBOVMBO
KNUMA_SDStandard agreement KNUMA_SDCHAR10Assigned to domainALPHAKNUMAVK2VMBO
KZUSTResponsibility in SD for condition/material KZUSTCHAR3Assigned to domainKZUST
KOSRTSearch term for conditions KOSRTCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table KOMV_IDOC

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