WSRM_SEQU_STATUS SAP (WSRM: Sequence Status Table) Table details

Dictionary Type: Table
Description: WSRM: Sequence Status Table




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




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

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

The WSRM_SEQU_STATUS table consists of various fields, each holding specific information or linking keys about WSRM: Sequence Status Table data available in SAP. These include WSRM_UUID (GUID in 'CHAR' Format in Uppercase), WSRM_ACK_OR_NACK (Boolean Variable (X=True, -=False, Space=Unknown)), WSRM_MAX_MNR_BLO (Natural Number), WSRM_SEQUENCE_ID (Any URI).. 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_SEQU_STATUS 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_ACK_OR_NACKBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_MAX_MNR_BLONatural Number INT4INT410INT4
WSRM_SEQUENCE_IDAny URI ANYURISSTR255ANYURI
WSRM_DIRECTION WSRM: Sender/Receiver0
WSRM_LAST_MSG_REBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_LAST_MSG_NR WSRM: Last Message Number0
WSRM_SID_CRE_REMBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_LINE_LENGTH WSRM: Length Field of Acknowledgment Line0
WSRM_ACK_NCK_LIN WSRM: Acknowledgment Line0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_SEQU_STATUS
INTO CORRESPONDING FIELDS OF WA_WSRM_SEQU_STATUS
WHERE...

How to access SAP table WSRM_SEQU_STATUS

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