WSRM_ERROR SAP (WSRM: Error Information) Table details

Dictionary Type: Table
Description: WSRM: Error Information




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




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

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

The WSRM_ERROR table consists of various fields, each holding specific information or linking keys about WSRM: Error Information data available in SAP. These include WSRM_UUID (GUID in 'CHAR' Format in Uppercase), WSRM_DIRECTION (Natural Number), WSRM_PERSIST_ID (WSRM: Persistent Identifier), WSRM_DATE (WSRM: Creation Date).. 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_ERROR 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_DIRECTIONNatural Number INT4INT410INT4
WSRM_PERSIST_IDWSRM: Persistent Identifier WSRM_PERSIST_IDCHAR32SYSUUID_C
WSRM_DATE WSRM: Creation Date0
WSRM_TIME WSRM: Creation Time0
WSRM_SEQUENCE_IDAny URI ANYURISSTR255ANYURI
WSRM_ER_SUB_CODENatural Number INT4INT410INT4
WSRM_ER_SUB_QNM WSRM: Subcode Name0
WSRM_ER_SUB_QNMS WSRM: Subcode Namespace0
WSRM_ER_FC_CODENatural Number INT4INT410INT4
WSRM_ER_FC_QNM WSRM: Fault Code Name0
WSRM_ER_FC_QNMS WSRM: Fault Code Namespace0
WSRM_REASON_LANGLanguage Key LANGULANG1Assigned to domainISOLASPRAS
WSRM_REASON_TEXTChar255 CHAR255CHAR255CHAR255
WSRM_NODE_NAMEAny URI ANYURISSTR255ANYURI
WSRM_ROLEAny URI ANYURISSTR255ANYURI
WSRM_LEN WSRM: Length Field0
WSRM_DETAIL WSRM: Detail Text0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSRM_ERROR
INTO CORRESPONDING FIELDS OF WA_WSRM_ERROR
WHERE...

How to access SAP table WSRM_ERROR

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