cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle the system error messages?

Former Member
0 Kudos

Hi...

I was doing File to RFC scenario with BPM. If i give the correct values for the Bapi Input it is working . If i give the some wrong input to the BAPI, it is not executing and the scenario is stopping. If i click on PE , it is going to the Inbound Queue.

If this type of issue occurs i need to capture the system error and store it in a database. Could you pelase help in this issue.

Thanks,

Leela

Edited by: leelaratnam morampudi on Nov 21, 2008 2:24 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Leela

Try using fault message, bring it to BPM and raise alert. The alert description should raise as email from the BPM. We can try to capture this email and proceed further. Give it a try

Thanks

Gaurav

Former Member
0 Kudos

Hi ,,

The simple way to handle the BAPI error is using the Fault Message

Please refer..

http://help.sap.com/saphelp_nw70/helpdata/EN/5d/a45c3cff8ca92be10000000a114084/frameset.htm

SudhirT
Active Contributor
0 Kudos

Hi Leela,

You need to handle this in BPM. Check the thread describing how to catch exceptions in BPM.

Thanks!