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 or enhancement

Former Member
0 Kudos

Hi Friends,

I want to restrict fields of NET PRICE and GROSS PRICE in tcode ME23N. so i got 1 enhancement like MM06E005 and

component is EXIT_SAPMM06E_016. but its not working. so if u have any other enhancement or badi then please tell me

thanks and regards

Gaurima

1 REPLY 1

Former Member
0 Kudos

Hi,

Make use of BADI ME_PROCESS_PO_CUST.

Create an implementation for it and write your logic in any of the methods applicable to fields in header or item level.

Write some sample code and put breakpoint in it.

Cheers,

Raja.D