cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Inbox

Former Member
0 Kudos

Hello Friends,

My Requirement is to confirm mutiple alerts in the Alert inbox,at a one shot...

I would like to select multiple Alerts in the Alert inbox while confirming the alerts in RWB .So I am using the FM "SALRT_CONFIRM_ALERT".

For this FM ,the import parameters are IP_GUID and IP_UNAME

Could any tell me what are the values we need to pass to these parameters to confirm the alerts using this FM.

for IP_UNAME I have given my USer name...But it triggered exception

Please do the needful

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have given

MSg ID and my id ....

Still its going to UNKNOWException....

Former Member
0 Kudos

Hi,

Every alert category create has a unique Identifier , IP_Guid should have this indentifier as the input value.

Ragrds,

Ganesh.

Former Member
0 Kudos

is Msg ID and Guid are same

Former Member
0 Kudos

Hi,

MessageID is created for the XML message which are created in the integration engine . Every Alert Category created in ALRTCATDEF has a unique identifier , according to me in field IP_GUID you should assign this identifier value.

If you execute FM 'SALERT_CREATE' which creates a alert for particular alert category u will get this identifier in export field EP_ALERT_ID.

Try giving this value and do let me know the result .

Reagards,

Ganesh.

Former Member
0 Kudos

ok so where can find this GUI MSg ID you specified

Former Member
0 Kudos

Kindly check the table SALRT ; hope it will help you.

Regards,

Ganesh

Former Member
0 Kudos

Hi,

The FM import parameters are IP_GUID and IP_UNAME used as below

IP_GUID --> This is Global Unique Identifier to identify the specific Alert Categories that have assigned to the message. For e.g. This you can pass as per the Message log.

In SXMB_MONI, you will get the GUID for Message (last column)

IP_UNAME ---> Indicates the Receipient User.

thanks

Swarup

Edited by: Swarup Sawant on Oct 7, 2008 10:38 AM

Former Member
0 Kudos

I have seen this in Function module ....

The GUID is mandatory input parameter...

So I would like select all the msg ..Can we use * or any wild charater to select all ...