cancel
Showing results for 
Search instead for 
Did you mean: 

Re-upload single CRM order to ERP

Former Member
0 Kudos

Hi All,

I created a sales order in CRM which was successfully replicated to ERP. A few days ago the same order was deleted in ERP via transaction VA02. Tried to find a way to push it again into ERP via middleware, however I was not able to find a suitable transaction or report. I did manage to re-create the header in ERP by debugging the BAPI_SALESDOCU_PROXY_UPLOAD and setting the flag i_header_inx-updateflag to "I". Any ideas if there is a standard way to do this via middleware without running mass initial load ?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

rohit_sharma2
Active Contributor
0 Kudos

Hi,

You can do so by using a request load.

Transactions R3AR2, R3AR3, and R3AR4 are associated with defining, monitoring and starting a reqeuest load respectively.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I did try defining a request for object type BUS_TRANS_MSG with filter on OBJECT_ID target site CDB in r3ar2. The bdoc gets created, however nothing is send to the outbound queue in CRM. Any ideas what I am missing ?

Thanks again.

rohit_sharma2
Active Contributor
0 Kudos

Hello,

Can you please deregister the appropriate R3AR* queues in SMQ$ and SMQR of CRM and ECC and try to monitor the flow by releasing queues manually, instead of the automatic processing by the queue scheduler.

Former Member
0 Kudos

Hi Rohit,

Deregistered all inbound and outbound queues, however nothing gets stuck when in the outbound queue. Inbound queue CRI* is created after the execution of which the actual bdoc is created and that's all.

Thanks again.