cancel
Showing results for 
Search instead for 
Did you mean: 

salesorder creation through webpage

Former Member
0 Kudos

Dear SDN's,

here i got the requirement where sales orders get automatically get created based on the input provided from front end i.e through webpage where Enduser enters the details such as CustomerName,Address,Material,QTYand salesorder number which we specify explicitly

after clicking SAVE button in the webpage in the backend i.e SAP system should get updated.

Help in this regards how to proceed further

Regards

jaipal reddy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

closed

Former Member
0 Kudos

.net webform :

You have to identify the right BAPI to do this job, and after calling the right bapi dont forget to commit ;-)... To do use the SAP.net connector (a plug'in for Visual Studio 2003 for .net framework 1.1). Or www.erpconnect.net for Visual Studio 2005/2008.

Or If you SAP provides webservices by the soap/rfc service, you can use them to do the job (just add webreference).

Java :

Use JCo

PHP : Use JCO + a Java container for PHP.

SAP BSP (with or without Netweaver Portal) :

You can also do this job in SAP WebAS (Web application server) using BSP (and if needed HTMLB, MVC, WebDynPro ABAP)....

Please visite this url : http://service.sap.com/connectors

Have fun

Jerrome

Edited by: Jerome Fortias on Jan 30, 2009 3:38 PM