cancel
Showing results for 
Search instead for 
Did you mean: 

Auto closure of PI Inbox alerts from SolMan

Former Member
0 Kudos

Hi All,

We want to automatically close the alerts in PI Inbox when the corresponding alert in SolMan is closed.

There is a BADI - BADI_BPMON_ALERT_CONFIRMATIO available for this purpose.

In this BADI, we get the keys of SolMan alerts confirmed (table DSWP_BPM_ALERTS).

The question is: how to find out which PI Inbox alerts are linked to the SolMan alert being confirmed?

Thanks in advance

Sagar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hI

Please refer the 6.2.5 on the below guide

[Auto reaction messages|https://websmp210.sap-ag.de/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=01100035870000727264&_OBJECT=011000358700000525622010E]

6.2.5 BADI_BPMON_ALERT_CONFIRMATIO
This BAdI can be used to trigger additional actions after an alert was confirmed in the BPMon session. The
corresponding interface is called IF_EX_DSWP_BPM_ALERT_CONFIRM.
+Parameter Type of+
+PT_ALERTS_TO_CONFIRM Changing Alert records to be confirmed+The table PT_ALERTS_TO_CONFIRM contains all alert records which were confirmed in the BPMon
session. If you used one of the two BADI_CUSTOM* exits and you sent back the message IDs of your
external notification/service desk message to the BPMon infrastructure, the alert records contain also these
external IDs. This enables you to identify the corresponding external notification/service desk message that
was created for the alert, and to close it accordingly when the alert was confirmed.

Thanks,

Jansi