cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation SAPRFC

Former Member
0 Kudos

Hello all !

I've to develop some php pages which will search informations in our SAP database.

After a quick search, I've found SAPRFC and some samples.

I've seen that i'll have to use the function CallFunction which uses BAPI functions. But, I've no documentation about this function (and how do we have to use the differents parameters like SIGN, OPTION, LOW, ...)

Where can I find documentation about this ???

Thank you very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

Flavio
Active Contributor
0 Kudos

Hi Pil,

I am also developing php scripts interfacing SAP world, and wrote a couple of blogs about it:

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4459] [original link is broken] [original link is broken] [original link is broken];

What I am usually doing is, at first, to test the BAPI / RFC in SE37. Function module documentation should be available there.

Then I run the saprfc_test.php script available in the saprfc installation, and here one can also get some reference php code.

Hope this could help. If you need some further info, just let me know.

Kind Regards,

Flavio Ciotola

former_member583013
Active Contributor
0 Kudos

Have you check the PHP Blogs? [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/58]

I haven't use any BAPI yet...But I have done a lot of SAP Transaction emulation on PHP...

You can also check the WIKI for [Must Read Blogs|https://wiki.sdn.sap.com/wiki/display/EmTech/Mustreadweblogs]

Greetings,

Blag.