Dear All,
We have created a User Defined Search for Ariba Interface MIIn_Async_AddOn_PurchaseOrder_cXML (ECC to ASN), for extracting Purchase OrderID.
I have maintained the XPATH as below in the search criteria of the UDS.
//n0:cXMLMessage/cXMLMessage/cXMLMessageContent/cXML/Request/OrderRequest/OrderRequestHeader/orderID
Below namespace prefixes are maintained:
http://sap.com/xi/Ariba/Interfaces n0
When the messages are processed, we could see the UDS related details in Message Logs as follows, but it shows no values produced for that orderID field.
Applying extractor of type XP for attribute OrderID on this message
Extractor of type XP for attribute OrderID produced no values from this message
Not sure whether the XPATH is correct cause the actual message type structure actually does not contain orderID.
Kindly suggest if there is any way to apply UDS to any particular attribute or element of cXML Ariba interfaces. Thanks in Advance.