RSAHD SAP (Screen fields for module SAPDSAHD: program attributes) Structure details

Dictionary Type: Structure
Description: Screen fields for module SAPDSAHD: program attributes




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




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

RSAHD 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 "Screen fields for module SAPDSAHD: program attributes" 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_RSAHD TYPE RSAHD.

The RSAHD table consists of various fields, each holding specific information or linking keys about Screen fields for module SAPDSAHD: program attributes data available in SAP. These include RSTATT (Program status), SUBCT (Program type), APPL (Applications programs, function modules, logical databases), APPL_TEXT (Application program long text).. 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: Not classified


SAP RSAHD 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
SQL_READSQL read allowed SQL_READCHAR1SYCHAR01
RSTATTProgram status RSTATTCHAR40SYCHAR40
SUBCTProgram type SUBCTCHAR22SYCHAR22
APPLApplications programs, function modules, logical databases PAPPL_DCHAR1TAPLPPAPPL
APPL_TEXTApplication program long text APPL_TEXTCHAR30APPLTEXT
DBAPL_TEXTDB application long text DBAPL_TEXTCHAR22SYCHAR22
CDATECreated on RDIR_CDATEDATS8SYDATS
UDATEChanged On RDIR_UDATEDATS8SYDATS
SLSCRNTXTCHAR50 for SYST SYCHAR50CHAR50SYCHAR50
LANGUMaster Language RLOADLANG1ISOLALANG
CUSTIDLicense number of a customer system CUSTIDCHAR10CUSTID
SKEYSource key assigned by the system for ABAP/4 source code SRCKEYCHAR20SRCKEY
ASTATUS Status active source0
MSTATUS Change status0
ESTATUSModification status ESTATUSCHAR15SYCHAR15
FULLSTATUS Full editing status0
WORKSTATUS Editing Status (Display, Change)0
TRNS_TCODETransaction code TRNS_TCODECHAR20Assigned to domainTCODE
TRNS_DYPNONumber of the initial screen of the transaction TRNS_DYPNONUMC4DYNPRONR

Key field Non-key field



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

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

How to access SAP table RSAHD

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