KONVD SAP (Pricing Communication Condition Record, Dynamic) Structure details

Dictionary Type: Structure
Description: Pricing Communication Condition Record, Dynamic




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




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

KONVD 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 "Pricing Communication Condition Record, Dynamic" 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_KONVD TYPE KONVD.

The KONVD table consists of various fields, each holding specific information or linking keys about Pricing Communication Condition Record, Dynamic data available in SAP. These include KOFRM (Condition formula for alternative calculation type), STFKZ (Scale Type), KSTBM (Incremental scale: start of interval), KSTBM_NEXT (Increase scale: end of interval).. 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 KONVD 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
PRSCHPrice levels PRSCHCHAR4CHAR4
KOFRMCondition formula for alternative calculation type KOFRMNUMC3KOFRM
STFKZScale Type STFKZCHAR1STFKZ
KSTBMIncremental scale: start of interval KSTBM_AKTCURR15(2) WERT8
KSTBM_NEXTIncrease scale: end of interval KSTBM_NEXTCURR15(2) WERT8
IX_KOMT1Index number for internal tables KOIDXINT410KOIDX
IX_GKOMVIndex number for internal tables KOIDXINT410KOIDX
ZAEHK_INDCondition item index DZAEHK_INDNUMC2ZAEHK
DRUKZPrint ID for condition lines DRUKZCHAR1DRUKZ
STUNBFrom Ref. Step for Percentage Conditions STUNBNUMC3Assigned to domainSTUNR
STUN2From Ref. Step for Percentage Conditions STUNBNUMC3Assigned to domainSTUNR
KZWIWCondition subtotal KZWIWCHAR1KZWIW
KOFRAAlternative formula for condition base value KOFRANUMC3KOFRM
KOFRSFormula for scale base value KOFRSNUMC3KOFRM
KMANUMaking manual entries KMANUCHAR1KMANU
TXPRFRounding rule TXPRFCHAR1TXPRF
KNEGAPlus/minus sign of the condition amount KNEGACHAR1KNEGA
GANZZIndicator: Currency Translation after Multiplication GANZZCHAR1XFELD
KOBLICondition is mandatory KOBLICHAR1XFELD
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
KZTERMTerms of payment ID in the condition KZTERMCHAR1XFELD
FXMSGMessage number MSGNRCHAR3Assigned to domainMSGNR
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
SELKZSelection flag SELKZCHAR1SELKZ
BOSTAStatus of the agreement BOSTACHAR1BOSTA
KSPAERebate was set up retroactively KSPAECHAR1XFELD
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
KNUMA_BOAgreement (various conditions grouped together) KNUMACHAR10KONAALPHAKNUMAVMBO
BERGLCalculation Base BERGLCHAR1BERGL
VHARTPackaging Material Type VHIARTCHAR4TVTYTRATY
RDIFARounding difference comparison RDIFACHAR1XFELD
KMENGQuantity conversion KMENGCHAR1XFELD
KBUFFCondition read from buffer KBUFFCHAR1XFELD
BOSTA_CRCondition Record Status (Rebate) BOSTA_CRCHAR1BOSTA_CR
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 KONVD using ABAP code?

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

How to access SAP table KONVD

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