cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to JDBC:System Acknowledgment

Former Member
0 Kudos

Hi,

We have a scenario IDOC-PI-JDBC. We are using PI7.31 single stack.

We need to get the System acknowledgement, and we want to update the status of the IDOC accordingly(error/successful) once its processed.

-Is it possible in IDOC to JDBC flow?

-As per my understanding in IDoc sender channel  we should check the acknowledgement option. Other than this do we need to do any other setting to get the system acknowledgement?

-Does JDBC receiver adapter by default sends the system acknowledgement ?

- Can we get the acknowledgement if we have multiple receivers?

Please help with info.

Thanks,

Tina

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

JDBC by default is synchronous. Just create the inbound service interface as synchronous and test, you will find the response. you build the response ICO based on the structure. Even if it insert/delete/update statements, JDBC will return the number of success records. Check the help documentation on JDBC.

As IDOC is asynchronous, you can not do it directly. but you can achieve this using request response bean.

--Naresh

former_member184789
Active Contributor
0 Kudos

hi,

For IDoc acknowledgments, you can refer to my blog for the necessary configuration.

Former Member
0 Kudos

Hi Adarsh,

Thank You for the response. So we would not need to configure any separate mapping in PI to send the ALEAUD idoc back to ECC right?ALEAUD idoc will be automatically generated and sent to ECC and accordingly it will update the status of the original idoc at ECC side?