cancel
Showing results for 
Search instead for 
Did you mean: 

Any standard process to update Sales Order in SAP via XI / Idoc ?

Former Member
0 Kudos

Hello,

Currently one of our end customer is creating Sales Order in Oracle system. Once the Order is created there, they send the Order information to our XI system via flat file. XI system processes the flat file and then it calls order creation function using rfc / BAPI - BAPI_SALESORDER_CREATEFROMDAT2. This works just fine.

But now the customer wants an ability to update sales order, cancel certain line or even cancel the whole order in their Orcale system. And once that happens, they want the same thing to happen in SAP via some kind of interface automatically in the background.

So my question is :

what is the best way to do it ?

Is it possible to do via idoc ? The reason I am asking it via idoc is because it sounds that's the most standard way of doing it in SAP.

What idocs can I use ?

Has any one implemented such interface ? And if so, can you share some info ?

Any response is highly appreciate.

thanks,

Dipankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I woudl suggest you check ORDERS05 IDOC type (ORDCHG message type).

FM - idoc_input_ordchg

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks