cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging BADI BBP_ECS_PO_OUT_BADI

Former Member
0 Kudos

Hi All,

I have written some code in the implementation of BADI BBP_ECS_PO_OUT_BADI. It looks like it is not getting triggered. How can I debug the code written in this BADI? I have tried with placing external breakpoint but program control is not stopping over here.

Moreover I think this is the only BADI which is used when we post a PO created in SRM into ECC backend in extended classic scenario. Please let me know if there are any other ways.

Thanks

Siddarth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Put the PO in Held status and then execute FM 'BBP_PD_PO_TRANSFER_EXEC'. This would call your badi and you can debug.

Regards,

Neelima

Former Member
0 Kudos

Hi Neelima,

I tried using this FM as mentioned by you but it is not stopping to breakpoint i have marked. Can you please check and provide me any other pointer??

Thanks

Siddarth

Former Member
0 Kudos

Hi,

Can u please try the same with FM BBP_PD_PO_TRANSFER_EXEC_V2.

regards,

Neelima

Former Member
0 Kudos

Thanks Neelima for your help. it worked and solved my problem as well.

Siddarth

Answers (0)