cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger auto job of Managed system using SolMan

Phani_Chava
Participant
0 Kudos

Hello,

We have a requirement where in we need to trigger batch jobs automatically from the failure alert which we receive from SolMan. Is there a way to achieve this from SolMan?

There are many jobs which are failing if system went down with an issue and tracking each job and retriggering is a time consuming process.

Thanks,

Phani.

Accepted Solutions (0)

Answers (1)

Answers (1)

dammerto
Employee
Employee
0 Kudos

Hi Phani,

If you want an specific behavior when an alert is triggered, you can implement BADI_ALERT_REACTION for it.

There are 3 different options:

  1. Send SNMP traps (third party tool)
  2. Send OS Commands (third party tool)
  3. Auto reaction at ABAP system level on SOLMAN_SYSTEM

Regarding your question, you are interested on third option. Inside KBA 2469194 - Understanding Alert Consumer BAdI Interface, there is a link to WIKI Alert Consumer BAdI Interface that contains 3 different setup guides, download the one with name MAI Alert Consumer BAdI Interface.zip

This BAdI will allow you to implement your own code, so after an alert is triggered, it executes the code you defined.

Tom