WSRM_EH SAP (WSRM: Event Handler) Table details

Dictionary Type: Table
Description: WSRM: Event Handler




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




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

WSRM_EH is a standard SAP Table which is used to store WSRM: Event Handler data and is available within R/3 SAP systems depending on the version and release level.

The WSRM_EH table consists of various fields, each holding specific information or linking keys about WSRM: Event Handler data available in SAP. These include SID (Sequence queue ident).. 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_EH 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
HOSTApplication Server SYHOSTCHAR32HOST_ID
SIDSequence queue ident SRT_SEQUENCE_IDCHAR32SRT_SEQUENCE_QUEUE_IDENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_EH
INTO CORRESPONDING FIELDS OF WA_WSRM_EH
WHERE...

How to access SAP table WSRM_EH

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