STPDA_ADT_VARIABLE SAP (Variable details) Structure details

Dictionary Type: Structure
Description: Variable details




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




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

STPDA_ADT_VARIABLE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Variable details" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_STPDA_ADT_VARIABLE TYPE STPDA_ADT_VARIABLE.

The STPDA_ADT_VARIABLE table consists of various fields, each holding specific information or linking keys about Variable details data available in SAP. These include NAME (), DECLARED_TYPE_NAME (), ACTUAL_TYPE_NAME (), KIND (Variable kind).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP STPDA_ADT_VARIABLE structure 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
IDVariable Identifier STPDA_ADT_VARIABLE_IDSTRG0
NAME 0
DECLARED_TYPE_NAME 0
ACTUAL_TYPE_NAME 0
KINDVariable kind STPDA_ADT_KINDCHAR20STPDA_ADT_KIND
INSTANTIATION_KINDInstantiation kind of an object (instance or static) STPDA_ADT_INSTANTIATION_KINDCHAR20STPDA_ADT_INSTANTIATION_KIND
ACCESS_KINDAccess kind of an object (public, private, ...) STPDA_ADT_ACCESS_KINDCHAR20STPDA_ADT_ACCESS_KIND
META_TYPEMeta type of an object (object ref, structure, ...) STPDA_ADT_META_TYPECHAR30STPDA_ADT_META_TYPE
PARAMETER_KINDKind of a parameter (importring, exporting, etc.) STPDA_ADT_PARAMETER_KINDCHAR20STPDA_ADT_PARAMETER_KIND
VALUE 0
HEX_VALUE 0
READ_ONLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TECHNICAL_TYPE 0
LENGTH 0
TABLE_BODY 0
TABLE_LINES 0
IS_VALUE_INCOMPLETEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_EXCEPTIONBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
INHERITANCE_LEVEL 0
INHERITANCE_CLASS 0

Key field Non-key field



How do I retrieve data from SAP structure STPDA_ADT_VARIABLE using ABAP code?

As STPDA_ADT_VARIABLE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on STPDA_ADT_VARIABLE as there is no data to select.

How to access SAP table STPDA_ADT_VARIABLE

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