Skip to Content
0
Former Member
Apr 14, 2005 at 01:04 PM

API schema mapping

96 Views

Background info:

I am using the 'SAPbobsCOM.BoXmlExportTypes.xet_ValidNodesOnly' property on the company object for SAP to retrieve values from SAP BO in xml format.

To create an object/record in SAP BO for instance the Business Partner master data, the company object property 'XmlExportType' needs to be set to 'SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode'.

The related schema structure appears to be the same as for 'xet_ValidNodesOnly', but the element names are different.

Question:

Is there an Api object, or help schema available that could explain the mapping of elements from the 'xet_ValidNodesOnly' xml generated to the 'xet_ExportImportMode' xml.

The 'xet_ValidNodesOnly' is used to query the SAP BO company Db, the the objects provided by SAP BO has to be populated from the xml as per 'xet_ExportImportMode', but there is no means to translate the 2 xml documents to/from each other.

Any assistance on this would be greatly appreciated.