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: 

User Exit for PO asociated ME21N

former_member184029
Participant
0 Kudos
91

Hello experts,

I have a requeriment and I need to find user exit for ME21N. The point is when standard PO is created I need to validate the amount item with values on a ZTABLE.

I will appreciate it any info. Points rewards

Tokio

8 REPLIES 8

Former Member
0 Kudos
55

Hi!

in SMOD give MM06E005 enhancement

FM name

EXIT_SAPMM06E_017

This will be triggered during saving.

Regards

Tamá

ferry_lianto
Active Contributor
0 Kudos
55

Hi,

Please try this user exits in enhancement MM06E005.

EXIT_SAPMM06E_012 - Check Customer-Specific Data Before Saving

EXIT_SAPMM06E_013 - Update Customer's Own Data in Purchasing Document

Regards,

Ferry Lianto

0 Kudos
55

Ferry

I try to see the code lines for the EXIT_SAPMM06E_012 but there is a message "Program names ZX... are reserved for includes exit function group"

Thanks

Tokio

ferry_lianto
Active Contributor
0 Kudos
55

Hi,

Just a warning message .. press continue to add your codes.

Regards,

Ferry Lianto

0 Kudos
55

I can´t continue to add the code lines. If I try T/C SE38 is the same

Regards,

Tokio

ferry_lianto
Active Contributor
0 Kudos
55

Hi,

It is strange ....

Are you doing in DEV system or elsewhere?

Have you created a project (CMOD) and assign above enhancement?

Regards,

Ferry Lianto

0 Kudos
55

Hi

I'm doing in DEV system.

No I've not jet created a project (CMOD) and assign it.

Regards,

Tokio

former_member184029
Participant
0 Kudos
55

Thanks to all of you!!!

The solution was use the BADI ME_PROCESS_PO_CUST for this

Regards

Tokio