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: 

changing po

Former Member
0 Kudos

How to restricting the changing PO where net price increased to 10% more than previous value in info records. Using Enhancements.

I'm new to this Enhancements topic.

1 REPLY 1

Former Member
0 Kudos

Hi,

Try BADI ME_PROCESS_PO_CUST. Go to TCode SE19 create new implementation for this BADI definition.

You can get information of PO Header or Items and check it for your condition in class's methods: OPEN, CHECK, POST ... of your implementation.

Regards,

Gy