cancel
Showing results for 
Search instead for 
Did you mean: 

Custom error handling outside of BPM

Former Member
0 Kudos

Hi,

I have a scenario where we need to create an exception when a mapping error occurs. This is a 2 step process. The first step is to log the data into audit tables and the second step is to raise an exception.

I have the following questions.

How can I create the exception and how do I configure it so that it reaches intended queue?

How can I log the data into audit tables?

Since this is done outside of BPM, do I need to use UDF java program to handle the situation? Are there any samples that I can use?

Thanks for your help..

Shankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can create logging inside RFC lookup (UDF) and afterwards raise an exception in udf.

regards,

wojciech

Former Member
0 Kudos

Hi Wojciech,

Could you explain this a little more?

Thanks,

Shankar

Former Member
0 Kudos

hi,

here is something about lookup:

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

/people/morten.wittrock/blog/2006/03/30/wrapping-your-mapping-lookup-api-code-in-easy-to-use-java-classes

Regards,

Wojciech

Answers (1)

Answers (1)

former_member206604
Active Contributor
0 Kudos

Hi,

Where is the Audit tables located? Is it in a R/3 system?

Check out this thread might help you

Regards,

Prakash

Former Member
0 Kudos

Hi Prakash,

Yes the audit tables are located in R/3, In case of error, I need to update the tables, raise an exception and perhaps terminate the process.

Thanks for the link to weblog, it was useful insight to ABAP based mapping, but did not find anything on calling RFC within that mapping. Do you have any other leads? Appreciate your time.

Thanks,

Shankar