Issue: Unable to map SAP IDOCS (SAP Outbound)

Environment:
SAP Adapter, Integrtaion server 6.1

Problem Description:

We are receiving IDOCS from SAP System via Routing Rule and invoking a Service.
The Service takes iDocList has a Input variable.When we try to map the iDocList
to another temp Record, the iDocList values are not getting populated in temp Record.

Could you please let us know why the data is not getting populated…

You have to convert this to a document using pub.sap.idoc:iDocToDocument. You have to give the confirmsTo (document type) - which can be created using the DTD that is downloaded from SAP

HTH
Bhavani

Thanks…