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: 

Need the user exit/BADI name to display the error msg in PO for net price

Former Member
0 Kudos
199

Hi

I have the below requirement.

While creating the PO(Purchase Order) with reference to PR(Purchase Requisition),if the net price value

is 0.01 USD then the system will display a pop up a error message that 'This is a free price for PR'.

Can anybody suggest me the User Exit or BADI name so that I can implement my code.

Thanks

PILOT

3 REPLIES 3

Former Member
0 Kudos
111

ME_CHECK_ALL_ITEMS

ME_CCP_ACTIVE_CHECK

MD_EXT_SUP

ME_DEFINE_CALCTYPE

MD_STOCK_TRANSFER

ME_PROCESS_PO_CUST

These are the BADIs gettting triggered while dragging the PR's to PO creation.

You can check any of these as per your requirement.

Check if the BADI 'ME_PROCESS_PO_CUST' is useful.

Former Member
0 Kudos
111

ME_CHECK_ALL_ITEMS

ME_CCP_ACTIVE_CHECK

MD_EXT_SUP

ME_DEFINE_CALCTYPE

MD_STOCK_TRANSFER

ME_PROCESS_PO_CUST

These are the BADIs gettting triggered while dragging the PR's to PO creation.

You can check any of these as per your requirement.

Check if the BADI 'ME_PROCESS_PO_CUST' is useful.

Former Member
0 Kudos
111

Hi,

Use BADI ME_PROCESS_PO_CUST and method CHECK.

Regards,

Raju.