TAAN_HEAD SAP (Table Analysis: Executed Analyses - Header Data) Table details

Dictionary Type: Table
Description: Table Analysis: Executed Analyses - Header Data




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




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

TAAN_HEAD is a standard SAP Table which is used to store Table Analysis: Executed Analyses - Header Data data and is available within R/3 SAP systems depending on the version and release level.

The TAAN_HEAD table consists of various fields, each holding specific information or linking keys about Table Analysis: Executed Analyses - Header Data data available in SAP. These include EVAL_ID (Table Analysis: Analysis Session ID of Database Analysis), TABNAME (Table Analysis: Table Name), ANA_NAME (Table Analysis: Analysis Variant), ENTRY_CNT (Table Analysis: Number of Entries in a Table).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TAAN_HEAD 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
EVAL_IDTable Analysis: Analysis Session ID of Database Analysis ARDB_EVALRAW16SYSUUID
TABNAMETable Analysis: Table Name ARDB_TABLECHAR30Assigned to domainAS4TABDD_TABL
ANA_NAMETable Analysis: Analysis Variant ARDB_ANAMECHAR30CHAR30
ENTRY_CNTTable Analysis: Number of Entries in a Table ARDB_COUNTINT410U_INT_4
ENTRY_CNT_LTable Analysis: Number of Entries in a Table ARDB_COUNT_LDEC20DEC20
START_DATETable analysis: Start date ARDB_BEDATDATS8DATUM
STOP_DATETable analysis: End date ARDB_ENDATDATS8DATUM
START_TIMETable analysis: Start time ARDB_BETIMTIMS6
STOP_TIMETable analysis: End time ARDB_ENTIMTIMS6
EVAL_USERChanged by USERCHAR12CHAR12
EVAL_STATTable Analysis: Status of Table Analysis ARDB_STATCHAR1ARDB_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TAAN_HEAD
INTO CORRESPONDING FIELDS OF WA_TAAN_HEAD
WHERE...

How to access SAP table TAAN_HEAD

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