2010 Mar 23 12:17 PM
Hi all ,
I need to raise an alert on one error , the config is all done and good In program I used FM 'SALRT_CREATE_API'. ,but the function module is poping up a a login window of solution manger and not riaising . I guess I am using wrong function module .And should use SALERT_CREATE .
any inputs on how to use this FM to raise alert in solution manager will be great .
Thanks
Vinay
Moderator message - If you ask a question, why not mark it as such??
Edited by: Rob Burbank on Mar 23, 2010 9:34 AM
Hi all ,
I need to raise an alert on one error , the config is all done and good In program I used FM 'SALRT_CREATE_API'. ,but the function module is poping up a a login window of solution manger and not riaising . I guess I am using wrong function module .And should use SALERT_CREATE .
any inputs on how to use this FM to raise alert in solution manager will be great .
Thanks
Vinay
Moderator message - If you ask a question, why not mark it as such??
Edited by: Rob Burbank on Mar 23, 2010 9:34 AM
2010 Mar 23 12:33 PM
Are you trying to handle an error alert or email alert?
Regards,
Kiran
2010 Mar 24 12:33 AM
Thanks for response . Its an email alert created in solution manager .
When I run report 'RSALERTTEST' with the alert name given it says "unknown alert categ" .
Functional says config is good and and can raise the alert from BW sys to solution manager says it should work.
Used Fm SALERT_CREATE as well the result is known error.
Not sure wheter how I can raise an alert in solution manager from BW .
Thanks
Vinay
Edited by: vinay kolla on Mar 24, 2010 4:53 AM
2010 Mar 23 1:18 PM
Hi vinay
SALERT_CREATE
This funcion can execute all alert you've created.....
input parameters:
IP_CAT ->name of the alert
the container must contain the value you want pass at the alert.
execute the function and the alert will be triggered.
Regards
Marco