cancel
Showing results for 
Search instead for 
Did you mean: 

BADI /SAPAPO/AM_ALERTLIST - How to fill values in new field catalogue field

0 Kudos

Hello All,

I have written code to add new fields to field catalog in method - MODIFY_ALERTLIST of class ZCL_IM_SCP_BI_ALERT_DISPLA and BADI /SAPAPO/AM_ALERTLIST.

I could see fields added in monitor log of tcode /SAPAPO/AMON1, but I am not able to see the values updated in the fields.

Please provide me any code snippets available.

I m stuck at this point.

Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Did you execute report report /SAPAPO/READ_ALERTS_BATCH?

Please refer SAP consulting note 830673 - AMON: Some consulting issues when handling alert monitor

Alerts are shown in interactive planning (/SAPAPO/SDP94) but not in alert monitor standalone (/SAPAPO/AMON1)

In interactive planning, whatever what selection profile you use to load the data in the planning book, the alerts are found since the system considers just the data as loaded in the planning book. However, in alert monitor standalone, the selection id defined in the alert profile plays a big role. The alerts will be shown depending on the objects defined in the selection id and the aggregation level defined in the job when generating the DB alerts.

For code you may refer SAP note 1561237 - Example method implementation of MODIFY_ALERTLIST

Best Regards,

R.Brahmankar