KONX SAP (Overhead Rates: Help Table for Variable Fields) Table details

Dictionary Type: Table
Description: Overhead Rates: Help Table for Variable Fields




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




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

KONX is a standard SAP Table which is used to store Overhead Rates: Help Table for Variable Fields data and is available within R/3 SAP systems depending on the version and release level.

The KONX table consists of various fields, each holding specific information or linking keys about Overhead Rates: Help Table for Variable Fields data available in SAP. These include DATAB (Validity start date of the condition record), DATBI (Validity end date of the condition record), KSCHL (Condition Type), VARFLD001 (30 Characters).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KONX table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DATABValidity start date of the condition record KODATABDATS8DATUM
DATBIValidity end date of the condition record KODATBIDATS8DATUM
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
VARFLD00130 Characters CHAR30CHAR30CHAR30
VARFLD00230 Characters CHAR30CHAR30CHAR30
VARFLD00330 Characters CHAR30CHAR30CHAR30
VARFLD00430 Characters CHAR30CHAR30CHAR30
VARFLD00530 Characters CHAR30CHAR30CHAR30
VARFLD00630 Characters CHAR30CHAR30CHAR30
VARFLD00730 Characters CHAR30CHAR30CHAR30
VARFLD00830 Characters CHAR30CHAR30CHAR30
VARFLD00930 Characters CHAR30CHAR30CHAR30
VARFLD01030 Characters CHAR30CHAR30CHAR30
KNUMHCondition record number KNUMHCHAR10KNUMB
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KVEWEUsage of the condition table KVEWECHAR1Assigned to domainKVEWEKVW
KRECHCalculation type for condition KRECHCHAR1KRECH
KOZGFAccess sequence KOZGFCHAR4Assigned to domainKOZGF
KOLNRAccess sequence - Access number KOLNRNUMC2Assigned to domainKOLNR
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KOTABCondition table KOTABCHAR30Assigned to domainAS4TABVKT
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table KONX using ABAP code

The following ABAP code Example will allow you to do a basic selection on KONX to SELECT all data from the table
DATA: WA_KONX TYPE KONX.

SELECT SINGLE *
FROM KONX
INTO CORRESPONDING FIELDS OF WA_KONX
WHERE...

How to access SAP table KONX

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