KOMVD SAP (Price Determination Communication-Cond.Record for Printing) Structure details

Dictionary Type: Structure
Description: Price Determination Communication-Cond.Record for Printing




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




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

KOMVD 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 Communication-Cond.Record for Printing" 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_KOMVD TYPE KOMVD.

The KOMVD table consists of various fields, each holding specific information or linking keys about Price Determination Communication-Cond.Record for Printing data available in SAP. These include STUNR (Step number), ZAEHK (Condition counter), KAPPL (Application), KSCHL (Condition type).. 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 KOMVD 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
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4T685AKSCHLVKS
KRECHCalculation type for condition KRECHCHAR1KRECH
KAWRTCondition base value KAWRTCURR15(2) WERTV8
AWEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
AWEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KOEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KOEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
KKURSCondition exchange rate for conversion to local currency KKURSDEC9(5) KKURS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit in the document KVMEIUNIT3T006CUNITMEINS
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KSTATCondition is used for statistics KSTATCHAR1XFELD
KHERKOrigin of the condition KHERKCHAR1KHERK
KWERTCondition value KWERTCURR13(2) WERTV7
KSTEUCondition control KSTEUCHAR1KSTEU
KINAKCondition is inactive KINAKCHAR1KINAK
KOAIDCondition class KOAIDCHAR1KOAID
KNUMTNumber of texts KNUMTCHAR10KNUMB
DRUKZPrint ID for condition lines DRUKZCHAR1DRUKZ
VTEXTDescription BEZEI40CHAR40TEXT40
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
STUFELevel (in multi-level BOM explosions) HISTUDEC2DEC2
WEGXXPath (for multi-level BOM explosions) WEGXXDEC4DEC4
KFAKTORFactor for condition base value KFAKTORFLTP16(16) FLTP
NRMNGDiscount in kind: Inclusive bonus quantity of item NRMNGQUAN13(3) MENG13
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KWERT_EUROCondition value KWERTCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table KOMVD

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