SYBDBH_DEADLOCK SAP (SYB: saptools..DBH_DEADLOCKS) Structure details

Dictionary Type: Structure
Description: SYB: saptools..DBH_DEADLOCKS




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




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

SYBDBH_DEADLOCK 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 "SYB: saptools..DBH_DEADLOCKS" 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_SYBDBH_DEADLOCK TYPE SYBDBH_DEADLOCK.

The SYBDBH_DEADLOCK table consists of various fields, each holding specific information or linking keys about SYB: saptools..DBH_DEADLOCKS data available in SAP. These include HELDAPPLNAME (), HELDBATCHID (), HELDCLIENTAPPLNAME (), HELDCLIENTHOSTNAME ().. 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 SYBDBH_DEADLOCK 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
DEADLOCKID 0
HELDAPPLNAME 0
HELDBATCHID 0
HELDCLIENTAPPLNAME 0
HELDCLIENTHOSTNAME 0
HELDCLIENTNAME 0
HELDCOMMAND 0
HELDCONTEXTID 0
HELDFAMILYID 0
HELDHOSTNAME 0
HELDINSTANCEIDSYB: Instance ID in Cluster Edition SYBINSTIDINT25
HELDKPID 0
HELDLINENUMBER 0
HELDLOCKTYPE 0
HELDNUMLOCKS 0
HELDPROCDBIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
HELDPROCDBNAMESYB: DB Name SYBDBNAMECHAR30SYBDBNAME
HELDPROCEDUREIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
HELDPROCEDURENAMESYB: Object Name (Index, Table, Partition, ...) SYBOBJNAMECHAR128SYBOBJNAME
HELDSOURCECODEID 0
HELDSTMTNUMBER 0
HELDSTMTTEXT 0
HELDSTMTTRANISOLEVEL 0
HELDSTMTTRANMODE 0
HELDTRANNAME 0
HELDUSERNAMESYB: Object Owner (Index, Table, DB, Partition, ...) SYBOBJOWNERCHAR128SYBOBJOWNER
OBJECTDBIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
OBJECTDBNAMESYB: DB Name SYBDBNAMECHAR30SYBDBNAME
OBJECTIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
OBJECTNAMESYB: Object Name (Index, Table, Partition, ...) SYBOBJNAMECHAR128SYBOBJNAME
PAGENUMBER 0
REALHOSTNAME 0
ROWNUMBER 0
VICTIMKPID 0
WAITAPPLNAME 0
WAITBATCHID 0
WAITCLIENTAPPLNAME 0
WAITCLIENTHOSTNAME 0
WAITCLIENTNAME 0
WAITCOMMAND 0
WAITCONTEXTID 0
WAITFAMILYID 0
WAITHOSTNAME 0
WAITINSTANCEIDSYB: Instance ID in Cluster Edition SYBINSTIDINT25
WAITKPID 0
WAITLINENUMBER 0
WAITLOCKTYPE 0
WAITPROCDBIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
WAITPROCDBNAMESYB: DB Name SYBDBNAMECHAR30SYBDBNAME
WAITPROCEDUREIDSYB: Object ID (Index, Table, DB, Partition, ...) SYBOBJIDINT410
WAITPROCEDURENAMESYB: Object Name (Index, Table, Partition, ...) SYBOBJNAMECHAR128SYBOBJNAME
WAITSOURCECODEID 0
WAITSTMTNUMBER 0
WAITSTMTTEXT 0
WAITSTMTTRANISOLEVEL 0
WAITSTMTTRANMODE 0
WAITTIME 0
WAITTRANNAME 0
WAITUSERNAMESYB: Object Owner (Index, Table, DB, Partition, ...) SYBOBJOWNERCHAR128SYBOBJOWNER
RESOLVETIME 0
HELDSPID 0
WAITSPID 0

Key field Non-key field



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

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

How to access SAP table SYBDBH_DEADLOCK

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