ARDB_STA3TN SAP (Table Analysis: Analysis Variant - Description (with TADIR)) Table details

Dictionary Type: Table
Description: Table Analysis: Analysis Variant - Description (with TADIR)




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




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

ARDB_STA3TN is a standard SAP Table which is used to store Table Analysis: Analysis Variant - Description (with TADIR) data and is available within R/3 SAP systems depending on the version and release level.

The ARDB_STA3TN table consists of various fields, each holding specific information or linking keys about Table Analysis: Analysis Variant - Description (with TADIR) data available in SAP. These include ANA_NAME (Table Analysis: Analysis Variant), TABNAME (Table Analysis: Table Name), ANA_TEXT (Table Analysis: Analysis Variant Description).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: ARDB_STAT3N


SAP ARDB_STA3TN 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
ANA_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ANA_NAMETable Analysis: Analysis Variant ARDB_ANAME24CHAR24ARDB_STAT3NCHAR24
TABNAMETable Analysis: Table Name ARDB_TABLE16CHAR16Assigned to domainARDB_TABLE16
ANA_TEXTTable Analysis: Analysis Variant Description ARDB_TEXTCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARDB_STA3TN
INTO CORRESPONDING FIELDS OF WA_ARDB_STA3TN
WHERE...

How to access SAP table ARDB_STA3TN

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