Hello,
I am doing a POC on IoT to combine the sensor data with business data to trigger notifications in case of temperature excursions. In the first part of the POC, we have been able to receive data from the sensor tags into the HCP.
The second part of the POC is to push this data into SAP EM system, combine this data with the shipment data from the ECC system and trigger notifications based on the temperature excursions to the right stakeholders.
I need help in understanding how I can push this data to the EM system:
1. Can I use the the feature 'send and receive messages through HTTPS in the MMS cockpit' to forward this data to an HTTP endpoint( my on -premise web service/RFC) everytime a new record is posted in the DB table defined for the sensor/device type combination?
2. Develop a servlet that constantly listens to the data and calls the RFC in the on-premise system to push the data
Please suggest the right way of pushing this data to the EM system everytime a new record is posted. It would be best if we can use the standard options provided in the HCP platform and have limited coding.
Please suggest and guide the best way out.
Thanks,
LP