cancel
Showing results for 
Search instead for 
Did you mean: 

Send email if queue in running status for more than 30 mins

Former Member
0 Kudos

Is there a way I can send an alert if the queue in smq2 is in runing status for more than 30 mins? or do I need to write ABAP program for the same?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI Vicky,

You need to write your own custom ABAP program and run in the back ground. The functionality of the program should check all the queues, and raise an exception, when the number of entries are more than XX it should trigger an email.

ambrish_mishra
Active Contributor
0 Kudos

Hi Vicky,

I don't think standard alert mechanism will work here since the queue is in running state and not in error. You may have to write an ABAP program for this.

Ambrish

iaki_vila
Active Contributor
0 Kudos

HI Vicky,

I dont know if your exact requeriment is possible. You can start sending an email if there is a queue error you can check the next documents:

Alert configuration step to step: http://scn.sap.com/docs/DOC-3804

Alert for queues (santhosh.kumarv's blog): http://scn.sap.com/people/santhosh.kumarv/blog/2009/05/19/sap-xipi-alerts-for-queue-errors

Regards.

former_member209120
Active Contributor
0 Kudos
former_member200386
Active Participant
0 Kudos

Hi Ramesh,

Yes we can trigger the Mail alerts using CCMS alerts mechanism.

http://help.sap.com/saphelp_nw70/helpdata/en/90/4e313f8815d036e10000000a114084/content.htm

Please consult your basis team, they will do the job for you.

Thanks & Regards,

Pavan