GORASQLADER SAP (Derived Values from GV$SQL) Structure details

Dictionary Type: Structure
Description: Derived Values from GV$SQL




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




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

GORASQLADER 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 "Derived Values from GV$SQL" 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_GORASQLADER TYPE GORASQLADER.

The GORASQLADER table consists of various fields, each holding specific information or linking keys about Derived Values from GV$SQL data available in SAP. These include BUFFER_GETS_PER_EXEC (Number of 'buffer gets' for each execution), PARSE_CALLS_PER_EXEC (Parse calls per execution), ROWS_PROCESSED_PER_EXEC (Number of rows processed for each execution), BUFFER_GETS_PER_ROW (Number of 'buffer gets' for each row).. 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 GORASQLADER 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
DISK_READS_PER_EXECNumber of 'disk reads' for each execution ORADRPEREDEC31(1) ORADEC16
BUFFER_GETS_PER_EXECNumber of 'buffer gets' for each execution ORABGPEREDEC31(1) ORADEC16
PARSE_CALLS_PER_EXECParse calls per execution ORAPCPEREDEC31(1) ORADEC16
ROWS_PROCESSED_PER_EXECNumber of rows processed for each execution ORARPPEREDEC31(1) ORADEC16
BUFFER_GETS_PER_ROWNumber of 'buffer gets' for each row ORABGPERRDEC31(1) ORADEC16
WAIT_TIMEWait time ORAWAITTIMDEC31ORAPNUMBER
CPU_TIME_PER_EXECCPU Time per Execution ORACTPEREDEC31(1) ORADEC16
ELAPSED_TIME_PER_EXECElapsed Time per Execution ORAELAPEREDEC31(1) ORADEC16
WAIT_TIME_PER_EXECWait Time per Execution ORAWTPEREDEC31(1) ORADEC16
COLFIELDField for controlling colors in ABAP List Viewer ORACOLFIELCHAR3CHAR3
APPL_WAIT_TIME_PER_EXEC Application Wait Time per Execution0
CONC_WAIT_TIME_PER_EXEC Concurrency Wait Time per Execution0
CLUST_WAIT_TIME_PER_EXEC Cluster Wait Time per Execution0
USER_IO_WAIT_TIME_PER_EXEC User I/O Wait Time per Execution0
PLSQL_TIME_PER_EXEC PL/SQL Time per Execution0
COLFIELDField for controlling colors in ABAP List Viewer ORACOLFIELCHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table GORASQLADER

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