cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

SAP Integration with ThingWorx

snair-3
1-Newbie

SAP Integration with ThingWorx

Is it possible to integrate ThingWorx with SAP? If yes then kindly let us know how this can be achieved?

Thanks.
3 REPLIES 3
paic
1-Newbie
(To:snair-3)

The simple answer is yes.

How can it be achieved is a much more challenging question.
Sincere there are so many parts to SAP, you'll have to consider what component of SAP you are looking to integrate to, and what types of integration that component supports, REST API is hopefully the answer, else you would have to try to directly connect to the supporting underlying Database.

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

Top Tags