Interface of OPC to SAP R/3

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

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.

Similar Messages

  • How to create a interface with NTR from SAP XI?

    How to create a interface with NTR from SAP XI?

    Hi,
        What do you mean by NTR ?...
    What are the details you needed...Please be clear and more elaborative as far as possible..so that you will get straight forward answers...
    HTH
    Rajesh

  • Scenario for interface between a non sap system and a SAP erp

    Hello,
    I need some help in order to elaborate a interface between a SAP ERP and a non-sap system with the help of a XI system.
       -  At first regarding the interface from the non sap system and a SAP ERP :
           the non sap system sends a flat file to the XI system. The flat file contains a row with header data and rows with item data. We were thinking when the file arrives to the XI system, to save the data in a header database and in a items database in XI. is it possible ?
    And then to have like a job that reads the database and creates idoc and sends them to the SAP erp and updates the xi header and items database  with a flag that means that the records have been sent to the SAP erp.
       -   Regarding the interface SAP erp to non SAP system:
           the SAP erp sends idoc to XI. Then the idocs are transformed into flat file.
    Is this scenario possible ?
    Do we need any adaptator between the non sap system and the XI ?
    Thank you for your help
    Christophe

    Hi Bontron,
    Idoc doesnot support synchronous call. So you can use either proxy or function module and inturn call the idoc from them and send response back to xi. You need to have two scenarios for your design.
    Scenario1:   Source File (file adapter) -- xi -- Dump into database tables (Jdbc Adapter)
    Scenrio2:  Pickup form Database tables  (Jdbc Adapter) -- xi -- RFC Adapter  ---> This is synchronous call.
    Regarding the interface SAP erp to non SAP system
    You can send idoc to xi and from there use File adapter to send to the receiving system.
    These blogs may help you to some extent:
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    https://wiki.sdn.sap.com/wiki/display/XI/step%2bby%2bstep%2bRFC%2bto%2bJDBC%2bscenario   (your scenario will be opposite to this)
    Regards,
    ---Satish

  • Interface Control Report in SAP

    Hi Interface Gurus -
    Could you please help me with the below ......
    I need to create a daily audit trail report either in SAP/BW that should show the data that has been transmitted (thru interface) from Non-SAP to SAP System. Also I have to show the report ased on the record type for any date.
    Thanks
    Jay

    Dear Jay,
    Are you maintaing the data in a custom table (including record type). If yes, you would just need to fetch the data from that table.
    Regards,
    Naveen.

  • Interfacing of Barcode with SAP 4.6c & IS Cable system

    Dear PP Grus!
    Client has been using SAP system (4.6 C with IS Cable Solution) since long. They want to interface Barcode system in such a manner that, at the time of  GR (some time automatic or some time normal) for production order, system will automatic trigger the printing of bar code.
    How to handle it?

    Dear Syed Farman Iqbal and all Experts,
    I required your help to implement IS Cable Solution. I want to go for Make to order stock as MRP strategy along with process mapping in SAP.
    Please provide your valuable guidance and any documentation if you are having.
    Thanks in advance.
    If any one having any idea about it please let me know.
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Feb 25, 2009 12:40 PM

  • OpenPSMSP4 to interface MS Project with SAP Project Sytems

    I have installed OpenPSMSP4 to interface MS Project 2007 SP2 with SAP Project System ECC 6.0. However the upload button is deactivated so i cannot transfer from MS Project to the SAP System.
    I have already created the role (SAP_PS_EPS) in PFCG and carried out the user maintenance in SU01 along with authorization for object S_RFC and S_USER_GRP but still the button remains deactivated.
    Kindly let me know if I need do something else in SAP.
    Regards
    Salim

    Hi,
    Try MS Project 2007 SP1 instead of SP2.
    This should solve the problem.
    Venu

  • Solution Manager Interface with Tools Outside SAP

    Does anyone have information on Solution Manager's abilities to interface with tools outside of SAP?  I am interested in interfacing Solution Manager with legacy systems and main frame systems (e.g. Informatica).  I am especially concerned with Root Cause Analysis, Exception Analysis, and Error Reporting in Solution Manager regarding non-SAP systems.  Also, if Solution Manager is able to interface with these systems, can it access details from outside SAP (e.g. data from legacy systems)?

    Hi,
    The solution manager can be interface with the ARIS.We did in our project this interface.
    The Business process flow was defined in ARIS & synchronize with the solman & once configuration is done then we reverse synchronize the same to update the ARIS,so you can interface with legacy also.
    Regards,
    Raj.

  • Interface between Mysql to SAP

    Hi all,
        I have to develop an interface between SAP to Mysql. Please suggest your ideas.
    Requirement: There is a machine called Acelli with Mysql database. We have a custom transaction in SAP, where user will select a line in table cotrol and click on a button. Here the selected data should be transfered to Acelli machine. Once the data reached to Acelli the process will run and at a particular stage Acelli will send data to SAP again. Based on the recieved data SAP have to run a transaction and result should send back to Acelli. Like this the data will be flowed from SAP to Mysql and Mysql to SAP. Please share your ideas..
    (Note: Only at the first level user interaction is possible, then after the process must be automated).
    Regards,
    Prakash .S
    Moderator message: "spec dumping", please work yourself first on your requirement.
    locked by: Thomas Zloch on Sep 24, 2010 1:41 PM

    Hi Prakash,
    1. To transfer data from SAP to Acelli after User input in table control
    Build the logic under event of button in table control to extract the necessary data and place it in a flat file on application server then trigger a event. The event will inturn trigger Acelli to pick the file from application server & do further processing
    Then Acelli will call an SAP RFC(you need to create a RFC in sap with import parameters same as the data format required from Acelli). SAP will run the transaction & will again update in file in application server + trigger event. Acelli will pick up the file.
    Conclusion :-
    Following objects have to be developed in SAP :-
    1. 2 Interface programs
    2. 1 RFC
    Thanks,
    Best regards,
    Prashant

  • How to Interface ADP Payroll to SAP?

    All,
    I have to do an interface from ADP Payroll to SAP(GL).
    My FICO functional SME says there should be a program that we can run (e.g. from SE38) that will take the file from ADP and load it into SAP (will load the G/L entries into SAP).
    Does anyone know what program this is?
    ADP provides an ADP interface to SAP but will not provide the details unless my client buys it from ADP.
    The client does not want to pay for this - they have a interface from ADP to their legacy system already in place, and want to just change the mapping format to what SAP requires.  They know they will have to provide ADP with the SAP cost centers, etc. - that is not the question.
    Thanks!
    Scott
    Edited by: Craig Cmehil on Jul 17, 2008 9:29 AM

    Scott,
    Using Interface Toolbox you can build an interface to from SAP to ADP. I think ADP in return send you some data that can be used through Interface Toolbox. TCODE is PU12, if you know someone at your client who has some knowledge about PU12 then that person can help you.
    If you want to explore by yourself then in tcode PU12 you should see the interface format OTMU and same file format.
    You can also go through this document on PU12: http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYSOME_INTERFACE.pdf
    All above will be good, if PU12 is your solution to go.
    Shafiq

  • Interface between Legacy and SAP for Equipment Master

    Hello
    I got a requirement where I need to develop a interface between legacy system and R/3 system for Equipment Master Data update in R/3. I am thinking of getting a Idoc file from Legacy and then update the changes or any new creation of Equipments in R/3. I found a standard BAPI for this BAPI_EQUIPMENT_CREATE/CHANGE. This BAPI use a strcture BAPI_ITOB for data record of IDoc. But I got more data from legacy except what we have in BAPI_ITOB. I got Partner Data, Classification data also for Equipments. I am thinking of copying the BAPI to a Z function module and modify the Idoc structure , message type and all to capture all the data and then do a update in same way as standard transaction IE01(Equipment Create) is doing in Batch Input. Do you think if there is any better way of doing this? I am not used to transaction BAPI . just wondering if we Can use that in someway to include our modification?
    Thanks
    Harkamal

    20,000 is on quite higher side for IDOC.
    IBIP help doc says it needs 2 Kbyte for each record, i.e. 40 Mb for 20,000 rec. that should be ok. Since it has structures for Partner & classification data , I don't think u need to modify the BAPI.
    Transaction IE01 - Create equipment
    Transaction IE02 - Change equipment
    Structure - IBIPEQUI Equipment record
                     |->    IBIPNSTA     New status profile if necessary
                     |->>   IBIPSTAT     User status records
                     |->>   IBIPDOCU     Doc. from Doc. management system
                     |->>   IBIPPART     Partner details (comment below)
                     |-->>  IBIPTEXT     (see comment below)
                              for long text:          TEXT_MARK = " " empty
                              for internal comment:   TEXT_MARK = "1"
                     |-->>  IBIPCLAS    Classification record (eqpmt class)
                         |-->> IBIPFEAT     Classification characteristics,
                                               ie. features for the class
                     |-->>  IBIPBDCD     see below (from screen 102)

  • Standard-interfaces between crm and sap for insurance

    Hello,
    are there existing documentations to connect crm and sap for insurance components (policy management, claims managment, fs-cd)?
    Best regrads
    Oliver Prodinger

    20,000 is on quite higher side for IDOC.
    IBIP help doc says it needs 2 Kbyte for each record, i.e. 40 Mb for 20,000 rec. that should be ok. Since it has structures for Partner & classification data , I don't think u need to modify the BAPI.
    Transaction IE01 - Create equipment
    Transaction IE02 - Change equipment
    Structure - IBIPEQUI Equipment record
                     |->    IBIPNSTA     New status profile if necessary
                     |->>   IBIPSTAT     User status records
                     |->>   IBIPDOCU     Doc. from Doc. management system
                     |->>   IBIPPART     Partner details (comment below)
                     |-->>  IBIPTEXT     (see comment below)
                              for long text:          TEXT_MARK = " " empty
                              for internal comment:   TEXT_MARK = "1"
                     |-->>  IBIPCLAS    Classification record (eqpmt class)
                         |-->> IBIPFEAT     Classification characteristics,
                                               ie. features for the class
                     |-->>  IBIPBDCD     see below (from screen 102)

  • Note 599812 - Bank interface with DMEE for SAP Enterprise Czech and Slovak

    Can anyone tell me what does this means?
    III/c/ Import of the transport files into R/3 system
    All requests import into client 000.
    The transport from file DMEE_client_customizing is client dependent,
    import it into client with import option - Ignore Non-Permitted Table
    Class
    for DMEE_client_customizing  what option do I use? U?

    Can anyone tell me what does this means?
    III/c/ Import of the transport files into R/3 system
    All requests import into client 000.
    The transport from file DMEE_client_customizing is client dependent,
    import it into client with import option - Ignore Non-Permitted Table
    Class
    for DMEE_client_customizing  what option do I use? U?

  • Interface messages SAP - WMS

    Dear experts,
    I am looking for the following information. I cannot seem to find a consistent answer, so I hope you can give me some more direction.
    I have the following interface requirement:
    - My customer wants to interface information towards an external logistics service provider (their WMS), which standard IDOC is most appropriate for this (for sending PO information)
    - Then the LSP will do a goods receipt and interface this back towards SAP. Which IDOC can be used for this?
    Thanks for your reply!
    M

    Dear experts,
    did you get a chance to look at the question above? Am I directing this question to the right people, or should I bring this question to another forum?
    Thanks!
    M

  • Esker Interface with SAP

    Hi All,
      My Client want to use Esker for Faxing and Emailing of documents. I have few question regarding this mentioned below :-
    1. Is there any documnet / link to see the steps involved in configuring or developing the interface between Esker and SAP.
    2. Does it require any development/coding effort or its just an RFC connection?
    3. How complex, if there is any interface between Esket and SAP.
    Thanks in advance
    Regards
    Sri

    Hi,
    did you have a look at this page:
    http://www.esker.com/technologies/sap_integration.asp
    it shows a few ways on how you can integrate without any programming with SAP
    is that what you're looking for?
    Regards,
    michal

  • SAP CIC0 interface

    Hi Gurus,
    We have a requirement wherein the Dialer interface would pass the contract & a SAP interface in CRM  needs to use that data it to pull the data in CIC0 (Winclient) screen.
    Firstly is this requirement feasible. Is there FM / BAPI to do this?
    Also, the look up options in SAP CRM does not have Contract accout. Can this be modified.
    Please refer the below link for the Interaction centre screen configuration
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0003b5b0-0b01-0010-c0b4-cb3178973441?QuickLink=index&overridelayout=true
    NB:System details - SAP ISU CRM 4.0

    Hello Vasu,
    There are a few documentation related to this issue. Please read those notes anda verify the links, may help you!
    899674    FAQ: First Export for Payroll Outsourcing Interface
    561085    FAQ SAP/ADP Interface: Frequently Asked Questions
    523820    SAP-ADP interface, version 2.5 (including FAQ)
    135425    Step by step guide for running ADP interface servi.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/22/48dfff764c60409df148090c518518/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/6d/08c411fc519644906964be5ccc4b1f/frameset.htm
    Cheers and Regards,
    Jaime

Maybe you are looking for

  • Error while opening the PDF preview

    Hi, While opening the form in the PDF preview, i am getting a pop window with a message saying, 'Cannot find 'c:\.\Adobe Examples\request_de.xml'. Make sure the path or Internet address is correct.'. When i click 'ok' it is giving a blank window. Do

  • How to get the list of component?

        How to get the list of component through java API in Adobe CQ5?

  • How to display Internal Dairy Notes and External Dairy Notes on output

    hi Friends, any one knows how to fetch External dairynotes as well as internal dairy notes thru FB03 T code regards, Anil kumar p

  • Comparing the creation time of two jars.

    Hi, My requirement is that i need to compare the creation time of two of the jars and see which one of the jar is the latest. I did it using the following code i get the output in the form of strings so i cant compare them to find which one is the la

  • How to setup antispam correctly?

    I set anti-spam to true and do not fill in any of the rejectdomains, rejectsenders or rejectrecipients. when i use telent <ip> 25 to connect the smtp_in serivice it's failed. 550 5.7.1 Spam check failed for your IP address If I set anitspam to false.