WSRM_PID_SID_MNR SAP (WSRM: Assignment of Persistence ID, SID, and Message Number) Table details

Dictionary Type: Table
Description: WSRM: Assignment of Persistence ID, SID, and Message Number




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




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

WSRM_PID_SID_MNR is a standard SAP Table which is used to store WSRM: Assignment of Persistence ID, SID, and Message Number data and is available within R/3 SAP systems depending on the version and release level.

The WSRM_PID_SID_MNR table consists of various fields, each holding specific information or linking keys about WSRM: Assignment of Persistence ID, SID, and Message Number data available in SAP. These include WSRM_PERSIST_ID (WSRM: Persistent Identifier), WSRM_SEQUENCE_ID (Any URI), WSRM_MESSAGE_NUM (Natural Number), WSRM_DIRECTION (Natural Number).. 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_PID_SID_MNR 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_PERSIST_IDWSRM: Persistent Identifier WSRM_PERSIST_IDCHAR32SYSUUID_C
WSRM_SEQUENCE_IDAny URI ANYURISSTR255ANYURI
WSRM_MESSAGE_NUMNatural Number INT4INT410INT4
WSRM_DIRECTIONNatural Number INT4INT410INT4
WSRM_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
WSRM_SPEC_SEQUBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_TMP_DELETEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_PRX_CLASSWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
WSRM_LP_NAMELogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
WSRM_SDEFCHAR30 for SYST SYCHAR30CHAR30SYCHAR30
WSRM_BUSINESS_NMCHAR50 for SYST SYCHAR50CHAR50SYCHAR50
WSRM_MSGIDWSRM: MSG UUID WSRMGUIDRAW16SYSUUID
WSRM_MSGID_REFWSRM: MSG UUID WSRMGUIDRAW16SYSUUID
WSRM_RETRANS_CNT2 byte integer (signed) INT2INT25INT2
WSRM_ACK_CNT2 byte integer (signed) INT2INT25INT2
WSRM_ERROR WSRM_ERROR entry exists0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_PID_SID_MNR
INTO CORRESPONDING FIELDS OF WA_WSRM_PID_SID_MNR
WHERE...

How to access SAP table WSRM_PID_SID_MNR

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