cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure Solution Manager to write alert information to a log file?

Former Member
0 Kudos

According to the document in the wiki below, I need to define BADI_ALERT_REACTION to link alert solman information to a third party tool.

https://wiki.scn.sap.com/wiki/display/TechOps/Alert%20Consumer%20BAdI%20Interface

Does anyone tell me what I actually need to configure in Solman to write alert information to a log file? I am looking for the specific configuration procedure for it.

Accepted Solutions (0)

Answers (4)

Answers (4)

i-shen_lin
Employee
Employee
0 Kudos

Yes. Implement the BADI_ALERT_REACTION to write the log file.

0 Kudos

Hi ,

Are you able to implement the BADI to write Solution Manager's alert data into a log file?

Please help me.

Thanks,

Karthik

0 Kudos

Hi ,

Are you able to implement the BADI to write Solution Manager's alert data into a log file?

Please help me.

Thanks,

Karthik

i-shen_lin
Employee
Employee
0 Kudos

1. Implement this BADI to write log file (ABAP programming)

2. Configure "Third-Party Connectors" of the alerts to this BADI implementation

Former Member
0 Kudos

Thank you for your comment.

1. Implement this BADI to write log file (ABAP programming)

Does that mean we have to write ABAP to write a log file with BAdI? or just need to configure BAdI?

Please let me know the detailed procedure for it. Thanks in advance.