Hi Experts
i am facing an issue in my scenario. my scenario is IDoc(R/3) to JMS.
from R/3 there are multiple idocs are coming as like 1,2,.....................................100. in PI also all these are coming in the same sequence. but after processing from PI , these have to be sent to JMS(receiver), and i am facing the problem here.
from 1st idoc to 99 idocs have to be executed sequntially and the last idoc (END IDOC) shld be executed and sent after executing all the other idocs, my issue is while the remailng idoc from 1 to 99 are being executed, the last IDOC(END IDOC) is being executed and resulting in the error. due to this all the remaining idocs are not being excuted and resulting in error.
help me