cancel
Showing results for 
Search instead for 
Did you mean: 

Interface of OPC to SAP R/3

Former Member
0 Kudos

Hi ,

We got a PLC with OPC server and it records the production order and its torque value. We need to interface with SAP R/3 so as to send the order and torque data from OPC server to SAP. Can you please suggest any solution for this.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

darcy_curtin
Explorer
0 Kudos

Another alternative is to consider using a third-party commercial off-the-shelf product such as the one described here: http://www.opc-to-sap.com

In this case you need to balance the cost, complexity and on-going support expense (and risk) you would incur trying to build your own custom solution versus the cost of using a supported product provided by a product vendor.

madlercm
Active Contributor
0 Kudos

SAP is OPC complient, within PPPI, see this link for details:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/cd/982e3abe62ca0fe10000000a11402f/frameset.htm

Nevertheless, you should take into consideration that the application side of the interface may prove more complex than the technical one; for example, you say that you want your OPC client to report to production orders. How would it know what is the right order to report?

Normally such an integration includes a two way data transfer; from SAP the orders that were released, with the necessary details, and back the confirmations.

Former Member
0 Kudos

Thanks Mario,

But here its a one direction data transfer from PLC to SAP. Production order will be recorded manually to PLC and the the torque value with order needs to be sent to SAP. We dont need the order data to flow from SAP to PLC. The link which you gave refers to SAP ODA.Does this work even if we dont use PP-PI module.

Appreciate your help.