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: 

Looking for a BAdi to replace the Exit EXIT_SAPMM06E_013

Former Member
0 Kudos

Hi All,

The requirement is to replace the PO user exit EXIT_SAPMM06E_013 with a BAdi.

The above exit will trigger whenever the PO is saved by ME21n.

ME_PROCESS_PO_CUST is not the exact BAdi to be used because the parameters in the method POST in this BAdi doesnt match as compared to EXIT_SAPMM06E_013 parameters.

Has anyone come across any BAdi provided by SAP in ECC 6.0 which has the same interface as compared to EXIT_SAPMM06E_013 ?

2 REPLIES 2

LeonardoAraujo
Active Contributor
0 Kudos

There are many changes in the Enjoy transactions and the badi really behave differently from the old enhancement. You are not going to find a badi EXACTLY like the one you are asking.

If you are looking for enahncements on the screen, use ME_GUI_PO_CUST instead.

Extensive documentation is available along with code samples.

Good Luck,

Leonardo De Araujo

Former Member
0 Kudos

Hi ,

I would want to know why u do not want to use the EXIT .

This exit provides option to the customer for customisation after the PO has been posted in MM06EF0C_CUSTOMER_DATA_POST FORM customer_data_post

The BADI will be standard interface which will either create , update or delete the PO .

Thanks

Soumyadip