Hi All,
I am trying to create xslt mapping for some requirement. I have enhanced standard SAP structure at source side and added few Z fields. When trying to populate data at target side using <xsl:value-of >, zfield data is not populating at target side. Source side Zfield path is showing as given below, when i try to copy path of source node...
/ns0:PurchaseOrderConfirmation/PurchaseOrder/ns1:ZCondition
When using <xsl:value-of select="ns0:PurchaseOrderConfirmation/PurchaseOrder/ns1:ZShippingCondition"/> --------> it is not generating any output at target side...
Can any body know how to populate this ZCondition field value at target side.
Regards, Madhu