Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

raise alert in solution manager

Former Member
0 Likes
597

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

3 REPLIES 3
Read only

Former Member
0 Likes
553

Are you trying to handle an error alert or email alert?

Regards,

Kiran

Read only

0 Likes
552

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

Read only

Former Member
0 Likes
552

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