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: 

User Exit / BAdI to validate Overall Limit and Expected Value

Former Member
0 Kudos

Hi SAP Gurus,

I have a requirement that needs to check if Overall Limit exceeds the Expected Value (This is in tcode ME21N). Is there any user-exit or badi I can use?

Thanks,

Eo

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Use this badi.

ME_PROCESS_PO_CUST

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

Use this badi.

ME_PROCESS_PO_CUST

former_member254311
Active Participant
0 Kudos

hi

MM06E005 check this user exit

regards

anand kumar

Former Member
0 Kudos

Problem solved using a screen. Thanks for the suggestions.

Thanks,

Eo

0 Kudos

Hi,

We have the same requirement in our project. Could you please elaborate what you did to solve this issue?

Your help in this regard is highly appreciated. Thanking you in anticipation.

Regards,

Sid

0 Kudos

Hi Sid,

In SE80, input MLSL in Function Group. Expand Screen folder-> open screen 115.

You can see the Module ROW_IN. I created an enhancement in the subroutine ROW_IN that checks if ESUH-COMMITMENT (Expected value) is greater than ESUH-SUMLIMIT (Overall Limit). Hope this also solves your issue._

Thanks,

Eo