TKKR1 SAP (Hierarchy Summarization (Fields)) Pooled Table details

Dictionary Type: Pooled Table
Description: Hierarchy Summarization (Fields)




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




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

TKKR1 is a standard SAP Pooled Table which is used to store Hierarchy Summarization (Fields) data and is available within R/3 SAP systems depending on the version and release level.

The TKKR1 table consists of various fields, each holding specific information or linking keys about Hierarchy Summarization (Fields) data available in SAP. These include HIART (Hierarchy Type), IDENT (Hierarchy ID), STUFE (Number of Hierarchy Level), FLDNR (Hierarchy field number / costing).. 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: Not classified


SAP TKKR1 pooled 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
HIARTHierarchy Type KKR_HIEARTCHAR2TKKRAKKR_HIEARTRHA
IDENTHierarchy ID KKR_HIERIDCHAR8TKKR0KKR_HIERIDRHI
STUFENumber of Hierarchy Level KKR_HIESTUNUMC3KKR_HIESTU
FLDNRHierarchy field number / costing KKR_FELDNRCHAR3LFDNR
HFELDHierarchy Field Name KKR_HFELDNCHAR30CHAR30
FLDKZHierarchy field indicator KKR_HFLDKZCHAR1KKR_HFLDKZ
OFFSETOffset of Hierarchy Field KKR_HFDOFFNUMC6DOFFSET
FLENGTHLength of Hierarchy Field KKR_HFDLENNUMC3NUMC03
TLENGTHTotal Length of Hierarchy Characteristic KKR_MRKLENNUMC3NUM3
INIT_NODEGenerate Node for Blank Values KKR_INNODECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKR1
INTO CORRESPONDING FIELDS OF WA_TKKR1
WHERE...

How to access SAP table TKKR1

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