2016 Aug 29 6:31 PM
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.
2016 Aug 29 6:44 PM
Hello,
Did you try:
EXIT_SAPMM06E_006
EXIT_SAPMM06E_007
EXIT_SAPMM06E_008.
I hope it'll work.
Thanks.
Abde.