ALXMBPFALERT SAP (Exchange Infrastructure: Performance Alerts for XI Messages) Table details

Dictionary Type: Table
Description: Exchange Infrastructure: Performance Alerts for XI Messages




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




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

ALXMBPFALERT is a standard SAP Table which is used to store Exchange Infrastructure: Performance Alerts for XI Messages data and is available within R/3 SAP systems depending on the version and release level.

The ALXMBPFALERT table consists of various fields, each holding specific information or linking keys about Exchange Infrastructure: Performance Alerts for XI Messages data available in SAP. These include PARTYAGENCYF (XI Partner: Agency), PARTYTYPEF (XI Partner: Identification Schema), PARTYF (XI: Communication Party), SERVICEF (XI: Service).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ALXMBPFALERT 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
NODE_NAMEExchange Infrastructure: CCMS Alert Monitor Node Name SXMB_MON_NODENAMECHAR40TEXT40
.INCLU-F 0
PARTYAGENCYFXI Partner: Agency SXI_PARTY_AGENCYCHAR120SXI_PARTY_AGENCY
PARTYTYPEFXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
PARTYFXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
SERVICEFXI: Service SXI_SERVICECHAR60SXI_SERVICE
NAMEFXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
NAMESPACEFXI: Interface Namespace SXI_ACTION_NSCHAR255SXI_NAMESPACE
.INCLU-T 0
PARTYAGENCYTXI Partner: Agency SXI_PARTY_AGENCYCHAR120SXI_PARTY_AGENCY
PARTYTYPETXI Partner: Identification Schema SXI_PARTY_TYPECHAR120SXI_PARTY_TYPE
PARTYTXI: Communication Party SXI_PARTYCHAR60SXI_PARTY
SERVICETXI: Service SXI_SERVICECHAR60SXI_SERVICE
NAMETXI: Interface Name SXI_ACTIONCHAR120SXI_NAME
NAMESPACETXI: Interface Namespace SXI_ACTION_NSCHAR255SXI_NAMESPACE
THRESHG2YExchange Infrastructure: Yellow Alert Threshold (msec) SXMB_MON_THRESHG2YINT410INT4
THRESHY2RExchange Infrastructure: Red Alert Threshold (msec) SXMB_MON_THRESHY2RINT410INT4
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALXMBPFALERT
INTO CORRESPONDING FIELDS OF WA_ALXMBPFALERT
WHERE...

How to access SAP table ALXMBPFALERT

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