cancel
Showing results for 
Search instead for 
Did you mean: 

Java API for Error Handling

Former Member
0 Kudos

There are some common error tables storing error IDs information ( IDs like error type, project id, interface id, message id etc.) in Operational Database (is not on source or target system) which we have to update using java API. We need to call java API (java code) whenever error occurs. We have to provide all the IDs to this function and then API will take care of DB updating. We can call java API in mapping program by creating user-defined java function, this will trap all the errors which are in source file as well as in mapping and mapping lookup. Query is:

A- A- Do we have any other place after the mapping to call this java API and trap the errors through it?

B- Can we call Java API using BPM and pass error IDs to it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anand,

You Have to write Module For that(if you wanna call Java API after Mapping)at the receiver.

To write Module Here is a link which will help you in.....

==>http://help.sap.com/saphelp_nw04s/helpdata/en/84/2e3842cd38f83ae10000000a1550b0/frameset.htm

==>http://help.sap.com/saphelp_nw04s/helpdata/en/e4/6019419efeef6fe10000000a1550b0/frameset.htm

==>http://help.sap.com/saphelp_nw04s/helpdata/en/f4/0a1640a991c742e10000000a1550b0/frameset.htm

Enjoy Coding....:)

Regards,

Sundararamaprasad.