EKONG SAP (Franchise Contributions by Customer/Utility Co.) Table details

Dictionary Type: Table
Description: Franchise Contributions by Customer/Utility Co.




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




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

EKONG is a standard SAP Table which is used to store Franchise Contributions by Customer/Utility Co. data and is available within R/3 SAP systems depending on the version and release level.

The EKONG table consists of various fields, each holding specific information or linking keys about Franchise Contributions by Customer/Utility Co. data available in SAP. These include KONZVER (Franchise contract), TWAERS (Transaction Currency), AB (Date from which time slice is valid), KONZIGR (Franchise fee group).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EKONG 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 MANDTCLNT3T000MANDT
KONZVERFranchise contract KONZVERCHAR10EKONALPHAKONZVERKZVEKONA
TWAERSTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
KONZIGRFranchise fee group KONZIGRCHAR10Assigned to domainKONZIGR
ZONENNRNumber of price block or price scale E_ZONENNRNUMC3E_ZONENNR
AKLASSEBilling class AKLASSECHAR4EAKLASSEAKLASSEAKL
KAVONFrom block for consumption with franchise tax KAVONNUMC10E_ZONE
KABISTo-block for consumption with franchise tax KABISNUMC10E_ZONE
KONKUNBusiness partner's franchise fee contribution KONKUNDEC16(7) KONBTR
KONEVUUtility company's franchise fee contribution KONEVUDEC16(7) KONBTR
KABETRGMaximum franchise fee KABETRGDEC16(7) KONBTR
QVIEWQuantity and Demand Check Active QVIEWCHAR1KENNZX
TSGRENZMENGEQty limit to determine residential or non-residential cust. TSGRENZMENGEDEC12GRENZMNG
TSGRENZLEISTUNGDemand that determines whether cust. is residential or not TSGRENZLEISTUNGDEC12GRENZMNG
TSLANZAHLNumber of Demands to be Reached for R/NR Customer Determ. TSLANZAHLNUMC3PERWERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKONG
INTO CORRESPONDING FIELDS OF WA_EKONG
WHERE...

How to access SAP table EKONG

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