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's

Former Member
0 Kudos

Hi Guru's,

can anyone give me some real time objects on implementing the badi.

thanking in advance

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

User goes to transaction ME21N.

Enters all the data & quantity as well.

User clicks on SAVE.

Now, once user clicks on SAVE, requirement is to check if the quantity is equal to 5, then the quantity should be changed to 6.

There is a BADI ME_PROCESS_PO_CUST. You need to implement this BADI & use its method PROCESS_ITEM.

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

User goes to transaction ME21N.

Enters all the data & quantity as well.

User clicks on SAVE.

Now, once user clicks on SAVE, requirement is to check if the quantity is equal to 5, then the quantity should be changed to 6.

There is a BADI ME_PROCESS_PO_CUST. You need to implement this BADI & use its method PROCESS_ITEM.