TKA03 SAP (Statistical key figures) Table details

Dictionary Type: Table
Description: Statistical key figures




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




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

TKA03 is a standard SAP Table which is used to store Statistical key figures data and is available within R/3 SAP systems depending on the version and release level.

The TKA03 table consists of various fields, each holding specific information or linking keys about Statistical key figures data available in SAP. These include KOKRS (Controlling Area), STAGR (Statistical key figure), MSEHI (Unit for statistical key figure), GRTYP (Statistical Key Figure Category).. 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: Can be enhanced (character-type)

Text table = TKT03


SAP TKA03 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
STAGRStatistical key figure STAGRCHAR6STAGRSTA
MSEHIUnit for statistical key figure SEINHUNIT3T006CUNITMEINS
GRTYPStatistical Key Figure Category GRTYPCHAR1GRTYP
HKTYPFlag if indicator is derived from LIS or set manually HKTYPCHAR1HKTYP
STRUCTGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
KENNZKey Figure from LIS K_FIELDCHAR30Assigned to domainFDNAME
W_FLAGIndicator if statistical ratio describes a currency W_FLAGCHAR1W_FLAG
M_PLANProcess planned values M_PLANCHAR1M_PLAN
M_ISTActual value processing M_ISTCHAR1M_IST

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKA03
INTO CORRESPONDING FIELDS OF WA_TKA03
WHERE...

How to access SAP table TKA03

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