Link to home
Start Free TrialLog in
Avatar of T1Tower
T1Tower

asked on

Send shopping cart sales orders to SAP

Hello Experts

We re running sap business one 8.81.314, we have a shopping cart in PHP and we want to send sales orders from our website to SAP automatically.
We have a PHP local server locally that could help with some tasks.

What do we need to do ?

Thanks in advance.
Avatar of regevha
regevha

The following link on SAP SDN explains how to use the SAP Business One DI API in order to update SAP from PHP: http://forums.sdn.sap.com/thread.jspa?messageID=2013907#2013907
In addition, regarding SBO 8.8, please refer to http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14869
Avatar of T1Tower

ASKER

I understand there is a way to automatically import orders in .txt  (txt preferable)
I have no problem makng  the .txt files and placing them in the server or in another local server next to it.

however, this link has an example I need to test and understand
http://forums.sdn.sap.com/thread.jspa?messageID=2013907#2013907

"To add an order
$oOrder=$vCmp->GetBusinessObject(17);  "

Avatar of T1Tower

ASKER

can you elaborate a working sample like that ?
Sorry, I do not have a working sample in PHP.

1. Refer to http://www.packtpub.com/article/data-migration-sap-business-one-part1 regarding importing data to SAP Business One (a txt CSV file can be loaded similar to loading an Excel file)

2. Consider using the Data Transfer Workbench add-on (DTW) as described in  SAP SDN forum

3. Check the possibility to integrate via ODBC

Avatar of T1Tower

ASKER

Still researching.
Any other option?
anyone ?
ASKER CERTIFIED SOLUTION
Avatar of T1Tower
T1Tower

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of T1Tower

ASKER

Solved it myself.
Please share with us technical details of the solution you figured out. It may assist other people in the future.