Improving /IBMMON/ITM_MAIALRT_INX Function Module's performance

You can enhance the /IBMMON/ITM_MAIALRT_INX Function Module's performance for SAP agent.

Procedure

Follow the steps to improve the /IBMMON/ITM_MAIALRT_INX function module's performance.

  1. Log on toSAP agent GUI.
  2. Run SE16 transaction code and enter the table name as /IBMMON/ITM_CNFG and press F7.
  3. Press F5 or click Create Entries and add the following entry in the IBMMON/ITM_CNFG table.
    Table 1. /IBMMON/ITM_CNFG
    PARM_NAME VALUE_CHAR
    MAI_ALERTS_PERF YES
    Note:
    • If the Critical Constant is not set in the Transaction Code - /N/IBMMON/ITM_CONFIG, then default value is 2500.
    • This process is only applicable for fetching the MAI Alerts from the SAP system where thePERIOD_START and PERIOD_END is initial.
      Remember: Now the Function Module /IBMMON/ITM_MAIALRT_INX fetches the number of MAI Alerts equivalent to the Critical Constant set in the Transaction Code - /N/IBMMON/ITM_CONFIG.
    • If this entry in the /IBMMON/ITM_CNFG is not created by default, then the 2500 latest MAI alerts are fetched.
    • The number of rows that are fetched is always equal to value of Critical Constant set in Transaction Code /n/IBMMON/ITM_CONFIG.