EKOND SAP (Screen Fields: IS-U Franchise Contr.) Structure details

Dictionary Type: Structure
Description: Screen Fields: IS-U Franchise Contr.




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




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

EKOND 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 "Screen Fields: IS-U Franchise Contr." 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_EKOND TYPE EKOND.

The EKOND table consists of various fields, each holding specific information or linking keys about Screen Fields: IS-U Franchise Contr. data available in SAP. These include MANDT (Client), KONZVER (Franchise contract), BUKRS (Company Code), SPARTE (Division).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EKOND 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
MANDTClient MANDTCLNT3T000MANDT
KONZVERFranchise contract KONZVERCHAR10Assigned to domainALPHAKONZVERKZVEKONA
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SPARTEDivision SPARTECHAR2TSPASPARTSPA
KUNDEBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
KAVERFFranchise Fee Procedure KAVERFCHAR1KAVERF
KAVERF_EA16Franchise Fee Procedure KAVERFCHAR1KAVERF
BEARKZProcessing status BEARKZCHAR2TE643BEARSTAT
VERTARTFranchise contract type VERTARTCHAR4TE645VERTART
VERLZEITRenewal date of franchise tax contract VERLZEITDATS8DATUM
VERWGEMAdministrative community VERWGEMCHAR20TEXT20
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
VBEGINNStart of contract E_VBEGINNDATS8DATUM
VENDEEnd of contract E_VENDEDATS8DATUM
VERLDATRenewal date of contract E_VBISDATDATS8DATUM
KUENDATCancellation date of contract KUENDATDATS8DATUM
ANZVERLNumber of time units for renewal VERZEITNUMC3PERWERT
VERLEINHTime unit for renewal VERPERCHAR1PERART
ANZKUENNumber of time units for cancellation KUENZEITNUMC3PERWERT
KUENEINHTime unit for cancellation KUENPERCHAR1PERART
V_KONZVERFranchise contract KONZVERCHAR10Assigned to domainALPHAKONZVERKZVEKONA
NUM_RANGENumber range NUMMERNKCHAR2CHAR2
TWAERSTransaction Currency TWAERSCUKY5TCURCWAERSPCU
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
KONZIGRFranchise fee group KONZIGRCHAR10TE241KONZIGR
AKLASSEBilling class AKLASSECHAR4EAKLASSEAKLASSEAKL
ZONENNRNumber of price block or price scale E_ZONENNRNUMC3E_ZONENNR
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
GPTEXTText for business partner TEXT1GP_KKCHAR132TEXT132
MARKIndicator: posting line selected? MARKCHAR1XFELD
VORLAGEOutline text E_RAHMEN20CHAR20CHAR20
RAHMEN1Outline text E_RAHMEN20CHAR20CHAR20
RAHMEN2Outline text E_RAHMEN20CHAR20CHAR20
RAHMEN3Outline text E_RAHMEN20CHAR20CHAR20
RAHMEN4Outline text E_RAHMEN20CHAR20CHAR20
RAHMEN5Outline text E_RAHMEN20CHAR20CHAR20
WVLKONZVFollow-up record for franchise tax contract WVLKONZVCHAR1KENNZX
KAVERF_BRUTTO_EA16Gross Procedure KAVERF_BRUTTOCHAR1KENNZX
KAVERF_MAXBRUTTO_EA16Maximum Gross Procedure KAVERF_MAXBRUTTOCHAR1KENNZX
KAVERF_NETTO_EA16Net Procedure KAVERF_NETTOCHAR1KENNZX
KAVERF_BRUTTOGross Procedure KAVERF_BRUTTOCHAR1KENNZX
KAVERF_NETTONet Procedure KAVERF_NETTOCHAR1KENNZX
KAVERF_MAXBRUTTOMaximum Gross Procedure KAVERF_MAXBRUTTOCHAR1KENNZX
VERLEINH_TAGUnit of Extension FF Contract: Day VERLEINH_TAGCHAR1KENNZX
VERLEINH_MONATUnit of Extension: Month VERLEINH_MONATCHAR1KENNZX
VERLEINH_JAHRUnit of Extension: Year VERLEINH_JAHRCHAR1KENNZX
KUEINH_TAGUnit of Extension FF Contract: Day VERLEINH_TAGCHAR1KENNZX
KUEINH_MONATUnit of Extension: Month VERLEINH_MONATCHAR1KENNZX
KUEINH_JAHRUnit of Extension: Year VERLEINH_JAHRCHAR1KENNZX
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
QVIEWQuantity and Demand Check Active QVIEWCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table EKOND

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