SMPPCASE SAP (XI Mapping: Automatic Test Cases) Table details

Dictionary Type: Table
Description: XI Mapping: Automatic Test Cases




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




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

SMPPCASE is a standard SAP Table which is used to store XI Mapping: Automatic Test Cases data and is available within R/3 SAP systems depending on the version and release level.

The SMPPCASE table consists of various fields, each holding specific information or linking keys about XI Mapping: Automatic Test Cases data available in SAP. These include OIFNS (Namespace of Outbound Interface), OIFNAME (Name of Outbound Interface), FROMPARTY (XI: From-Party), SENDER (Sender System).. 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 SMPPCASE 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
NAMEXI Mapping: Automatic Test Case MPP_TESTCASECHAR20MPP_TESTCASE
OIFNSNamespace of Outbound Interface MPP_OIFNSCHAR255SAI_NSPCE
OIFNAMEName of Outbound Interface MPP_OIFNAMECHAR120AIT_INTF
FROMPARTYXI: From-Party SXI_FROM_PARTYCHAR60SXI_PARTY
SENDERSender System MPP_SENDER_SYSTEMCHAR60AIT_SYSTEM
TOPARTYXI: To-Party SXI_TO_PARTYCHAR60SXI_PARTY
RECEIVERReceiver System MPP_RECEIVER_SYSTEMCHAR60AIT_SYSTEM
IIFNSNamespace of Inbound Interface MPP_IIFNSCHAR255SAI_NSPCE
IIFNAMEName of Inbound Interface MPP_IIFNAMECHAR120AIT_INTF
DIRECTIONDirection MPP_DIRECTIONINT410
IFMNSNamespace of Inbound Fault Message MPP_IFMNSCHAR255SAI_NSPCE
IFMNAMEName of Inbound Fault Message MPP_IFMNAMECHAR120AIT_INTF
OFMNSNamespace of Outbound Fault Message MPP_OFMNSCHAR255SAI_NSPCE
OFMNAMEName of Outbound Fault Message MPP_OFMNAMECHAR120AIT_INTF
SOURCECharacter field of length 40 CHAR40CHAR40CHAR40
TARGETCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMPPCASE
INTO CORRESPONDING FIELDS OF WA_SMPPCASE
WHERE...

How to access SAP table SMPPCASE

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