cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to debug the BADI implemntation-for badi "BBP_ECS_PO_OUT_BADI"

Former Member
0 Kudos

Hi ,

Currently i need to debug the implemenation YBBP_ECS_PO_OUT_BADI" of the badi "BBP_ECS_PO_OUT_BADI" this is used for tolerance check .but in the portal when i am click on the confirm button this implementation need to be called for checking the tolerance but in my case the badi is not at triggering. can any one give the solution for the above problem.

how can i find the program calling the BADI implemenation YBBP_ECS_PO_OUT_BADI .can i know this from the portal.help me.

thanks

-


Channappa Sajjanar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi

This badi is called when the PO is getting transfer to backend, hence you can't debug it from portal. What you can do, 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,

Sanjeev

Former Member
0 Kudos

Hi Sanjeev ,

Thanks a lot for your valuable help.

Regards

-


Channappa Sajjanar