SXMSALERTSENDRECORD SAP (Alert - Information from PMI Data) Structure details

Dictionary Type: Structure
Description: Alert - Information from PMI Data




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




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

SXMSALERTSENDRECORD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Alert - Information from PMI Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SXMSALERTSENDRECORD TYPE SXMSALERTSENDRECORD.

The SXMSALERTSENDRECORD table consists of various fields, each holding specific information or linking keys about Alert - Information from PMI Data data available in SAP. These include PROCESSID (SPI: Process Type ID), MDTURL (Unified Resource Locator (URL) for Subsequent Activities), ALERTHASHVAL (Hash Value (160 Bits)), ERRORCAT (XI: Error Category).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP SXMSALERTSENDRECORD structure 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
MOGUIDSXMS: Message ID SXMSMGUIDCCHAR32SYSUUID_C
PROCESSIDSPI: Process Type ID SPIPROCTPCHAR32SPIGUID32PSPIPROCTPHSPIPROCTP
MDTURLUnified Resource Locator (URL) for Subsequent Activities SALRTDURLCHAR1020SALRTDURL
ALERTHASHVALHash Value (160 Bits) HASH160CHAR40
ERRORCATXI: Error Category SXMSERRCATCHAR20TEXT20
ERRORCODECharacter field, length 70 CHAR70CHAR70CHAR70
FROMPARTYXI: From-Party SXI_FROM_PARTYCHAR60SXI_PARTY
FROMSERVICEXI: From-Service SXI_FROM_SERVICECHAR60SXI_SERVICE
FROMACTIONNSXI: From-Action (Outbound Interface) Namespace SXI_FROM_ACTION_NSCHAR255SXI_NAMESPACE
FROMACTIONXI: From-Action (Outbound Interface) Name SXI_FROM_ACTIONCHAR120SXI_NAME
TOPARTYXI: To-Party SXI_TO_PARTYCHAR60SXI_PARTY
TOSERVICEXI: To-Service SXI_TO_SERVICECHAR60SXI_SERVICE
TOACTIONNSXI: To-Action (Inbound Interface) Namespace SXI_TO_ACTION_NSCHAR255SXI_NAMESPACE
TOACTIONXI: To-Action (Inbound Interface) Name SXI_TO_ACTIONCHAR120SXI_NAME
ADAPTERNAMEXI Services: Adapter Name SSRV_ADAPTER_NAMECHAR120SSRV_ADAPTER_NAME
CATEGORYAlert Category SALRTDCATCHAR30Assigned to domainSALRTDCAT
RULENAMEDescription SXMSDESCRCHAR60TEXT60
RULEISACTIVEXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME
ALRTGUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SUPMULTALRTSXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
ERROR_ON_AECharacter Field Length 1 CHAR01CHAR1CHAR1
ERROR_ON_IECharacter Field Length 1 CHAR01CHAR1CHAR1
MSGRELATEDRULEXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
VERSIONVersion SXMSALERTVERSIONCHAR8TEXT8
AF_ATPCharacter field, length 70 CHAR70CHAR70CHAR70
AF_MIDSXMS: Message ID SXMSMGUIDCCHAR32SYSUUID_C
AF_ECATXI: Error Category SXMSERRCATCHAR20TEXT20
AF_ECDCharacter field, length 70 CHAR70CHAR70CHAR70
AF_ETXTCharacter field, length 70 CHAR70CHAR70CHAR70
AF_EP1Character field, length 32 CHAR32CHAR32CHAR32
AF_EP2Character field, length 32 CHAR32CHAR32CHAR32
AF_EP3Character field, length 32 CHAR32CHAR32CHAR32
AF_EP4Character field, length 32 CHAR32CHAR32CHAR32
AF_EP5Character field, length 32 CHAR32CHAR32CHAR32
AF_EP6Character field, length 32 CHAR32CHAR32CHAR32
AF_EP7Character field, length 32 CHAR32CHAR32CHAR32
AF_EP8Character field, length 32 CHAR32CHAR32CHAR32
AF_EP9Character field, length 32 CHAR32CHAR32CHAR32
AF_EP10Character field, length 32 CHAR32CHAR32CHAR32
AF_EP11Character field, length 32 CHAR32CHAR32CHAR32
AF_EP12Character field, length 32 CHAR32CHAR32CHAR32
AF_EP13Character field, length 32 CHAR32CHAR32CHAR32
AF_EP14Character field, length 32 CHAR32CHAR32CHAR32
AF_EP15Character field, length 32 CHAR32CHAR32CHAR32
AF_EPV1Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV2Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV3Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV4Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV5Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV6Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV7Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV8Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV9Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV10Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV11Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV12Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV13Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV14Character field, length 70 CHAR70CHAR70CHAR70
AF_EPV15Character field, length 70 CHAR70CHAR70CHAR70

Key field Non-key field



How do I retrieve data from SAP structure SXMSALERTSENDRECORD using ABAP code?

As SXMSALERTSENDRECORD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SXMSALERTSENDRECORD as there is no data to select.

How to access SAP table SXMSALERTSENDRECORD

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