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 USer EXIT?

Former Member
0 Kudos

*While creating PR(ME51N) when entering the Quanity column the control has to check the field Quantity in the ITEM overview. Wht to do for this how to start. How its is achieved. User exit or BADI*

Edited by: Muthu MahaRaja on Jun 24, 2010 11:28 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hey use BADI ME_PROCESS_REQ_CUST

8 REPLIES 8

Former Member
0 Kudos

try the exit:MEREQ001

--

Reddy

Former Member
0 Kudos

Check with BADI me_process_pr_req

rajendra

Former Member
0 Kudos

Implement the Badi ME_PROCESS_REQ_CUST

And Write the Check Logic in Method CHECK

Former Member
0 Kudos

Hey use BADI ME_PROCESS_REQ_CUST

0 Kudos

Dear Raja

Kindly write me the code .

And in which method i have to write.

If i save the PR , i have to get a message.

just let me know the code to write in which method.

i'll write the remaining logic.

Thanks

former_member536879
Active Contributor
0 Kudos

Hi,

Please implement your code in the BADI me_process_pr_req in method Process_ITEM.

With Regards,

Sumodh.P

Former Member
0 Kudos

BADI ME_PROCESS_REQ_CUST

And Write the Logic in Method CHECK or PROCESS_ITEM.

Rajendra

Former Member
0 Kudos

got answer