<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Interface between Mysql to SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-between-mysql-to-sap/m-p/7243990#M1526759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    I have to develop an interface between SAP to Mysql. Please suggest your ideas.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Requirement:&lt;/U&gt;&lt;/STRONG&gt; 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..&lt;/P&gt;&lt;P&gt;(Note: Only at the first level user interaction is possible, then after the process must be automated).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Prakash .S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: "spec dumping", please work yourself first on your requirement.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locked by: Thomas Zloch on Sep 24, 2010 1:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 11:23:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-24T11:23:13Z</dc:date>
    <item>
      <title>Interface between Mysql to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-between-mysql-to-sap/m-p/7243990#M1526759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;    I have to develop an interface between SAP to Mysql. Please suggest your ideas.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Requirement:&lt;/U&gt;&lt;/STRONG&gt; 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..&lt;/P&gt;&lt;P&gt;(Note: Only at the first level user interaction is possible, then after the process must be automated).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Prakash .S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: "spec dumping", please work yourself first on your requirement.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locked by: Thomas Zloch on Sep 24, 2010 1:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-between-mysql-to-sap/m-p/7243990#M1526759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interface between Mysql to SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-between-mysql-to-sap/m-p/7243991#M1526760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To transfer data from SAP to Acelli after User input in table control&lt;/P&gt;&lt;P&gt;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 &amp;amp; do further processing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 &amp;amp; will again update in file in application server + trigger event. Acelli will pick up the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following objects have to be developed in SAP :-&lt;/P&gt;&lt;P&gt;1. 2 Interface programs&lt;/P&gt;&lt;P&gt;2. 1 RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-between-mysql-to-sap/m-p/7243991#M1526760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-24T11:32:26Z</dc:date>
    </item>
  </channel>
</rss>

