SAP Connectivity in ThingWorx CWC
Hi,
I am trying to see if SAP Connectivity/Integration can be done in CWC. Can the MPMLink be used to make the connection?
Do we have any documentation?
Thanks,
Hi,
I am trying to see if SAP Connectivity/Integration can be done in CWC. Can the MPMLink be used to make the connection?
Do we have any documentation?
Thanks,
Hi Shashi
I'm not familiar with Odata. I got information from other people that maybe you can have an Odata connector to reach SAP (maybe to help with the Export endpoints?), but they had never seen it done. There is some documentation here, it should help you with this. There is also this documentation page to connect with Odata/SAP but this one is for Navigate, not CWC.
What I was talking about for CWC, are "Endpoints". But really they're just services in Composer with a special purpose. As I said, there's 2 types of endpoint services :
- A series of "Import" services, which your other systems can call. The common way to call them is to use the Rest API (URL). It will import the information (the service's parameters) into the CWC database. Examples include Joborder, Serial number, Product, BOM and Route. So when SAP has a Joborder that it wishes to get executed in CWC, it must call the Joborder Import endpoint/service.
- A series of "export" services. Those will be called automatically by CWC when needed. For example, when a Joborder gets completed, if you configured the endpoint then CWC will call the service with the Joborder's information as a parameter. The service is one that you will have to write and it can do whatever you want. The common way this is used is to receive the parameter, transform it into a proper format for SAP and then send it to SAP via your means of choice such as a URL. It can reach a middle point (Odata connector?) if needed.
For the MPM Link, I think this is related to Windchill/Navigate. As I said I've heard of an example where it was adapted to work with CWC. I think they had adapted Windchill/Navigate to simply call the Import endpoints/services.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.