cancel
Showing results for 
Search instead for 
Did you mean: 

how to trigger alerts in R3 sytem

Former Member
0 Kudos

hi experts,

while i am doing File to Proxy asynchronus scenario. when we send data from file to Proxy via pi. in case any error occured in R3 system either it is system error or application error. to trigger alert send to the the mail. how to do this. is it possible.

regards,

alekhya reddy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
Former Member
0 Kudos

Hi,

You can do this by calling fuction modle SALERT_CREATE or SALERT_CREATE_LOCAL in case of error / exception. You need to pass Alert category to function module.

You need to call this functionmmodule from ABAP proxy code Exception section.

Refer this blog

How to raise alerts from ABAP Proxy

regards,

ganesh.

Former Member
0 Kudos

Hi,

thanx for quick response, i have one query for alert category.

where we create alert category in pi or R3 system?

regards,

ganesh.

Former Member
0 Kudos

hi,

In R3 sytem we ahve to craete alert category by using of t-code ALRTCATDEF. and there we have to specify the container elements and fixed recipent.whom you want to send alerts those user name you have to specify in fixed recipent. make sure you have to check the users availableor not using t-code SU01.

regards,

ganesh.

Former Member
0 Kudos

Thanx For supporting Me