cancel
Showing results for 
Search instead for 
Did you mean: 

Expert Advice on a Different Sales Order Creation Requirement

Former Member
0 Kudos

Hello Experts,

We have a requirement where we have two different system which are connected via RFC's and we have to build a new process to create a Sales order .

Requirements :

Lets assume we have System A this system A has some ITEM's and System A is connected to System B,

which also have similar kind of Items. But both the systems may not be in Sync. all the time (products or ITEM's not same all the time )

So we have to create a Sales order creation process modification / new program in System A, where the sales man will enter his details of sales order and we have to modify the sales order creation process to check if the material is available in system A. If yes, create it in System A else we will create the sales order in System B (should happen Synchronously)

What is the best approach to do so ?

1. We copy the SAP Sales order creation Transaction code in our custom Z Program (so that we have the distinguish approach to create sales order using this Z program and if in future there is some problem in Creating Sales Order's we can still revert to standard sap Approach ) in System A and modify the part where it shows that there is no item available in the system . We trigger our code to check for the Availability of material in System B and if its available trigger the BAPI, to create it in System B after creating one sales order in System B and update user that your sales order is created in remote system with following sales order number.

2. Anything else that you can think of ( other than modifying the code in BADI's ? )?

Regards,

Ravi Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Experts,

Any guidance on the same ?

Regards,

Ravi Sharma