STI_LATCH SAP (Oracle monitoring: structure for GV$LATCH.) Structure details

Dictionary Type: Structure
Description: Oracle monitoring: structure for GV$LATCH.




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




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

STI_LATCH 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 GV$LATCH." 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_STI_LATCH TYPE STI_LATCH.

The STI_LATCH table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for GV$LATCH. data available in SAP. These include ADDR (Oracle monitoring: ADDR), LATCH (Oracle monitoring: Latch#), LATCH_LEVEL (Oracle monitoring: Level), NAME (Oracle monitoring: Name).. 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 STI_LATCH 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 monitor: Instance ID ORA_INST_IDDEC22ORA_INST_ID
ADDROracle monitoring: ADDR ORA_ADDRRAW8ORA_ADDR
LATCHOracle monitoring: Latch# ORA_LATCHDEC22ORA_LATCH
LATCH_LEVELOracle monitoring: Level ORA_LEVELDEC22ORA_LEVEL
NAMEOracle monitoring: Name ORA_NAMECHAR64ORA_CHAR_64
GETSOracle monitoring: Latch Gets ORA_GETSDEC22ORA_GETS
MISSESOracle monitoring: Latch Misses ORA_MISSESDEC22ORA_MISSES
SLEEPSOracle monitoring: Latch Sleeps ORA_SLEEPSDEC22ORA_SLEEPS
IMMEDIATE_GETSOracle monitoring: Latch Immediate Gets ORA_IMMEDIATE_GETSDEC22ORA_IMMEDIATE_GETS
IMMEDIATE_MISSESOracle monitoring: Latch Immediate Misses ORA_IMMEDIATE_MISSESDEC22ORA_IMMEDIATE_MISSES
WAITERS_WOKENOracle monitoring: Latch Waiters Woken ORA_WAITERS_WOKENDEC22ORA_WAITERS_WOKEN
WAITS_HOLD_LTCHOracle monitoring: Latch: Waits Holding Latch ORA_WAITS_HOLDING_LATCHDEC22ORA_WAITS_HOLDING_LATCH
SPIN_GETSOracle monitoring: Latch Spin Gets ORA_SPIN_GETSDEC22ORA_SPIN_GETS
SLEEP1Oracle monitoring: Latch Sleep 1 ORA_SLEEP1DEC22ORA_SLEEP1
SLEEP2Oracle monitoring: Latch Sleep 2 ORA_SLEEP2DEC22ORA_SLEEP2
SLEEP3Oracle monitoring: Latch Sleep 3 ORA_SLEEP3DEC22ORA_SLEEP3
SLEEP4Oracle monitoring: Latch Sleep 4 ORA_SLEEP4DEC22ORA_SLEEP4
SLEEP5Oracle monitoring: Latch Sleep 5 ORA_SLEEP5DEC22ORA_SLEEP5
SLEEP6Oracle monitoring: Latch Sleep 6 ORA_SLEEP6DEC22ORA_SLEEP6
SLEEP7Oracle monitoring: Latch Sleep 7 ORA_SLEEP7DEC22ORA_SLEEP7
SLEEP8Oracle monitoring: Latch Sleep 8 ORA_SLEEP8DEC22ORA_SLEEP8
SLEEP9Oracle monitoring: Latch Sleep 9 ORA_SLEEP9DEC22ORA_SLEEP9
SLEEP10Oracle monitoring: Latch Sleep 10 ORA_SLEEP10DEC22ORA_SLEEP10
SLEEP11Oracle monitoring: Latch Sleep 11 ORA_SLEEP11DEC22ORA_SLEEP11
WAIT_TIMEOracle monitoring: Latch Wait Time ORA_LATCH_WAIT_TIMEDEC22ORA_WAIT_TIME

Key field Non-key field



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

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

How to access SAP table STI_LATCH

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