RSENQSM21PROT SAP (Log Table for Enqueue Traces) Table details

Dictionary Type: Table
Description: Log Table for Enqueue Traces




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




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

RSENQSM21PROT is a standard SAP Table which is used to store Log Table for Enqueue Traces data and is available within R/3 SAP systems depending on the version and release level.

The RSENQSM21PROT table consists of various fields, each holding specific information or linking keys about Log Table for Enqueue Traces data available in SAP. These include ACTION (Lock object for the lock manager), OBJECT (Lock object for the lock manager), OBJECT_TYPE (Lock object for the lock manager), SUBOBJECT (Lock object for the lock manager).. 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 RSENQSM21PROT 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
LOGIDLock object for the lock manager RSENQ_OBJECTCHAR30RSENQ_OBJECT
ACTIONLock object for the lock manager RSENQ_OBJECT_TYPECHAR15RSENQ_OBJECT_TYPE
OBJECTLock object for the lock manager RSENQ_OBJECTCHAR30RSENQ_OBJECT
OBJECT_TYPELock object for the lock manager RSENQ_OBJECT_TYPECHAR15RSENQ_OBJECT_TYPE
SUBOBJECTLock object for the lock manager RSENQ_OBJECTCHAR30RSENQ_OBJECT
SUBSUBOBJECTDim: Field for a Characteristic Value Shorter Than 60 Char. RSCHAVL60CHAR60RSCHAVL60
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
UNAMEUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMPSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SERVERApplication Server SYHOSTCHAR32HOST_ID
WORKPROCESSWork Process Number WPINDEXINT410WPINDEX
WP_PIDProcess Identification WPPIDCHAR8WPPID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSENQSM21PROT
INTO CORRESPONDING FIELDS OF WA_RSENQSM21PROT
WHERE...

How to access SAP table RSENQSM21PROT

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