Iam using 10.7 and trying to loop over a document list which contains several documents which need to be sent to SAP.
when I loop over the document list and invoke below 3 steps to send idoc to SAP
pub.sap.idoc:documentToIDoc
pub.sap.idoc:encodeSDATA
pub.sap.transport.ALE:OutboundProcess
First document is sent to SAP and loop is completed, without iterating on remaining documents present in document list.
No error, No document list dropping is done, inside the loop. Any thoughts what might be happening ?