GVD_LATCHNAME SAP (Copy of GV$LATCHNAME (currently not provided with snapshots)) Table details

Dictionary Type: Table
Description: Copy of GV$LATCHNAME (currently not provided with snapshots)




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




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

GVD_LATCHNAME is a standard SAP Table which is used to store Copy of GV$LATCHNAME (currently not provided with snapshots) data and is available within R/3 SAP systems depending on the version and release level.

The GVD_LATCHNAME table consists of various fields, each holding specific information or linking keys about Copy of GV$LATCHNAME (currently not provided with snapshots) data available in SAP. These include INST_ID (Oracle monitor: Instance ID), LATCH (Oracle monitoring: Latch#), 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GVD_LATCHNAME table 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
SNAPSHOT_IDOracle monitor: snapshot ID ORA_SNAPSHOT_IDNUMC10Assigned to domainORA_SNAPSHOT_ID
INST_IDOracle monitor: Instance ID ORA_INST_IDDEC22ORA_INST_ID
LATCHOracle monitoring: Latch# ORA_LATCHDEC22ORA_LATCH
NAMEOracle monitoring: Name ORA_NAMECHAR64ORA_CHAR_64

Key field Non-key field



How do I retrieve data from SAP table GVD_LATCHNAME using ABAP code

The following ABAP code Example will allow you to do a basic selection on GVD_LATCHNAME to SELECT all data from the table
DATA: WA_GVD_LATCHNAME TYPE GVD_LATCHNAME.

SELECT SINGLE *
FROM GVD_LATCHNAME
INTO CORRESPONDING FIELDS OF WA_GVD_LATCHNAME
WHERE...

How to access SAP table GVD_LATCHNAME

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