WSRM_EVENT_TABLE SAP (WSRM: Table for Storing Events) Table details

Dictionary Type: Table
Description: WSRM: Table for Storing Events




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




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

WSRM_EVENT_TABLE is a standard SAP Table which is used to store WSRM: Table for Storing Events data and is available within R/3 SAP systems depending on the version and release level.

The WSRM_EVENT_TABLE table consists of various fields, each holding specific information or linking keys about WSRM: Table for Storing Events data available in SAP. These include WSRM_UUID (GUID in 'CHAR' Format in Uppercase), WSRM_PERSIST_ID (WSRM: Persistent Identifier), WSRM_SEQUENCE_ID (Any URI), WSRM_MSG_NBR ().. 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 WSRM_EVENT_TABLE 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
WSRM_MANDTClient MANDTCLNT3Assigned to domainMANDT
WSRM_UUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
WSRM_PERSIST_IDWSRM: Persistent Identifier WSRM_PERSIST_IDCHAR32SYSUUID_C
WSRM_SEQUENCE_IDAny URI ANYURISSTR255ANYURI
WSRM_MSG_NBR 0
WSRM_DOMAIN_NAMEservice_domain SRT_SERVICE_DOMAINCHAR32CHAR32
WSRM_SEQU_NAMESequence queue ident SRT_SEQUENCE_IDCHAR32SRT_SEQUENCE_QUEUE_IDENT
WSRM_DIRECTION 0
WSRM_EVENT_TYPECharacter field of length 40 CHAR40CHAR40CHAR40
WSRM_PRIORITY 0
WSRM_DATE WSRM: Date for creating an event0
WSRM_TIME WSRM: Point in time for creating an event0
WSRM_TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_RETR_VALUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_INACT_VALUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_ACK_VALUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_EXPIRE_VALUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_RETR_INTVAL WSRM: Retransmission Interval (Original)0
WSRM_INAC_INTVAL WSRM: Inactivity Interval (Original)0
WSRM_ACK_INTVAL WSRM: Acknowledgement Interval (Original)0
WSRM_RETR_CNTNatural Number INT4INT410INT4
WSRM_ACK_CNTNatural Number INT4INT410INT4
WSRM_DELAY_CNTNatural Number INT4INT410INT4
WSRM_DUMP_EXISTGeneral Flag FLAGCHAR1FLAG
WSRM_DUMP_DEPENDGeneral Flag FLAGCHAR1FLAG
WSRM_SAPUSERUser Name SYUNAMECHAR12SYCHAR12
WSRM_SECTORNO Sector Number0
WSRM_TRACE_LEVEL Trace Level0
WSRM_APPLID Application ID0
WSRM_TRANSID Obsolete0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_EVENT_TABLE
INTO CORRESPONDING FIELDS OF WA_WSRM_EVENT_TABLE
WHERE...

How to access SAP table WSRM_EVENT_TABLE

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