We are currently using a Table content monitor in CCMS to raise alerts for an ABAP monitoring program we have written. The program inserts records in a custom ABAP table and when a row is inserted with a certain value we raise an alert through CCMS.
The data collection method is using the "Red" function module SCSM_GEN_TAB_DS_R
The alerts are generating fine but the alert text is displaying <CCMS: no default text available>. We have configure a message class and number but it is not displaying this in alert. Does anyone know what could be the problem?
Here is the parameter settings for the data collection method
1. TARGET_TABLE ZTSPM_CH_STATUS
2. FIELDNAME CHANNELKEY
3. FIELDVALUE CCSTATUS
4. MAXROW 50
5. WHERECLAUSE1 CCSTATUS = 'FAIL'
6. WHERECLAUSE2
7. WHERECLAUSE3
8. TOP_FULL_NAME
9. RESCANFROMBEGIN REPORTTIMESTAMP
10. T100_MESS ZXI_CNB 023
The message class/number (ZXI_CNB 023) is
"Connectivity Heartbeat failed for &1, Status: &2"
I was expexting the values from the table for fieldname (CHANNELKEY) and Fieldvalue (CCSTATUS) to be replaced in the message string.