LTC_PROTEC_STMT2 SAP (Latch Monitoring) Structure details

Dictionary Type: Structure
Description: Latch Monitoring




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




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

LTC_PROTEC_STMT2 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 "Latch Monitoring" 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_LTC_PROTEC_STMT2 TYPE LTC_PROTEC_STMT2.

The LTC_PROTEC_STMT2 table consists of various fields, each holding specific information or linking keys about Latch Monitoring data available in SAP. These include INST_ID (Oracle monitor: Instance ID), ADDRESS (Oracle Monitoring: ADDRESS: @ of Handle to Parent Cursor), HASH_VALUE (Oracle Monitoring: HASH_VALUE: Hash Value of Parent Statment), USERNAME (Oracle monitoring: USERNAME: Oracle username).. 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 LTC_PROTEC_STMT2 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
CHILD_LATCHOracle Monitoring: CHILD_LATCH: Child Latch Number ORA_CHILD_LATCHDEC22ORA_NUMBER
INST_IDOracle monitor: Instance ID ORA_INST_IDDEC22ORA_INST_ID
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
USERNAMEOracle monitoring: USERNAME: Oracle username ORA_USERNAMECHAR30ORA_USERNAME
EXECUTIONSOracle Monitoring: EXECUTIONS: # Executions ORA_EXECUTIONSDEC22ORA_NUMBER
SQL_MODULEOracle Monitoring: MODULE: Name of Module Causing Parsing ORA_SQL_MODULECHAR64ORA_CHAR_64
SQL_TEXTOracle Monitoring: SQL_TEXT: SQL Text of current cursor ORA_SQL_TEXTLCHR1000ORA_CHAR_1000
PARSE_CALLSOracle Monitoring: PARSE_CALLS: Number of Parse Calls ORA_PARSE_CALLSDEC22ORA_NUMBER
PCALLS_PER_EXEOracle Monitoring: Parse Calls Per Executions in gv$sql ORA_PCALLS_PER_EXECDEC22(5)
PARSE_CALLS_PCTOracle Monitoring: Parse Calls of gv$sql in percentage ORA_PARSE_CALLS_PCTDEC8(4) PERCENTAGE
CPU_TIMEOracle Monitoring: CPU_TIME ORA_CPU_TIMEDEC22ORA_NUMBER
CPU_TIME_PER_EXEOracle Monitoring: CPU Time per execution in ms ORA_CPU_TIME_PER_EXECDEC22(2)
CPU_TIME_PCTOracle Monitoring: CPU Time in percentage ORA_CPU_TIME_PCTDEC8(4) PERCENTAGE
ELAPSED_TIMEOracle Monitoring: ELAPSED_TIME: in microseconds ORA_ELAPSED_TIMEDEC22ORA_NUMBER
ELAPSED_TIME_PER_EXEOracle Monitoring: Elapsed Time Per Executions in Ms ORA_ELAPSED_TIME_PER_EXEDEC22(2)
ELAPSED_TIME_PCTOracle Monitoring: Elapsed Time in Percentage ORA_ELAPSED_TIME_PCTDEC8(4) PERCENTAGE
DISK_READSOracle Monitoring: DISK_READS: # Disk Reads for this Cursor ORA_DISK_READSDEC22ORA_NUMBER
DISK_READS_PER_EXEOracle Monitoring: Disk Reads per Executions ORA_DISK_READS_PER_EXECDEC22(5)
DISK_READS_PCTOracle Monitoring: Disk Reads in Percentage ORA_DISK_READS_PCTDEC8(4) PERCENTAGE
BUFFER_GETSOracle Monitoring: BUFFER_GETES: # Buffer Gets for Cursor ORA_BUFFER_GETSDEC22ORA_NUMBER
BUFFER_GETS_PER_EXEOracle Monitoring: Buffer Gets per Executions ORA_BUFFER_GETS_PER_EXEDEC22(5)
BUFFER_GETS_PCTOracle Monitoring: Buffer Gets In Percentage ORA_BUFFER_GETS_PCTDEC8(4) PERCENTAGE
ROWS_PROCESSEDOracle Monitoring: ROWS_PROCESSED: Total # Rows returned ORA_ROWS_PROCESSEDDEC22ORA_NUMBER
ROWS_PROCESSED_PER_EXEOracle monitoring: Rows Processed per Executions ORA_ROWS_PROCESSED_PER_EXEDEC22(5)
ACTIONOracle Monitoring: gv$sql action ORA_ACTION_LATCHCHAR64ORA_CHAR_64

Key field Non-key field



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

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

How to access SAP table LTC_PROTEC_STMT2

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