KONX1 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 KONX1
Related tables to KONX1
Access table KONX1




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

KONX1 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 KONX1 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), KSCHL (Condition Type), VARFLD006 (30 Characters), VARFLD007 (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 KONX1 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
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
VARFLD00630 Characters CHAR30CHAR30CHAR30
VARFLD00730 Characters CHAR30CHAR30CHAR30
VARFLD00830 Characters CHAR30CHAR30CHAR30
VARFLD00930 Characters CHAR30CHAR30CHAR30
VARFLD01030 Characters CHAR30CHAR30CHAR30
VARFLD00130 Characters CHAR30CHAR30KONXCHAR30
VARFLD00230 Characters CHAR30CHAR30KONXCHAR30
VARFLD00330 Characters CHAR30CHAR30CHAR30
VARFLD00430 Characters CHAR30CHAR30CHAR30
VARFLD00530 Characters CHAR30CHAR30CHAR30
DATBIValidity end date of the condition record KODATBIDATS8DATUM
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) KONWACUKY5Assigned to domainWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM KONX1
INTO CORRESPONDING FIELDS OF WA_KONX1
WHERE...

How to access SAP table KONX1

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