cancel
Showing results for 
Search instead for 
Did you mean: 

PO replicatio issues

Former Member
0 Kudos

Hi all,

We are running on SRM 5.0 and ECS.Now for the POs created in SRM,Less than 1 % of PO Change does not replicate to R/3 on a real time basis.When buyer make changes to the PO on the SRM side, the system does not replicate the changes into ECC side.The first time the PO has any changes, it will not replicate to ECC. However, the second time it goes fine.

PLease provide some pointers .

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You can check if the PO in question can be transferred manually to ECC system, in order to check if there is an error with this action:

- Breakpoint at FM B46B_DPO_TRANSFER;

- SE37 BBP_PD_PO_TRANSFER_EXEC, enter PO header GUID and execute;

- Program will stop at FM where the BP was set;

- Look for statement CALL FUNCTION 'BBP_PO_INBOUND' DESTINATION lv_destination;

- F6 or F5 to debug into ERP (2nd session will start). Here you can check the table lt_bapi_return in order to check if the PO has been created or not in backend.

Otherwise, if this occurs only the first time, you can check spool parameters defined in SPRO:

-> Supplier Relationship Management

-> SRM Server

-> Techinical Basic Settings

-> Set Control Parameters

Check the information maintained in help section and check the parameters in your system.

Kind regards,

Ricardo

Former Member
0 Kudos

Thanks a ton Ricardo.

Will follow ur suggestions and update the thread.