SSPIMOATPERFTAB SAP (PMI: Table of Performance Attributes in Monitoring Arch.) Table details

Dictionary Type: Table
Description: PMI: Table of Performance Attributes in Monitoring Arch.




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




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

SSPIMOATPERFTAB is a standard SAP Table which is used to store PMI: Table of Performance Attributes in Monitoring Arch. data and is available within R/3 SAP systems depending on the version and release level.

The SSPIMOATPERFTAB table consists of various fields, each holding specific information or linking keys about PMI: Table of Performance Attributes in Monitoring Arch. data available in SAP. These include COMPONENT (Component in PMI), MATTRIBUTE (Alert: Customization: Name of Customization Group), MA_ADD_KEY (Alert: Customization: Name of Customization Group), SUMMARYNODE2 (Alert: Customization: Name of Customization Group).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SSPIMOATPERFTAB 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
COMPONENTComponent in PMI DSPICOMPCHAR15CHAR15
MATTRIBUTEAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MA_ADD_KEYAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
SUMMARYNODE2Alert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MOBJECT_TEXTAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MOBJECT_CLASSAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MA_CLASSAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MA_TOOL_COLLECTAlert: Logical Name of Tool ALTOOLKEYCHAR40TEXT40
MA_TOOL_ONALERTAlert: Logical Name of Tool ALTOOLKEYCHAR40TEXT40
MA_TOOL_ANALYZEAlert: Logical Name of Tool ALTOOLKEYCHAR40TEXT40
MA_CUSTGROUPAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MA_F1_HELP_MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MA_F1_HELP_MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MA_SEVERITYAlert: severity (alerts, monitoring type custom..) ALSEVERITYINT410
MA_KEEPALTYPEAlert: MTE Customizing: keep alerts type ALKEEPALTYINT410
MA_KEEPALMAXAlert: MTE Cus: Maximum number of alerts to keep ALKEEPALMXINT410
MA_SUBTYPEAlert: monitoring tree element: subtype ALMTESUBTINT410
MA_SECTRGTOOLAlert: Time values in seconds ALTIMSECSINT410
MA_SECINACTIVEAlert: Time values in seconds ALTIMSECSINT410
PERF_UNITALert: Unit for Perfomance Values ALUNITCHAR4TEXT4
PERF_DECIMALSALert: Decimal part of Performance Values ALDECIMALSINT410
PERF_ALTEXT_MSIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
PERF_ALTEXT_MSNOMessage Number SYMSGNONUMC3SYMSGNO
PERF_THH_DIRECTAlert: MT Performance specific Custom.: - threshold direct. ALPERTHRDRINT410
PERF_THH_G2YAlert: MT Performance Customization: Active Threshold G 2 Y ALPACTHG2YINT410
PERF_THH_Y2RAlert: MT Performance Customization: Active Threshold Y 2 R ALPACTHY2RINT410
PERF_THH_R2YAlert: MT Performance Customization: Active Threshold R 2 Y ALPACTHR2YINT410
PERF_THH_Y2GAlert: MT Performance Customization: Active Threshold Y 2 G ALPACTHY2GINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPIMOATPERFTAB
INTO CORRESPONDING FIELDS OF WA_SSPIMOATPERFTAB
WHERE...

How to access SAP table SSPIMOATPERFTAB

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