RSTABL SAP (ApplMon; table structure) Structure details

Dictionary Type: Structure
Description: ApplMon; table structure




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




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

RSTABL 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 "ApplMon; table structure" 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_RSTABL TYPE RSTABL.

The RSTABL table consists of various fields, each holding specific information or linking keys about ApplMon; table structure data available in SAP. These include TABL (Statistics; Radio button), TABL_VALUE (SQL table name), MODI1 (Statistics; Radio button), MODI2 (Statistics; Radio button).. 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 RSTABL 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
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TABLStatistics; Radio button STA_RADIOCHAR1CHAR1
TABL_VALUESQL table name SQLTABCHAR10SQLTAB
MODI1Statistics; Radio button STA_RADIOCHAR1CHAR1
MODI2Statistics; Radio button STA_RADIOCHAR1CHAR1
TXT1Statistics, description of object STA_TEXTCHAR80TEXT80
TXT2Statistics, description of object STA_TEXTCHAR80TEXT80
TXT3Statistics, description of object STA_TEXTCHAR80TEXT80
TXT4Statistics, description of object STA_TEXTCHAR80TEXT80
TXT5Statistics, description of object STA_TEXTCHAR80TEXT80
TXT6Statistics, description of object STA_TEXTCHAR80TEXT80
TXT7Statistics, description of object STA_TEXTCHAR80TEXT80
TXT8Statistics, description of object STA_TEXTCHAR80TEXT80
OBJECTStatistics, type of object of element STA_OBJCHAR4CHAR4
OBJ_NAMEStatistics, name of object STA_OBJNCHAR40TEXT40
HI_OBJECTStatistics, type of object of element STA_OBJCHAR4CHAR4
HI_OBJNAMEStatistics, name of object STA_OBJNCHAR40TEXT40
OBJ_TEXTStatistics, description of object STA_TEXTCHAR80TEXT80
RELIDRelease of SAP System SYSAPRLCHAR4SYCHAR04
INTKDNRInternal customer no. for EW EW_INTKDNRNUMC6NUM6
TITLEStatistics; Popup titles STA_PTITELCHAR35TEXT35
PUSH1Possible answer YES OPTION_YESCHAR6TEXT6
PUSH2Possible answer NO OPTION_NOCHAR6TEXT6
PUSH_ABBRResponse option CANCEL OPTION_CANCHAR11TEXT11
ZIELTarget address of MONI download to operating system level APPL_ZIELCHAR80STA_C80K
FLAGApplMon; selection flag APPL_FLAGCHAR1STA_CHOICE
CUSTINFOApplMon; customer key APPL_CUSTCHAR80STA_C80K
LIMIT_DIAApplMon; limit value for number of dialog steps APPL_LIMDDEC6STA_DEC6
LIMIT_RESApplMon; limit value for response time in seconds APPL_LIMRDEC6STA_DEC6

Key field Non-key field



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

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

How to access SAP table RSTABL

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