GORASAREA_A SAP (RAC: Structure for 'Statistics Cursor Cache' Field Catalog) Structure details

Dictionary Type: Structure
Description: RAC: Structure for 'Statistics Cursor Cache' Field Catalog




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




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

GORASAREA_A 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 "RAC: Structure for 'Statistics Cursor Cache' Field Catalog" 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_GORASAREA_A TYPE GORASAREA_A.

The GORASAREA_A table consists of various fields, each holding specific information or linking keys about RAC: Structure for 'Statistics Cursor Cache' Field Catalog data available in SAP. These include EXECUTIONS (Total number of executions), CURR_EXEC (Number of users executing this cursor), DISK_READS (Sum of all 'disk reads'), DISKRPER_E (Number of 'disk reads' for each execution).. 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 GORASAREA_A 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
INST_IDOracle Instance ID ORAINST_IDINT410ORANUMBER
EXECUTIONSTotal number of executions ORAEXECNUMDEC31ORAPNUMBER
CURR_EXECNumber of users executing this cursor ORACURREXINT410ORANUMB7
DISK_READSSum of all 'disk reads' ORADISKRDEC31ORAPNUMBER
DISKRPER_ENumber of 'disk reads' for each execution ORADRPEREDEC31(1) ORADEC16
BUFFER_GETTotal number of 'buffer gets' ORABUFFERGDEC31ORAPNUMBER
BUFFGPER_ENumber of 'buffer gets' for each execution ORABGPEREDEC31(1) ORADEC16
ROWS_PROCENumber of processed rows ORAROWPROCDEC31ORAPNUMBER
ROWSPPER_ENumber of rows processed for each execution ORARPPEREDEC31(1) ORADEC16
BUFFGPER_RNumber of 'buffer gets' for each row ORABGPERRDEC31(1) ORADEC16
SORTSSort orders ORASQLSORTINT410ORANUMB8
CPU_TIMECPU Time in Miroseconds ORACPUTIMEDEC31ORAPNUMBER
CPU_TIME_ECPU Time per Execution ORACTPEREDEC31(1) ORADEC16
ELAPSED_TIElapsed Time in Microseconds ORAELAPSEDDEC31ORAPNUMBER
ELAPSEDTIEElapsed Time per Execution ORAELAPEREDEC31(1) ORADEC16
WAIT_TIMEWait time ORAWAITTIMDEC31ORAPNUMBER
WAITTIME_EWait Time per Execution ORAWTPEREDEC31(1) ORADEC16
SQL_TEXTStart of SQL statement ORASQLTEXTCHAR60CHAR60
OPEN_VERSINumber of opened cursor versions ORAOPENVERINT410ORANUMB8
USERS_OPENNumber of users who have opened cursor version ORAUSROPENINT410ORANUMB8
LOADED_VERLoaded cursor versions ORALOADVERINT410ORANUMB8
SHARABLE_MTotal shareable memory ORASHARMEMDEC31ORAPNUMBER
PERSISTENTTotal 'persistent memory' ORAPERSMEMINT410ORAMEMORY
RUNTIME_METotal 'runtime memory' ORARUNTMEMINT410ORAMEMORY
INVALIDATINumber of 'invalidations' for all versions ORAINVALIDINT410ORANUMB8
LOADSNumber of loads or reloads ORALOADSINT410ORANUMB5
PARSE_CALLSum of all 'parse calls' ORAPARSECINT410ORANUMB8
MODULEProgram Name ORAMODULECHAR64ORACHAR64
DB_USERColumn USERNAME in V$SESSION ORAUSERCHAR10CHAR10
FIRST_LOADTime SQL statement loaded ORALOAD_TCHAR19ORATIMESTA

Key field Non-key field



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

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

How to access SAP table GORASAREA_A

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