Question:
guys,
anybody shed some light on this. Our business is pounding me everyday with this delay.
We have Business Connector sending Idocs to R/3
That communication is fast.
When the IDoc is in R/3, for example if there are 30 lines in a sales order,
Idoc create Time is 11:38:40
Order Create Time is 11:38:57
Idoc complete Time is 11:39:43
From Idoc create time to Idoc complete time it is taking 1 min and 3 sec.
Can somebody explain me why it is taking that much time to update the status of an idoc??
Thanks
Answer:
At what point of the process does the COMMIT happen?
If it waits until the end of the code, that might be why.
Answer:
if the idoc has many line items, it is taking more time to commit and i think i see a commit statement at the end of the process. for smaller items order, it is just taking 22 sec.
Answer:
Wondering what is idoc 'complete' time
Are you referring to status 53!
Answer:
yes. status 53.