Hi,
I am trying export order from SAP CRM to another system, I need export XML, not IDoc.
I have made all customizing in tranzactions SM59, SMOEAC, CRMXIF_C1.
But after I create Order and press save, I have no order data in XML file,
I have this file
<?xml version="1.0" encoding="UTF-8" ?> - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> - <SOAP-ENV:Body> - <saprfc:CRMXIF_ORDER_SAVE xmlns:saprfc="urn:sap-com:document:sap:soap:functions:uc-style"> <DATA /> </saprfc:CRMXIF_ORDER_SAVE> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
<DATA> is empty
If I do the same steps for Business partner, I have data in XML
What is the differences for export Order and Business partner through XIF adapter?
Why I can't export Order's data?
Best regards,
Alexander.
Add a comment