cancel
Showing results for 
Search instead for 
Did you mean: 

Indicator to tell the interface execution is complete

Former Member
0 Kudos

Hello all,

I have to update an oracle table with the IDOC data (IDOC to JDBC interface). I have to update a particular column in a status table in the database with the processing status to be complete once the interface execution is complete.

The interface execution is said to be complete only if all the data from many idocs from R3 is written succesfully into the table.

The problem here is when a delta is run in R3, it sends idocs (even with idoc pacakging) as differnt message not as a single message and so XI considers as a different message and the mapping is done accordingly and hence the data inserion into the table.

How can i get to know that the total interfce is compelte and hence i can update the filed in the table to Processing compelte.

Regards,

Kalpana.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi,

You might have to collect multipple idocs in XI and map to the jdbc interface.

Here is a blog that describes the various ways to collect idocs:

/people/michal.krawczyk2/blog/2009/05/21/xipi-collecting-idocs--possible-ways-with-pros-and-cons--5-ways

Regards,

Ravi Kanth Talagana