TKED3 SAP (Key figures for object displayed in data mining) Table details

Dictionary Type: Table
Description: Key figures for object displayed in data mining




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




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

TKED3 is a standard SAP Table which is used to store Key figures for object displayed in data mining data and is available within R/3 SAP systems depending on the version and release level.

The TKED3 table consists of various fields, each holding specific information or linking keys about Key figures for object displayed in data mining data available in SAP. These include POINTER02 (Pointer to display table with key figures), OBJECT_NO (Object number), KENNZ_NO (Key figure number), FNAM (Field Name).. 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: Not classified


SAP TKED3 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
POINTER02Pointer to display table with key figures DM_POINT02NUMC6NUMC6
OBJECT_NOObject number DM_OBJNONUMC6NUMC6
KENNZ_NOKey figure number DM_KENNZNONUMC2NUMC2
FNAMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ATTRBUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR
WERTKey figure CFKENNZAHLFLTP16(16) FLOPO
EMEEHTUnit CGSUNITUNIT3Assigned to domainCUNITMEINS
MWKZQuantity/value flag RKE_MWKZCHAR1RKE_MWKZ
PDEZDecimal Places Displayed in List RKE_PDEZNUMC1NUMC1
ROUNFRounding Factor (10 raised to the power of x) RKE_ROUNFFLTP16(16) FLTP
PWAERSTarget currency = List curr. for currency translation RKE_ZWAERSCUKY5Assigned to domainWAERS
PMINMinimum column width CFPMININT410CFINT4
PMAXMaximum column width CFPMAXINT410CFINT4
ELNR1Element number of a structure RKE_ELNRNUMC4NUMC4
ELNR2Element number of a structure RKE_ELNRNUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKED3
INTO CORRESPONDING FIELDS OF WA_TKED3
WHERE...

How to access SAP table TKED3

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