Hi there,
I'm using SBO 2007 latest patchlevel:
I'm trying to import a businesspartner via getBusinessObjectFromXML.
The object type that is returned from getBusinessObjectFromXML is object.
When I try to cast
IBusinessPartners theBP = (IBusinessPartners) thecompany.getBusinessObjectFromXML(FileName, 0);
I get com.sap.smb.sbo.wrapper.com.Dispatch cannot be cast to com.sap.smb.sbo.api.IBusinessPartners
What is the right way to get a businesspartner object so I can
do a
theBP.add();
?????
I'm getting mad.
Regards,
Holger