EKDI SAP (Rate Facts) Table details

Dictionary Type: Table
Description: Rate Facts




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




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

EKDI is a standard SAP Table which is used to store Rate Facts data and is available within R/3 SAP systems depending on the version and release level.

The EKDI table consists of various fields, each holding specific information or linking keys about Rate Facts data available in SAP. These include TARIFNR (Rate key), KONDIGR (Rate fact group), OPERAND (Operand), SAISON (Season).. 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: Cannot Be Enhanced


SAP EKDI 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
TARIFNRRate key TARIFNRCHAR10Assigned to domainTARIFNRTRFISU_F4_TARIF
KONDIGRRate fact group KONDIGRCHAR10TE067KONDIGR
OPERANDOperand E_OPERANDCHAR10Assigned to domainE_OPERANDOPEH_TE221
SAISONSeason SAISONCHAR10Assigned to domainE_OPERAND
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
WERT1Entry value (installed value) for a device E_WERT1DEC16(7) OPWERT
WERT2Value to be billed E_WERT2DEC16(7) OPWERT
STRING1First key field for operand value STRING1CHAR10CHAR10
STRING2Second key field for operand value STRING2CHAR10CHAR10
STRING3Third key field for operand value STRING3CHAR1CHAR1
STRING4Fourth key field for operand value STRING4CHAR1CHAR1
ERSATZWERTReplacement value for operands ERSATZWERTCHAR1ERSATZWERT
BETRAGCurrency-dependent amount E_BETRAGCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKDI
INTO CORRESPONDING FIELDS OF WA_EKDI
WHERE...

How to access SAP table EKDI

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