ORASQLADER SAP (Derived Columns for V$SQLAREA) Structure details

Dictionary Type: Structure
Description: Derived Columns for V$SQLAREA




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




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

ORASQLADER 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 Columns for V$SQLAREA" 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_ORASQLADER TYPE ORASQLADER.

The ORASQLADER table consists of various fields, each holding specific information or linking keys about Derived Columns for V$SQLAREA data available in SAP. These include BUFFGPER_E (Number of 'buffer gets' for each execution), PARSCPER_E (Parse calls per execution), ROWSPPER_E (Number of rows processed for each execution), BUFFGPER_R (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: Not classified


SAP ORASQLADER 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
DISKRPER_ENumber of 'disk reads' for each execution ORADRPEREDEC31(1) ORADEC16
BUFFGPER_ENumber of 'buffer gets' for each execution ORABGPEREDEC31(1) ORADEC16
PARSCPER_EParse calls per execution ORAPCPEREDEC31(1) ORADEC16
ROWSPPER_ENumber of rows processed for each execution ORARPPEREDEC31(1) ORADEC16
BUFFGPER_RNumber of 'buffer gets' for each row ORABGPERRDEC31(1) ORADEC16
COLFIELDField for controlling colors in ABAP List Viewer ORACOLFIELCHAR3CHAR3
WAIT_TIMEWait time ORAWAITTIMDEC31ORAPNUMBER
CPU_TIME_ECPU Time per Execution ORACTPEREDEC31(1) ORADEC16
ELAPSEDTIEElapsed Time per Execution ORAELAPEREDEC31(1) ORADEC16
WAITTIME_EWait Time per Execution ORAWTPEREDEC31(1) ORADEC16

Key field Non-key field



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

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

How to access SAP table ORASQLADER

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