cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload a CRM sales order to R/3 after modifying some values in CRM

Former Member
0 Kudos

Hi All

How to upload a CRM sales order to R/3 after modifying some values in CRM ?

In other words

You have a Sales Order in CRM. While sending this Sales Order to R/3, we would like to modify certain values in the Order before it is replicated to R/3 . How do u do that?

Thanks

Jaman

Message was edited by: Sap_Crm_Guy

Message was edited by: Sap_Crm_Guy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jaman,

Try to have a look at the function group CRM_ORDER_API. In there you will find several useful functions. CRM_MAINTAIN_ORDER can most probably do what you want to do, but it is not simple to figure out how to use it as it is not very well documented.

There is a BADI called ORDER_SAVE with three methods that you can implement. This BADI allows you to manipulate the order before it is saved and before it is replicated to R/3.

Very best regards,

Anders Mørk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

suppose that you don't want to change anything in the data of the sales order, but only in the data that is send to r/3:

use exit SMOUTIL2, or the CRM_DATAEXCHG_BADI Badi.

Michael.