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: 

Require Exit or Badi to change PO

Former Member
0 Kudos

Hi every one,

I am having one requirement ,

In Purchase Order Item level , and in condition control tab I have to set Pr. date cat. as delivery date (i.e 2) and the Price date to delivery date of that item.

If any one know the badi or exit for this please let me know.

Thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

Hi,

BADI ME_PROCESS_PO_CUST.

1. Method to implement would be POST.

2. Method POST has parameter IM_HEADER which is in reference to IF_PURCHASE_ORDER_MM.

3. This reference has method GET_CONDITIONS.

4. call this method to get conditions data.

5. Make all the changes based on the logic and use method SET_CONDITIONS to change the values.

<b>Reward points</b>

Regards

Former Member
0 Kudos

hi,

try this exit.

MM06E004

Thanks,

Deepti

Former Member
0 Kudos

Use : MM06E005

Function module : EXIT_SAPMM06E_017

This user exit will trigger when user enters the data in item tab.

Thanks

Seshu