cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Application Error in Provider Proxy

Former Member
0 Kudos

Hi

My Asynchronous scenario is as following -->

File --> Sndr File Adapter --> PI --> Rec XI Adapter --> Provider Proxy

In this I am using Fault Message Types to handle any application error like u201CEmployee Number does not existu201D or u201CEmployee Number not providedu201D.

Now when this error will happen I will see checked flag in PI --> SXMB_MONI but I can view these errors in R3 --> SXMB_MONI. I would like to send the Mail of these errors to support group when this happened or would like to create file with these error at some location.

Do I need to use BPM in order to achieve this?

Now what is the best approach to do this:

u2022 Should I ask ABAP programmer to generate the mail with these error.

u2022 Can I associate these errors with Alert Management? If yes, then how.

Pls. let me know if you have handled the Application errors in your scenario (Async Inbound Proxy) using some other method .

Regards

Lalit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can trigger alert from ABAP program using FM "SALRT_CREATE_API" for these errors