SXIVERI_MSGSTORE SAP (BPM Table for Test Data) Table details

Dictionary Type: Table
Description: BPM Table for Test Data




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




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

SXIVERI_MSGSTORE is a standard SAP Table which is used to store BPM Table for Test Data data and is available within R/3 SAP systems depending on the version and release level.

The SXIVERI_MSGSTORE table consists of various fields, each holding specific information or linking keys about BPM Table for Test Data data available in SAP. These include SCENARIO_NAME (), SCENARIO_MSG_ID (), SENDER_SERVICE (XI: Service), SENDER_IF (XI: Interface Name).. 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 SXIVERI_MSGSTORE 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
GUIDGlobally Unique Identifier GUIDRAW16
SCENARIO_NAME 0
SCENARIO_MSG_ID 0
SENDER_SERVICEXI: Service SXI_SERVICECHAR60SXI_SERVICE
SENDER_IFXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
RECEIVER_SERVICEXI: Service SXI_SERVICECHAR60SXI_SERVICE
RECEIVER_IFXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
PAYLOAD_FIELD 0
USER_NAME 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXIVERI_MSGSTORE
INTO CORRESPONDING FIELDS OF WA_SXIVERI_MSGSTORE
WHERE...

How to access SAP table SXIVERI_MSGSTORE

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