Hello,
I do have a unique problem. We use a sender JDBC to select records and update immediately.
Unfortunately, for every record picked by JDBC, two IDOCS are getting created at receiver side.
I had checked the connections, advanced mode etc., but couldnt find the real problem.
Can abyone share a light on this.
It was working fine in development, but seems to be a problem in Test Environment. The Sender system has ensured that it triggered only one record.
What are all the possible causes that it might replicate in SAP. Is there anything to do with Transaction Isolation level or polling interval.
Cos i can see the adapter module giving 2 rows updated.