Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Data transfer to website (PHP)

Former Member
0 Likes
993

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).

4 REPLIES 4
Read only

Former Member
0 Likes
578

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

Read only

Former Member
0 Likes
578

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

Read only

0 Likes
578

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

Read only

0 Likes
578

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