STR_SQL_WORKAREA SAP (Oracle monitoring: structure for V$SQL_WORKAREA.) Structure details

Dictionary Type: Structure
Description: Oracle monitoring: structure for V$SQL_WORKAREA.




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




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

STR_SQL_WORKAREA 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 "Oracle monitoring: structure for V$SQL_WORKAREA." 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_STR_SQL_WORKAREA TYPE STR_SQL_WORKAREA.

The STR_SQL_WORKAREA table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for V$SQL_WORKAREA. data available in SAP. These include ADDRESS (Oracle Monitoring: ADDRESS: @ of Handle to Parent Cursor), HASH_VALUE (Oracle Monitoring: HASH_VALUE: Hash Value of Parent Statment), CHILD_NUMBER (Oracle Monitoring: CHILD_NUMBER), OPERATION_TYPE (Oracle Monitoring: OPERATION_TYPE).. 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 STR_SQL_WORKAREA 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
WORKAREA_ADDRESSOracle Monitoring: WORKAREA_ADDRESS: @ of w.a. handle ORA_WORKAREA_ADDRESSRAW8ORA_RAW_8
ADDRESSOracle Monitoring: ADDRESS: @ of Handle to Parent Cursor ORA_ADDRESSRAW8ORA_RAW_8
HASH_VALUEOracle Monitoring: HASH_VALUE: Hash Value of Parent Statment ORA_HASH_VALUEDEC22ORA_NUMBER
CHILD_NUMBEROracle Monitoring: CHILD_NUMBER ORA_CHILD_NUMBERDEC22ORA_NUMBER
OPERATION_TYPEOracle Monitoring: OPERATION_TYPE ORA_OPERATION_TYPECHAR20ORA_CHAR_20
OPERATION_IDOracle Monitoring: OPERATION_ID ORA_OPERATION_IDDEC22ORA_NUMBER
POLICYOracle Monitoring: POLICY: Sizing Policy (Manual or Auto) ORA_POLICYCHAR6ORA_CHAR_6
ESTIMATED_OPTIMAOracle Monitoring: ESTIMATED_OPTIMAL_SIZE ORA_ESTIMATED_OPTIMAL_SIZEDEC22ORA_NUMBER
ESTIMATED_ONEPASOracle Monitoring: ESTIMATED_ONEPASS_SIZE ORA_ESTIMATED_ONEPASS_SIZEDEC22ORA_NUMBER
LAST_MEMORY_USEDOracle Monitoring: LAST_MEMORY_USED: Mem used for last exec ORA_LAST_MEMORY_USEDDEC22ORA_NUMBER
LAST_EXECUTIONOracle Monitoring: LAST_EXECUTION ORA_LAST_EXECUTIONCHAR10ORA_CHAR_10
LAST_DEGREEOracle Monitoring: LAST_DEGREE: Deg of Parallelism of last ORA_LAST_DEGREEDEC22ORA_NUMBER
TOTAL_EXECUTIONSOracle Monitoring: TOTAL_EXECUTIONS: Optimal+1pass+xpass ORA_TOTAL_EXECUTIONSDEC22ORA_NUMBER
OPTIMAL_EXECUTIOOracle Monitoring: OPTIMAL_EXECUTIONS ORA_OPTIMAL_EXECUTIONSDEC22ORA_NUMBER
ONEPASS_EXECUTIOOracle Monitoring: ONEPASS_EXECUTIONS ORA_ONEPASS_EXECUTIONSDEC22ORA_NUMBER
MULTIPASSES_EXECOracle Monitoring: MULTIPASSES_EXECUTIONS ORA_MULTIPASSES_EXECUTIONSDEC22ORA_NUMBER
ACTIVE_TIMEOracle Monitoring: ACTIVE_TIME: Average Active Time ORA_ACTIVE_TIMEDEC22ORA_NUMBER
MAX_TEMPSEG_SIZEOracle Monitoring: MAX_TEMPSEG_SIZE ORA_MAX_TEMPSEG_SIZEDEC22ORA_NUMBER
LAST_TEMPSEG_SIZOracle Monitoring: LAST_TEMPSEG_SIZE ORA_LAST_TEMPSEG_SIZEDEC22ORA_NUMBER

Key field Non-key field



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

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

How to access SAP table STR_SQL_WORKAREA

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