<?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 SAP Data transfer to website (PHP) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065535#M1503938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created RFC to transfer the data from the SAP System to Web.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client is using PHP now can any one tell me what all options are open to me to establish a connection between SAP and PHP so that the data can flow smoothly(keeping in mid the RFC has been developed).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 07:18:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-28T07:18:11Z</dc:date>
    <item>
      <title>SAP Data transfer to website (PHP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065535#M1503938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created RFC to transfer the data from the SAP System to Web.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client is using PHP now can any one tell me what all options are open to me to establish a connection between SAP and PHP so that the data can flow smoothly(keeping in mid the RFC has been developed).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 07:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065535#M1503938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T07:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data transfer to website (PHP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065536#M1503939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;If you develop the web service (can convert your rfc into web service) and publish it to SR (Service registry) using tcode WSPUBLISH , then things will become very manageable.&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 07:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065536#M1503939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T07:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data transfer to website (PHP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065537#M1503940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use  SAPRFC, which is the extension module for PHP4 and PHP5 that allow call ABAP functions in an SAP R/3 system from PHP scripts. I have used it several times and I am satisfied with it. It's free to download this extension and it's usage is quite simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 07:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065537#M1503940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data transfer to website (PHP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065538#M1503941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an 'Z' RFC.... now do I need to download any software to connect SAP and PHP?&lt;/P&gt;&lt;P&gt;If yes pls send me the link for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 07:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065538#M1503941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T07:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Data transfer to website (PHP)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065539#M1503942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to download SAPRFC extension. It is an extension for PHP. On the SAP side, nothing has to be installed. You can download it and also find usage examples on it's homepage &lt;A href="http://saprfc.sourceforge.net/" target="test_blank"&gt;http://saprfc.sourceforge.net/&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 08:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-data-transfer-to-website-php/m-p/7065539#M1503942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T08:02:28Z</dc:date>
    </item>
  </channel>
</rss>

