Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Is it possible to integrate ThingWorx with SAP? If yes then kindly let us know how this can be achieved?
The simple answer is yes.
If you have a SAP system which does not have a REST api, then the SAP Java Connector is your friend.
From within it you can call Function Modules, depending on your needs.
From my limited experience, exactly as Pai said, there can't be a general TW SAP connector, simply because there is no general operation that you must perform against a SAP. Every service that you will expose in a SAP Extension will be a service dedicated to your own business logic.
The logic of developing with the SAP Java Connector is something like:
1. Understand what you need to do in the SAP
2. Choose the corresponding FM that can do that (test via SE37 in the SAP Client)
3. Use that FM in the Extension, via a Service.
Most of the time I spent looking for Function Modules...
Hope it helps,
Vladimir
A quick note to say that since version 8.0 we added a Sap OData connector. More details available here (requires SAP Netweaver)
https://community.ptc.com/t5/IoT-AR-Tech-Tips/SAPODataConnector-hands-on-8-0/m-p/534382#M398