ADASYSMO SAP (SYSDBA.SYSMONITOR and Selection From SYSDBA.SYSPARSEID) Structure details

Dictionary Type: Structure
Description: SYSDBA.SYSMONITOR and Selection From SYSDBA.SYSPARSEID




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




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

ADASYSMO 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 "SYSDBA.SYSMONITOR and Selection From SYSDBA.SYSPARSEID" 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_ADASYSMO TYPE ADASYSMO.

The ADASYSMO table consists of various fields, each holding specific information or linking keys about SYSDBA.SYSMONITOR and Selection From SYSDBA.SYSPARSEID data available in SAP. These include LINKAGE (SAP DB: Linkage), PARSEID (SAP DB: Parse ID), ROWS_READ (SAP DB: Counter for rows read), ROWS_QUAL (SAP DB: Counter for qualified rows).. 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 ADASYSMO 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
SYSKSAP DB: Syskey ADA_SYSKCHAR16CHAR16
LINKAGESAP DB: Linkage ADA_LINKCHAR2CHAR2
PARSEIDSAP DB: Parse ID ADA_PAIDCHAR24CHAR24
ROWS_READSAP DB: Counter for rows read ADA_READDEC20DEC20
ROWS_QUALSAP DB: Counter for qualified rows ADA_QUALDEC20DEC20
VIRTUAL_RSAP DB: Counter for virtual reads ADA_VRDSDEC20DEC20
SUBREQSSAP DB: Counter for subrequests ADA_REQSDEC20DEC20
STRATEGYSAP DB: Strategy of SQL optimizer ADA_STRACHAR40CHAR40
RUNTIMESAP DB: SQL command runtime in seconds ADA_RTIMDEC20(3) DEC20_3
VWAITSSAP DB: Counter for SQL waits ADA_VWAIDEC20DEC20
VSUSPENDSSAP DB: Counter for task suspensions ADA_VSUSDEC20DEC20
PHYS_IOSAP DB: Counter for physical I/O access ADA_PHIODEC20DEC20
R_FETCHEDSAP DB: Counter for 'gotten' rows ADA_RFETDEC20DEC20
F_CALLSSAP DB: Number of get calls ADA_FCALDEC20DEC20
ROOT1SAP DB: Root of a DB index ADA_ROOTINT410INT4
ROOT2SAP DB: Root of a DB index ADA_ROOTINT410INT4
ROOT3SAP DB: Root of a DB index ADA_ROOTINT410INT4
ROOT4SAP DB: Root of a DB index ADA_ROOTINT410INT4
ROOT5SAP DB: Root of a DB index ADA_ROOTINT410INT4
ROOT6SAP DB: Root of a DB index ADA_ROOTINT410INT4
RES_COPIEDSAP DB: Indicator whether result should be phys. built ADA_RESCCHAR3CHAR3
A_DATEDate stamp SDBA_DATEDATS8DATS
A_TIMETime (24 hour clock) for DBA action to run SDBA_TIMETIMS6SYTIME
TABNAMESDB Table Name ADATABNAMECHAR30CHAR30
S_SQLSTMNTSAP DB: Start of SQL command ADA_SSTMTCHAR80CHAR80
SELTIVITYSAP DB: Ratio of qualified to read rows ADA_SELTYDEC5(2) DEC3_2
VR_PERLINESAP DB: Number of page accesses per row ADA_VRPLDEC20(2) DEC20_2
OPERATIONSAP DB: SQL operation ADA_OPCHAR10CHAR10
JOBABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
LINEOffset of a Processing Control Block ABP_CONTINT410
OWNERSAP DB: Database table owner SADAOWNCHAR32CHAR32
TOTAL_IOSYSDBA.MONITOR.VALUE ADA_VALUEDEC20DEC20
JOB_LONGchar120 CHAR120CHAR120CHAR120

Key field Non-key field



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

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

How to access SAP table ADASYSMO

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