RSRA_S_SCREEN_SETTING_ER SAP (Reporting Agent Exception Reporting Screen (Internal)) Structure details

Dictionary Type: Structure
Description: Reporting Agent Exception Reporting Screen (Internal)




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




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

RSRA_S_SCREEN_SETTING_ER 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 "Reporting Agent Exception Reporting Screen (Internal)" 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_RSRA_S_SCREEN_SETTING_ER TYPE RSRA_S_SCREEN_SETTING_ER.

The RSRA_S_SCREEN_SETTING_ER table consists of various fields, each holding specific information or linking keys about Reporting Agent Exception Reporting Screen (Internal) data available in SAP. These include OBJECT_ACTIVE_TAB (Function Code), PRPTY_TEXT (Long description), PRPTY_SUBTEXT (Long description), PRPTY_IMAGE (Tree Control: Icon / Image).. 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 RSRA_S_SCREEN_SETTING_ER 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
OBJECT_SCREEN_NRDynpro Number SYDYNNRCHAR4SYCHAR04
OBJECT_ACTIVE_TABFunction Code SYUCOMMCHAR70SYCHAR70
PRPTY_TEXTLong description RSTXTLGCHAR60TEXT60
PRPTY_SUBTEXTLong description RSTXTLGCHAR60TEXT60
PRPTY_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
PRPTY_ALERT_ROLE_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_ALERT_USER_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_ALERT_TEXTParameter String RSRA_PARAMSTRINGCHAR128CHAR128
PRPTY_ALERT_TEXT_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_VIEW_TEXTParameter String RSRA_PARAMSTRINGCHAR128CHAR128
PRPTY_ALERT_URLParameter String RSRA_PARAMSTRINGCHAR128CHAR128
PRPTY_SUBTEXT_DETAILLong description RSTXTLGCHAR60TEXT60
PRPTY_MAIL_ROLE_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_MAIL_USER_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_MAIL_CONT_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_MAIL_SUBJECTParameter String RSRA_PARAMSTRINGCHAR128CHAR128
PRPTY_MAIL_ATTACH_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
PRPTY_MAIL_ATTACH_HTMSingle-Character Indicator CHAR1CHAR1CHAR1
PRPTY_MAIL_ATTACH_XMLSingle-Character Indicator CHAR1CHAR1CHAR1
PRPTY_MAIL_SUMMARYSingle-Character Indicator CHAR1CHAR1CHAR1
PRPTY_MAIL_DETAILSingle-Character Indicator CHAR1CHAR1CHAR1
PRPTY_BBS_RECEIVERDim: Field for Characteristic Value (Maximum Length) RSCHAVL_MAXLENCHAR250RSCHAVL_MAXLEN
PRPTY_BBS_RECEIVER_TEXTReport Title RSTI_TITLECHAR70TEXT70
PRPTY_BADI_FILTERFilter for Implementing Virtual Characteristics and Key Figs RSR_OLAP_BADI_FILTERCHAR30RSINFOPROVRSR_INFOPROV
PRPTY_BADI_FILTER_TEXTLong description RSTXTLGCHAR60TEXT60
PRPTY_CAM_ALERT_CATEGORYAlert Category RSRA_ALERT_CATCHAR30Assigned to domainSALRTDCAT
PRPTY_CAM_ALERT_TEXT_STATICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PRPTY_ALERT_TYPE_CAMBoolean RS_BOOLCHAR1RS_BOOL
PRPTY_ALERT_TYPE_BWBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

How to access SAP table RSRA_S_SCREEN_SETTING_ER

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