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: 

ME21N/ME22N user-exit to update standard SAP fields

jean-philippe_pain2
Participant
0 Kudos
258

Hello,

My need is to update purchase order standard SAP fields (header + items) on ME21N/ME22N. I know it must be done using user-exit or enhancement but i didn't find where to put my processing code.

I already used EXIT_SAPMM06E_013 but it doesn't working, it seems that it's reserved only to populate customer fields and not standard ones.

I am working on SAP R/3 4.6C (therefore Badi ME_PROCESS_PO_CUST doesn't exist).

Thank you in advance for your help.

Best regards.

1 REPLY 1

former_member313370
Participant
0 Kudos
96

Hello,

Did you try:

EXIT_SAPMM06E_006

EXIT_SAPMM06E_007

EXIT_SAPMM06E_008.

I hope it'll work.

Thanks.

Abde.