cancel
Showing results for 
Search instead for 
Did you mean: 

SRM EBP Purchase Order not replicating to ECC

0 Kudos

Hello,

We use extended classsic scenario and are noticing an issue only in our QA environment.

When a PO is created in EBP, the replication to ECC fails and the error message in RZ20:

"Backend application errors PO 1000000775: Missing authorization: Pur. Order Create Purch. Gr oup A0A"

T09\Business to Business

Procurement(020)\...\Purc: method

BBP_ANALYZE_PO_APPLIC is not released

Any suggestions would be greatly appreciated.

regards,

APB

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You can check if there is another error returning from backend in addition to this one specified by you.

- 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 the result.

If you have a RFC with dialog user, you can debug through the ECC system and check why and when the error message is generated.

Regards

Ricardo

Former Member
0 Kudos

Can you check if SU53 shows any missing authorisations as soon as this happens?

Regards,

Nikhil