<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: PHP &amp; SAP : Experimenting with SAPRfc</title>
	<atom:link href="http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/</link>
	<description>The ramblings of a frog in Oz</description>
	<lastBuildDate>Fri, 02 Dec 2011 08:33:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shiv</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-32002</link>
		<dc:creator>Shiv</dc:creator>
		<pubDate>Wed, 07 Sep 2011 07:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-32002</guid>
		<description>Hello Pascal,

Very good work indeed - do you see extensive uses of this in the Enterprise World.</description>
		<content:encoded><![CDATA[<p>Hello Pascal,</p>
<p>Very good work indeed &#8211; do you see extensive uses of this in the Enterprise World.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-29159</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 13 Jul 2009 04:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-29159</guid>
		<description>I want to connect a PHP program with a SAP R/3 system where it will retrieve data and then update data (Physical Inventory) with BAPIs and SAPRFC.  I have no experience using BAPIs and RFCs and ABAP, and limited knowledge of SAP.

Can SAPRFC connect to a remote server over the net or lan?
Is there a way to test BAPIs and RFCs in a test environment?
If I am not a SAP admin or don&#039;t have my own SAP R/3 system to use, is there a developer verson?</description>
		<content:encoded><![CDATA[<p>I want to connect a PHP program with a SAP R/3 system where it will retrieve data and then update data (Physical Inventory) with BAPIs and SAPRFC.  I have no experience using BAPIs and RFCs and ABAP, and limited knowledge of SAP.</p>
<p>Can SAPRFC connect to a remote server over the net or lan?<br />
Is there a way to test BAPIs and RFCs in a test environment?<br />
If I am not a SAP admin or don&#8217;t have my own SAP R/3 system to use, is there a developer verson?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-14472</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 05 Mar 2007 09:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-14472</guid>
		<description>Hey Jairam,
Yes you can write your own functions and then use them using SAPrfc. Remember that BAPI&#039;s are just Function Modules. So you can write your own functions and then use SAPrfc to extract the data.
Good luck.</description>
		<content:encoded><![CDATA[<p>Hey Jairam,<br />
Yes you can write your own functions and then use them using SAPrfc. Remember that BAPI&#8217;s are just Function Modules. So you can write your own functions and then use SAPrfc to extract the data.<br />
Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jairam</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-14466</link>
		<dc:creator>Jairam</dc:creator>
		<pubDate>Mon, 05 Mar 2007 04:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-14466</guid>
		<description>Hi Pascal,
  I read ur post about using a BAPI in MM to get the data in PHP where u hv used the BAPI as it has been defined by SAP...What if I need to build a logic based on the data returned by various BAPIs in a program flow, and store it in a table to be retrieved later by using saprfc...Can we write a customized function like a BAPI and extract the data out in PHP...Ur help is highly appreciated...Thanks...

Regds,
Jairam</description>
		<content:encoded><![CDATA[<p>Hi Pascal,<br />
  I read ur post about using a BAPI in MM to get the data in PHP where u hv used the BAPI as it has been defined by SAP&#8230;What if I need to build a logic based on the data returned by various BAPIs in a program flow, and store it in a table to be retrieved later by using saprfc&#8230;Can we write a customized function like a BAPI and extract the data out in PHP&#8230;Ur help is highly appreciated&#8230;Thanks&#8230;</p>
<p>Regds,<br />
Jairam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-1844</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 28 Aug 2006 12:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-1844</guid>
		<description>Hello Abdou,
I recommend you follow the links I have indicated in my previous answer. These two sites offer plenty of information to get you started.
All the best.</description>
		<content:encoded><![CDATA[<p>Hello Abdou,<br />
I recommend you follow the links I have indicated in my previous answer. These two sites offer plenty of information to get you started.<br />
All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdou</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-1843</link>
		<dc:creator>abdou</dc:creator>
		<pubDate>Mon, 28 Aug 2006 12:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-1843</guid>
		<description>we are starting with SAP, at a big industry company, and i want informations and exemples if possible of installing and using SAPRFC

Best regards</description>
		<content:encoded><![CDATA[<p>we are starting with SAP, at a big industry company, and i want informations and exemples if possible of installing and using SAPRFC</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-1583</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 10 Aug 2006 01:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-1583</guid>
		<description>Hello Claudiomiro,
If you want more information on SAP and php, I recommend you check out the following sites.
&lt;a href=&quot;http://saprfc.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;SAPRFC Homepage&lt;/a&gt; and the &lt;a href=&quot;https://www.sdn.sap.com/irj/sdn/forum?forumID=124&quot; rel=&quot;nofollow&quot;&gt;SAP and PHP&lt;/a&gt; forum on the SAP Developper Network.
They will have all the information you need to get started.</description>
		<content:encoded><![CDATA[<p>Hello Claudiomiro,<br />
If you want more information on SAP and php, I recommend you check out the following sites.<br />
<a href="http://saprfc.sourceforge.net/" rel="nofollow">SAPRFC Homepage</a> and the <a href="https://www.sdn.sap.com/irj/sdn/forum?forumID=124" rel="nofollow">SAP and PHP</a> forum on the SAP Developper Network.<br />
They will have all the information you need to get started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudiomiro</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-1567</link>
		<dc:creator>Claudiomiro</dc:creator>
		<pubDate>Wed, 09 Aug 2006 01:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-1567</guid>
		<description>Hi,

I would like to receive more informations about how to connect to SAP from PHP, it&#039;s possible?

Regards,

Claudiomiro Silva</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would like to receive more informations about how to connect to SAP from PHP, it&#8217;s possible?</p>
<p>Regards,</p>
<p>Claudiomiro Silva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-582</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Thu, 25 May 2006 13:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-582</guid>
		<description>Have you tried something with sales order module ?
Do you have some full example of your tries to download ?
Thanks</description>
		<content:encoded><![CDATA[<p>Have you tried something with sales order module ?<br />
Do you have some full example of your tries to download ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Re-writing SAP with PHP (part 1) at renet@web</title>
		<link>http://www.renet-web.net/2005/07/30/php-sap-experimenting-with-saprfc/comment-page-1/#comment-385</link>
		<dc:creator>Re-writing SAP with PHP (part 1) at renet@web</dc:creator>
		<pubDate>Sat, 13 May 2006 07:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.renet-web.net/?p=50#comment-385</guid>
		<description>[...] List material groups (You can find more information in this post) [...]</description>
		<content:encoded><![CDATA[<p>[...] List material groups (You can find more information in this post) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

