STPDA_ADT_TEST_DEEP_STRUC SAP (Test structure for ADT debugger) Structure details

Dictionary Type: Structure
Description: Test structure for ADT debugger




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




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

STPDA_ADT_TEST_DEEP_STRUC 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 "Test structure for ADT debugger" 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_TEST_DEEP_STRUC TYPE STPDA_ADT_TEST_DEEP_STRUC.

The STPDA_ADT_TEST_DEEP_STRUC table consists of various fields, each holding specific information or linking keys about Test structure for ADT debugger data available in SAP. These include BOOLEAN (Boolean Variable (X=True, -=False, Space=Unknown)), DEEP (), ID (Variable Identifier), NAME ().. 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_TEST_DEEP_STRUC 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
STRING 0
BOOLEANBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
DEEP 0
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
SYMSG 0
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20ARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

As STPDA_ADT_TEST_DEEP_STRUC 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_TEST_DEEP_STRUC as there is no data to select.

How to access SAP table STPDA_ADT_TEST_DEEP_STRUC

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