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 in me21n

Former Member
0 Kudos

Hi all,

I have got an requirement to create a BADI for the tcode Me21n.

The requirement is , whenever I put a netprice for a purchase group (PG)- material wiese, it has to check a ztable where amount will be maintained purchase group wise.

If it exceeds,, should not allow to save teansaction me21n ..

How to do this in BADI...

Can anyone help me out in this..

Cheers

Christina

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try using BADI ME_PO_PRICING_CUST.

Thanks,

Sriram Ponna.

4 REPLIES 4

former_member181995
Active Contributor
0 Kudos

use:

badi name:ME_PROCESS_PO_CUST
method:PROCESS_HEADER

you can check here and fire a message if amount exceeds.

Amit.

Former Member
0 Kudos

Hi Christina,

You can use BADI ME_PROCESS_PO to do the job (method CHECK).

Regards,

John.

former_member705122
Active Contributor
0 Kudos

Hi,

Check this Thread,

Regards

Adil

Former Member
0 Kudos

Hi,

Try using BADI ME_PO_PRICING_CUST.

Thanks,

Sriram Ponna.