cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping for Receiver RFC Synchronous Scenario.

former_member201264
Active Contributor
0 Kudos


Hi Experts,

My scenario is JBDC to RFC to JDBC synchronous scenario  using RequestResponseBean and ResponseOneWayean.

Here issue is that RFC function module is crashing sometimes so we are not getting any repsponse from RFC BAPI., So we are unable to update teh response back to Jatabase.

We can achive this by using RFC RFC Lookup, we have more than 100 input fields.

So we are planning to use java mapping to get response or nothing from RFC. based on this we control the response JDBC structure.

Could you please send me sample java mapping code for this synchrounous scenario.

Regards,

Sreeni.

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Kancham,

You can do a Java mapping to throw the message mapping and to catch a possible exception. Check this Daniel Graversen's blog

Regards.