1
Answer

could not find a part of the path

Ramco Ramco

Ramco Ramco

1y
516
1

Hi

_oCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode;
            _oCompany.XMLAsString = false;
            string xmlSchema = _oCompany.GetBusinessObjectXmlSchema(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
            System.IO.File.WriteAllText("D:\\TEMP\\bp.xml", xmlSchema);

Thanks

Answers (1)