E3KONP SAP (Conditions Items) Structure details

Dictionary Type: Structure
Description: Conditions Items




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




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

E3KONP 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 "Conditions Items" 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_E3KONP TYPE E3KONP.

The E3KONP table consists of various fields, each holding specific information or linking keys about Conditions Items data available in SAP. These include KNUMT (Number of texts), STFKZ (Scale Type), KZBZG (Scale basis indicator), KSTBM (Condition scale quantity).. 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: Not classified


SAP E3KONP 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
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KNUMTNumber of texts KNUMTCHAR10KNUMB
STFKZScale Type STFKZCHAR1STFKZ
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KSTBMCondition scale quantity KSTBMQUAN15(3) MENG15
KONMSCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
KSTBWScale value KSTBWCURR15(2) WERT8
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
PRSCHPrice levels PRSCHCHAR4CHAR4
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
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
PKWRTPlanned condition value PKWRTCURR15(2) WERTV8
FKWRTCumulative guaranteed discount (not used) FKWRTCURR15(2) WERTV8
RSWRTAccumulated accruals values (not used) RSWRTCURR15(2) WERTV8
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
UKBASPlanned condition basis UKBASCURR15(2) WERTV8
KZNEPCondition exclusion indicator KZNEPCHAR1Assigned to domainKZNEP
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MWSK1Tax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
ZAEHK_INDCondition item index DZAEHK_INDNUMC2ZAEHK
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
MIKBASMinimum condition base value MIKBASQUAN15(3) MENG15
MXKBASMaximum condition base value MXKBASQUAN15(3) MENG15
KOMXWRTMaximum condition value KOMXWRTCURR13(2) WERTV7
KLF_STGNumber of incremental scale KLF_STGNUMC4KLFNR
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

Key field Non-key field



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

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

How to access SAP table E3KONP

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