cancel
Showing results for 
Search instead for 
Did you mean: 

PLC/Equipment integration with SAP MII/ME

neha1609
Explorer
0 Kudos
979

Hi Experts,

We are working on integration scenarios. Scenarios are like below:

1) Integration with OPC UA--> SAP PCo--> SAP MII

2) File generated by tester --> SAP PCo--> SAP MII

In both integration scenario we are using SAP PCo. I have being asked to look for option without SAP PCo/direct integration to SAP MII. What is integration possibility without PCo?

For direct connection, some options I know:

1) OPC UA methods can be used to connect to SAP MII but custom development is required for this.

2) If file is added for example FTP location then MII can read files.

Please let me know your comments.

Thanks in advance.

Regards,

Neha

View Entire Topic
Kevin_Hunter
Product and Topic Expert
Product and Topic Expert

Hi Neha, to echo Mikes comment why do you want too? But that aside, lets discuss the possibilities.

Scenario 1 - To connect to an OPC Server your going to need an OPC Client which you are either going have to develop your own, or use a 3rd party tool such as the paid for options deviceWise, Kepware etc or you could go the opensource route with NodeRed etc. Once you have received the data in the 3rd party tool you could send it to MII using webservices. All of these options will involve custom development (time and money) when you have free usage rights to use PCo which does all of this already. Note: deviceWise can send data directly to MII as standard however only in one direction.

Scenario 2 - Yes you can use FTP and check for files but how scaleable is this approach and you also need to consider how you are going to manage the security. You could also possible pass the file to MII using a webservice if your data source is capable of doing it.

So the short answer to your questions is from a technical point of view, yes it is possible but I would really like to understand why you want to.

Thanks

Kevin