Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Badi ME_PROCESS_PO_CUST for checking net value in PO

Former Member
0 Kudos

Hi Guys,

I want to check net value in PO for threshold. I am checking Badi ME_PROCESS_PO_CUST.

I tried it with method PROCESS_ITEM. But the problem is not getting triggerred.

Please help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try to use the CHECK Method.

Put a brak-point after the Defination and Implementaion of the class.

Regards

Arbind

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try to use the CHECK Method.

Put a brak-point after the Defination and Implementaion of the class.

Regards

Arbind

Former Member
0 Kudos

solved