cancel
Showing results for 
Search instead for 
Did you mean: 

Can I configure JDBC Sender to process the RFC response message?

Former Member
0 Kudos

Dear All,

We're working on an integration scenario of synchronous messaging from database to RFC. Is there any way to update or insert the record(s) onto the source database according to the BAPI response?

Any inputs are welcome. Many thanks for your time and support.

Regards,

Matthew

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chun,

As far as I know you will not be able update the database back based on RFC response in a synchronous way though you have option of selecting BE in sender JDBC adapter.

This is sentence from SAP training material...

"In the case of a JDBC sender, the database table is queried via a SELECT statement. The message is by definition asynchronous hence the QoS should be set as EO or EOIO. "

The only option i can think of is JDBC Sender(async)->BPM->RFC(synch)->response mapping to JDBC receiver structure->JDBC receiver to update the table.

Also check these threads...

Anand

Message was edited by: Anand Torgal