cancel
Showing results for 
Search instead for 
Did you mean: 

Order Entry using JAVA at Front end and SAP in backend.

Ritz
Active Contributor
0 Kudos

Hi Experts,

I am start working on a implementation project, which involves replacing a legacy  which is doing scheduling and availability check as well as transportation planning for deliveries.

Here the challenge is , client want a web access using JAVA and don’t want to use SAP Dealer Portal functionality or web dynpro.

They want a front face designed in JAVA in which

·        customer or dealers can enter orders

·        perform availability check in SAP.

·        If agrees with proposed delivery date save the order otherwise exit without saving.

So I will appreciate if experts can confirm its possible to connect SAP with JAVA front end such that creation or orders and availability check will be performed without any issue.

Please share your thoughts and experience on same.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ritesh,

you can very well use Java as front end system but once order is created in front end the same has to be (Data) sent to SAP system, by using BAPI / Function module one can create sales order. please discuss with your technical team. Am sure it is possible and we have done Rebate agrement automation in the same way. In front end rebates will be created in JAVA system the same will be replicated in SAP system busing BAPI.

Thanks

VSA

Ritz
Active Contributor
0 Kudos

Thanks VSA for reply.

let me explain you some more details.

My requirements is how the on screen validations will be taken care of when we will use JAVA?

if user input a incorrect material number or sales organization how system will make ensure to pop up a error message at same instant?

another issue is , we have APO connacted and availability check perform is GATP , so it needs to be done before saving order, how BAPI will handle it ?

please reply.

Thanks

Ritesh

Former Member
0 Kudos

Hi Ritesh,

Validations i dont think it is possible, then entire ERP system should be built which is not possible. what ever input you provide for SAP from JAVA, In SAP system will validate the right sales area / customer is entered or not. where as in JAVA system user should religiously follow to key the correct input data.

Thanks

VSA

Ritz
Active Contributor
0 Kudos

Thanks for reply.