GORASESSION_SEL_ST04 SAP (Targ. Struct.for 'Oracle Session' Select (Join of 5 V$ Tabs)) Structure details

Dictionary Type: Structure
Description: Targ. Struct.for 'Oracle Session' Select (Join of 5 V$ Tabs)




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




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

GORASESSION_SEL_ST04 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 "Targ. Struct.for 'Oracle Session' Select (Join of 5 V$ Tabs)" 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_GORASESSION_SEL_ST04 TYPE GORASESSION_SEL_ST04.

The GORASESSION_SEL_ST04 table consists of various fields, each holding specific information or linking keys about Targ. Struct.for 'Oracle Session' Select (Join of 5 V$ Tabs) data available in SAP. These include SID (Session ID), PADDR (), USERNAME (Database user), SQL_ADDRESS ().. 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 GORASESSION_SEL_ST04 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
SIDSession ID ORASIDINT410ORANUMBER4
PADDR 0
USERNAMEDatabase user DB_USERCHAR30CHAR30
SQL_ADDRESS 0
SQL_HASH_VALUE 0
SPIDOperating System Process ID ORASPIDCHAR9CHAR9
PROCPROG 0
PROCESSOperating System Process ID ORASPIDCHAR9CHAR9
MACHINE 0
PROGRAM 0
COMMAND 0
STATUSStatus of Session (Active, Inactive, Killed) ORASTATUSCHAR8CHAR8
TYPE 0
EVENT 0
WAIT_TIME 0
SECONDS_IN_WAIT 0
P1TEXT 0
P1 0
P2TEXT 0
P2 0
P3TEXT 0
P3 0
BLOCK_GETS 0
CONSISTENT_GETS 0
LOGICAL_READS 0
PHYSICAL_READS 0
BLOCK_CHANGES 0
CONSISTENT_CHANGES 0
SQL_TEXTPiece of SQL text ORAPIECETXCHAR64CHAR64
TRANS_STATUS 0
START_TIME 0
START_SCNB 0
START_UEXT 0
START_UBAFIL 0
START_UBABLK 0
START_UBASQN 0
START_UBAREC 0
UBAFIL 0
UBABLK 0
UBASQN 0
UBAREC 0
XIDUSN 0
XIDSLOT 0
XIDSQN 0
DBSERVER 0

Key field Non-key field



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

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

How to access SAP table GORASESSION_SEL_ST04

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