TKED1 SAP (Library of results from data mining processing) Table details

Dictionary Type: Table
Description: Library of results from data mining processing




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




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

TKED1 is a standard SAP Table which is used to store Library of results from data mining processing data and is available within R/3 SAP systems depending on the version and release level.

The TKED1 table consists of various fields, each holding specific information or linking keys about Library of results from data mining processing data available in SAP. These include APPLCLASS (Application class for DD objects (not used)), SUBCLASS (Subgroup by application class), TABNAME (Table Name), REPID (Report).. 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 TKED1 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
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
SUBCLASSSubgroup by application class SUBCLASSCHAR2CFBSUBCLAS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
REPIDReport CFREPID2CHAR12Assigned to domainBERNA2REI
METHODData mining method DM_METHODCHAR12Assigned to domainDM_METHODDMM
RESULTNONo. of data mining process DM_RESNONUMC6NUMC06
UNAMEUser name CFUNAMECHAR12CHAR12
SAVEDATEResults saved on date DM_SAVEDATDATS8DATUM
SAVETIMESaved at time DM_SAVETIMTIMS6SYTIME
METH_TEXTDescription of data mining method DM_METHTXTCHAR20DM_METHTXT
MAX_AUFSPMaximum Number of Drilldowns DM_MAXAUFNUMC3NUMC3
DIST_OBJMax. interval between adjacent objects in data mining DM_DIST_OBNUMC3NUMC3
DIST_DIMMax. Dispersion to Next Drilldown Dimension DM_DIST_DINUMC3NUMC3
OUTPUTMinimum homogeneousness DM_OUTPUTDEC6(4) DEC2_4
BREAKDOWNMaximum homogeneousness DM_BREAKDDEC6(4) DEC2_4
VAR_VERFMethod of calculating variance DM_VARVERFCHAR1CHAR1
CODEFunction name DM_CODECHAR4DM_CODE
BOPECondition parameter DM_BOPECHAR2RKE_BOPE
BWRTCondition value DM_BWRTNUMC6NUMC6
FILT_ENDSummarize results? DM_PRUNECHAR1CHAR1
FILT_EXPLExplicit filtering DM_FILTERCHAR1CHAR1
FILT_PROCAvoid redundancies in data mining DM_PROCCHAR1CHAR1
TIME_OUTMaximum runtime in data mining process DM_TIMEOUTTIMS6SYTIME
VAL_WEIGHTValues excluded for absolute basis DMVALWEIGHCHAR100CHAR100
VAL_CONTROValues excluded for search ratio DMVALCONTRCHAR100CHAR100
WEI_WEIGHTWeighting of absolute basis DMWEIWEIGHNUMC2NUMC2
WEI_CONTROWeighting of search ratio DMWEICONTRNUMC2NUMC2
DUMMYPARADummy data element DM_DUMMYCHAR10CHAR10
FORMForm RKE_CFORMCHAR12Assigned to domainRKE_FORMRC1
STATUS01Status 1 of analysis results DM_STAT01CHAR1CHAR1
STATUS02Status 2 of analysis results DM_STAT02CHAR1CHAR1
POINTER01Pointer to display table with objects DM_POINT01NUMC6NUMC6
POINTER02Pointer to display table with key figures DM_POINT02NUMC6NUMC6
DATDATEDate of defined COIX data CFCOIXDDATDATS8DATUM
DATTIMETime of defined data in COIX CFCOIXDTIMTIMS6SYTIME
SEL_FLAGCheckbox DM_SELFLAGCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKED1
INTO CORRESPONDING FIELDS OF WA_TKED1
WHERE...

How to access SAP table TKED1

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