WSRM_IO_PROCESS SAP (WSRM: Table for In-Order Processing (Only Receiver EP)) Table details

Dictionary Type: Table
Description: WSRM: Table for In-Order Processing (Only Receiver EP)




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




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

WSRM_IO_PROCESS is a standard SAP Table which is used to store WSRM: Table for In-Order Processing (Only Receiver EP) data and is available within R/3 SAP systems depending on the version and release level.

The WSRM_IO_PROCESS table consists of various fields, each holding specific information or linking keys about WSRM: Table for In-Order Processing (Only Receiver EP) data available in SAP. These include WSRM_UUID (GUID in 'CHAR' Format in Uppercase), WSRM_RNP_OR_PRC (Boolean Variable (X=True, -=False, Space=Unknown)), WSRM_SEQUENCE_ID (Any URI), 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_IO_PROCESS 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_RNP_OR_PRCBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
WSRM_SEQUENCE_IDAny URI ANYURISSTR255ANYURI
WSRM_DIRECTIONNatural Number INT4INT410INT4
WSRM_CUR_LST_MNR WSRM: Current Last Message Number0
WSRM_MAX_BLOCK WSRM: Maximum Message Numbers per Row (4096*8 = max_msgs)0
WSRM_LEN_LINE WSRM: Length Field for Following Row0
WSRM_IO_PROC_LIN WSRM: In-Order Process Row0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_IO_PROCESS
INTO CORRESPONDING FIELDS OF WA_WSRM_IO_PROCESS
WHERE...

How to access SAP table WSRM_IO_PROCESS

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