DBA_ACTION_DESCR SAP (DBA Cockpit: Action Descr Data) Structure details

Dictionary Type: Structure
Description: DBA Cockpit: Action Descr Data




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




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

DBA_ACTION_DESCR 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 "DBA Cockpit: Action Descr Data" 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_DBA_ACTION_DESCR TYPE DBA_ACTION_DESCR.

The DBA_ACTION_DESCR table consists of various fields, each holding specific information or linking keys about DBA Cockpit: Action Descr Data data available in SAP. These include TREETYPE (), ID (), PARENT (), REL (Release of SAP System).. 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 DBA_ACTION_DESCR 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
CATEGORY 0
TREETYPE 0
ID 0
PARENT 0
RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
STATUS 0
FUNCTIONABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
FUNCTION_TYPE 0
TEXT 0
ICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
TRANSLATEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
REFRESH_IMMEDIATEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SCREENDynpro Number SYDYNNRCHAR4SYCHAR04
PROGRAMABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
SCREEN_CALLERABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
LOCK_MODE 0
REQUIRED_PERMISSION Required Permission for Action to Get Full Functionality0
MINIMUM_PERMISSION Minimum Permission for Action0
DESTINATION Destination for Lock Objects0
IS_GLOBALReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
WIDTH 0
HEIGHT 0
COMPONENT 0
FLOORPLAN 0
LOIOID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
SLOIOID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
IS_OFFLINE_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN

Key field Non-key field



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

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

How to access SAP table DBA_ACTION_DESCR

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