Application Development and Automation 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: 
Read only

PO Exit

madan_ullasa
Contributor
0 Likes
653

Gyz,

I have a strange problem. I need to do some modifcation to the PO. The PO gets the net price from the Agreement line no. This value will be error for some material category. I need to place a 0 in the net price value field after the user clicks on the save button for these mat. category.. Currently the error is displayed only after the user clicks the save. I tried the exits MM06E004 and MM06E005. The control does not go to any of the functions in these exist after i click on save. The BADI's ME_PROCESS_PO_CUST and ME_GUI_PO_CUST does not exist in SAP 4.6C.

Please let me know your suggestions or other alternatives.

Points assured to all replies.

Madan..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hi,

The exit EXIT_SAPMM06E_013 of MM06E005 does triger on save. Did you activate the enhancement? Activate the enhancement and place a break-point in EXIT_SAPMM06E_013 (Include ZXM06U44). This exit triggers after you click on 'SAVE'.

Thanks.

Gyz,

I have a strange problem. I need to do some modifcation to the PO. The PO gets the net price from the Agreement line no. This value will be error for some material category. I need to place a 0 in the net price value field after the user clicks on the save button for these mat. category.. Currently the error is displayed only after the user clicks the save. I tried the exits MM06E004 and MM06E005. The control does not go to any of the functions in these exist after i click on save. The BADI's ME_PROCESS_PO_CUST and ME_GUI_PO_CUST does not exist in SAP 4.6C.

Please let me know your suggestions or other alternatives.

Points assured to all replies.

Madan..

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi,

The exit EXIT_SAPMM06E_013 of MM06E005 does triger on save. Did you activate the enhancement? Activate the enhancement and place a break-point in EXIT_SAPMM06E_013 (Include ZXM06U44). This exit triggers after you click on 'SAVE'.

Thanks.

Read only

0 Likes
612

Hi,

In my requirement, the ME22N gives an error dialog before the exit is triggered on clicking 'SAVE'. My requirement is to get into the exit before the PO is saved. Plesase note that I am entering a new line item and would want to make changes in this new line item before saving.

Regards,

Madan..

Read only

Former Member
0 Likes
612

Hi Madan, try with this enhancement.

MM06E007.

Read only

Former Member
0 Likes
612

Hi Function exit below of enhancement MM06E005 will trigger on save .

First try : EXIT_SAPMM06E_018

and than.

EXIT_SAPMM06E_017.

regrads,

Shyam.