cancel
Showing results for 
Search instead for 
Did you mean: 

Select multiple alerts in Alert Inbox

Former Member
0 Kudos

Does anybody know how to select multiple alerts in the Alert Inbox ?

I want to complete several alerts at one time.

Thanks in advance,

Laurence

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use tcode ALRTDISP and the delete (not confirm) the selected alerts

Former Member
0 Kudos

Perfect, it's exactly what I was looking for.

Thanks,

Laurence

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If your objective is to complete alert then you can use functiona module SALRT_CONFIRM_ALERT.

- Use Transaction SE37.

- Type FM name: SALRT_CONFIRM_ALERT

- Execute

- Specify your id in IP_UNAME

and execute. All alert for your id will be confirmed.

Regards,

Gourav

---

<i>Reward points if it helps you</i>

Former Member
0 Kudos

Is it possible to complete only a part of alerts (only alerts created from a start date to an end date, ...) ?

Former Member
0 Kudos

Hi,

No and Yes.

No because nothing standard available for confirming alert from-to date.

Yes, if you are willing to write custom code which extract alert id from class CL_ALERT based on time of creation of alert then you need to call another FM to confirm this alert, and believe me it is hell lot of job.

So decide yourself.

Regards,

Gourav

---

<i>Reward points if it helps you</i>

Former Member
0 Kudos

Hi,

Check these links that may be helpful for you:

Regards,

Subhasha Ranjan

bhavesh_kantilal
Active Contributor
0 Kudos

Can you explain further. The question is not very clear.

Regards

Bhavesh

Former Member
0 Kudos

When I go in my Alert Inbox of the Runtime Workbrench, I have a list of alerts.

I can select one of these alerts and complete it.

But I want to select more than one alert at one time for completing serveral alerts at one time.

Laurence

bhavesh_kantilal
Active Contributor
0 Kudos

Have never tried this but maybe you can use the report <b>SALRT_CONFIRM_ALERT</b> to confirm your alerts.

http://help.sap.com/saphelp_nw2004s/helpdata/en/8a/3e2d4105f8d92be10000000a1550b0/content.htm

Regards

Bhavesh