|
<< Click to Display Table of Contents >> Navigation: All About SAP Interface > SAP r/3 and PHP > Create SAP - PHP Connection using SAPRfc (PHP Connector) > Setup SAP Connector |
Objective |
Setup SAP Connector |
Support |
SAPRFC (download) |
1.Extract file "saprfc-1.*.Win32.zip" to folder "C:\xampp\htdocs"

2.Copy file "php_saprfc.dll" in folder "C:\xampp\htdocs\saprfc-1.*.Win32\" to folder "C:\xampp\php\ext\"
3.Open file "C:\xampp\apache\bin\php.ini"
4.Add new extension "extension=php_saprfc.dll" like this bellow

5.Stop and restart the Apache Service

6.Open web browser and open "http://localhost/xampp/phpinfo.php"
7.Check saprfc extension

Notes: If "saprfc" extension is exist then SAP connector installation is succeed. If not, please restart your computer and then run step 6.
8.Finished