| Ramesh Jayapal 2004-02-08, 3:35 pm |
| Hi Group,
I have some issues while I mapping inbound doc to outbound doc. Could anyone
help to solve the following.
Inbound doc.
<inbound>
<details>
<reference>PO</reference>
<value>10000</value>
</details>
<details>
<reference>SO</reference>
<value>20000</value>
</details>
</inbound>
Outbond doc:
<inbound>
<details>
<value>10000</value>
<value>20000</value>
</details>
</inbound>
Looks simple right? if my inbound document is follow, how to get the
following output
<inbound>
<details>
<reference>PO</reference>
<value>10000</value>
</details>
<details>
<reference>SO</reference>
<value>20000</value>
</details>
</inbound>
Outbond doc:
<outbound>
<details>
<value>*</value> Comments: if the inbound
doc, dont have PO loop, then outbound doc should have * in its position.
<value>20000</value>
</details>
</outbound>
Appreciate if you guide me how to accomplish this case. Let me know if you
need more details.
Thanks & Regards,
Ramesh.
|