Application Development and Automation 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: 
Read only

changing po

Former Member
0 Likes
314

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
Read only

Former Member
0 Likes
297

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