cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Sales Order From - HTML Page

Former Member
0 Kudos

Dear All,

Is it possible to creates Sales order from - HTML page using BAPI or FM ?, If Yes Please give some more details on this.

it will be very helpful to automate the sales cycle using HTML.

Thanks

R Dhana

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have worked on this App.

For that You need to Integrate SAP ECC system to your HTML Page through RFC/BAPI.

You must need a connector for the same.Well in my case we use Java Connector (JCo). In my case we use jsp as front end not HTML.

SAP Java Connector is installed on the SAP ECC system for enabling the RFC / BAPI calls between the SAP ECC and JDE is made through code and configuration.

Procedure :

Create connectivity between JDE and SAP ECC through RFC/BAPI using JCo API.

i. The so developed UI screens needs to be mapped with the RFC / BAPI data points in the SAP u2013 the same is achieved through BAPI / RFC calls using the SAP Java Connectors which is at place. -->

ii. Using SAP JCO for connectivity:

1. Connect with SAP

2. Create a repository for BAPI / RFC metadata

3. Set BAPI / RFC input parameters

4. Execute the BAPI / RFC

5. Extract BAPI / RFC output parameters

6. Disconnect from SAP

Thanks.

Edited by: C.Ankit on Mar 4, 2012 8:27 AM