Hi,
I'm looking to be able to update shipping/customer information from an external application into SAP.
The company I work for has the SDK and I am currently going through the Help Center Documentation to get an idea.
Currently one of my apps pulls from the customer information in SAP, but since we are going to SugarCRM I want to be able to display Sugar's Customer information and SAPs information and then if the user wants, they can update SAP's information from Sugars.
Now can the SBObob object allow me to do these types of updates? I'm just looking for the right path so I can better understand this.
Thanks!
Hi,
Yes, the DI API will give you access to a Business Partner object that exposes most (if not all) of the properties of the BP in SAP. You can use this to add and modify BPs. As long as your app is written in a development language that can invoke COM objects, then you can certainly use the SDK to do this.
As you are new to the SDK, here are a few links in the SDN to some useful information:
FAQs:
https://www.sdn.sap.com/irj/sdn/wiki?path=/display//b1/faq
Forbidden/Allowed database objects and transactions:
Forbidden, allowed and recommended database issues
Kind Regards,
Owen
Add a comment