cancel
Showing results for 
Search instead for 
Did you mean: 

How to maintain EOIO in IDoc to JDBC scenario

Former Member
0 Kudos

Hi,

We have one IDoc to JDBC scenario in production environment and performing update operation on data base,two server nodes in production environment but sometimes we are missing a sequence like  Business creates more than 100 IDocs what is happening was  new IDoc message overrating old IDoc message.

If I implement EOIO configuration my problem may solve, any idea how to configure this.

PS: PI received IDoc in sequence manner only JDBC adapter side we have issue.

Best regards,

Sap help

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you have SAP backend like ECC on WAS 6.40 you can send IDOCs in a queue (create this config in WE20)

chapter 5.11 ... IDoc Serialization of my book describes it with details:

http://www.sap-press.com/products/Mastering-IDoc-Business-Scenarios-with-SAP-NetWeaver-PI.html

but maybe it's even better to send all IDOCs in one call (and map them to one jdbc statement)

this way you don't need to use EOIO and eveything will work  nicely - this is possible as of EhP1 for 7.0 - have a look at sender IDOC adapter packaging

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/01/22/idoc-packaging--sap-pi-71-ehp1-an...

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks Michal for your quick response,

Do you think serialization will gauranteer order perocessing (EOIO)? Idoc packaging not possible because my bussiness wants real time data.

any other pointers experts?