RSASSI SAP (Monitor Wizard) Structure details

Dictionary Type: Structure
Description: Monitor Wizard




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




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

RSASSI 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 "Monitor Wizard" 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_RSASSI TYPE RSASSI.

The RSASSI table consists of various fields, each holding specific information or linking keys about Monitor Wizard data available in SAP. These include ASSERR02 (RFC to source system successful ?), ASSERR03 (Does selectable data exist in the source system?), ASSERR04 (Data selection successfully started ?), ASSERR05 (Data selection successfully finished ?).. 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 RSASSI 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
ASSERR01Data request sent off ? RSASSERR01CHAR4Assigned to domainICON
ASSERR02RFC to source system successful ? RSASSERR02CHAR4Assigned to domainICON
ASSERR03Does selectable data exist in the source system? RSASSERR03CHAR4Assigned to domainICON
ASSERR04Data selection successfully started ? RSASSERR04CHAR4Assigned to domainICON
ASSERR05Data selection successfully finished ? RSASSERR05CHAR4Assigned to domainICON
ASSERR06Processing error in source system reported? RSASSERR06CHAR4Assigned to domainICON
ASSERR07RFC to Warehouse successful ? RSASSERR07CHAR4Assigned to domainICON
ASSERR08Processing error in Warehouse reported ? RSASSERR08CHAR4Assigned to domainICON
ASSERR09Processing successfully finished? RSASSERR09CHAR4Assigned to domainICON
ASSERR10All reported data packets received? RSASSERR10CHAR4Assigned to domainICON
ASSERR11All data packets complete ? RSASSERR11CHAR4Assigned to domainICON
HELPAssistant - Help RSASSHELPCHAR4Assigned to domainICON
ASSERR12Have all processing steps been carried out ? RSASSERR12CHAR4CHAR4
ASSERR13All Data Packets Updated in all Targets? RSASSERR13CHAR4Assigned to domainICON

Key field Non-key field



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

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

How to access SAP table RSASSI

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