LOOP Step

Input ZINVOICE(list) Output(process document)

–LOOP over/ZINVOICE
–Map(inside the loop MAPPING to process)

The problem I have with service, when I test it(Trace) it terminates at the loop, it doesn’t reach Map step

Any idea where I went wrong

output should also be the list. if it’s the list then i don’t think it will create a problem.
Try it and if still the problem persists post in detail what u r trying to do.

Hi,
It seeems that the document list (ZINVOICE) on which you are looping is not matching with the actual document list.

Even if the o/p doc is not list it will atleast go in the loop and overwrite previous values.

Regards,
Amol.

stahorse,

Please check if you have the ZINVOICE list in the service pipeline before reaching the loop …

Cheers !!!

Thanks guys I solved it eventually.

Thanks