SXMSPFCOMPONENT SAP (Integration Engine: Component Information) Table details

Dictionary Type: Table
Description: Integration Engine: Component Information




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




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

SXMSPFCOMPONENT is a standard SAP Table which is used to store Integration Engine: Component Information data and is available within R/3 SAP systems depending on the version and release level.

The SXMSPFCOMPONENT table consists of various fields, each holding specific information or linking keys about Integration Engine: Component Information data available in SAP. These include COMPNAME (Unique Component Name in SLD), COMPTYPE (Component Type in SLD), COMPDIRECTION (Message Flow Direction (Inbound or Outbound)), MYID (XMS: Flag (true/false)).. 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 SXMSPFCOMPONENT 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
COMPONENTIDGUID for Integration Engine Objects SXMSGUIDRAW16SYSUUID
COMPNAMEUnique Component Name in SLD SXICOMPNAMECHAR255TEXT255
COMPTYPEComponent Type in SLD SXICOMPTYPECHAR255TEXT255
COMPDIRECTIONMessage Flow Direction (Inbound or Outbound) SXIDIRECTIONCHAR1CHAR1
MYIDXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
ACTIVEXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
ASMTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ASMFIRSTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXMSPFCOMPONENT
INTO CORRESPONDING FIELDS OF WA_SXMSPFCOMPONENT
WHERE...

How to access SAP table SXMSPFCOMPONENT

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