‎2010 Jun 28 8:18 AM
I have created RFC to transfer the data from the SAP System to Web.....
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).
‎2010 Jun 28 8:26 AM
Hey ,
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.
Hope this is helpful.
Regards,
Uma Dave
‎2010 Jun 28 8:47 AM
Hi,
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.
Regards
Adrian
‎2010 Jun 28 8:58 AM
I have created an 'Z' RFC.... now do I need to download any software to connect SAP and PHP?
If yes pls send me the link for the same
‎2010 Jun 28 9:02 AM
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 http://saprfc.sourceforge.net/.
Adrian