SSPIMOATPERF SAP (PMI: Performance Attribute Properties in Monitoring Arch.) Structure details

Dictionary Type: Structure
Description: PMI: Performance Attribute Properties in Monitoring Arch.




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




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

SSPIMOATPERF 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 "PMI: Performance Attribute Properties in Monitoring Arch." 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_SSPIMOATPERF TYPE SSPIMOATPERF.

The SSPIMOATPERF table consists of various fields, each holding specific information or linking keys about PMI: Performance Attribute Properties 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SSPIMOATPERF 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
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 structure SSPIMOATPERF using ABAP code?

As SSPIMOATPERF 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 SSPIMOATPERF as there is no data to select.

How to access SAP table SSPIMOATPERF

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