2015 Nov 10 8:28 AM
Hi people!
I have custom fields at level item in the purchase request (me52n) that functions perfect. When the user change a custom field, the method PROCESS_ITEM of the badi ZME_PROCESS_REQ_CUST is triggered. It works fine.
Now I have the same requisit but for the purchase order (me22n). I have my custom fields at item level and I can change the value and save ok, but, my problem is that I need to trigger the mehod PROCESS_ITEM of the badi Z_ME_PROCESS_PO_CUST, and it's not triggering.
- If I change a standard field, the method is triggered.
- I found EXIT_SAPMM06E_017 where I can detect the changes in my custom fields, but I need to trigger the badi method
I need to trigger my badi method because the requisit is to change a standar field value (Account Assignment->G/L Account) when the user changes the custom field value.
Thanks for your time!
2015 Nov 10 1:29 PM
Did you (either)
Both should trigger the PROCESS_ITEM method.
Regards,
Raymond
2022 Aug 26 11:59 AM
Hi , This is old topic but I have the same problem. I try What was your described but it's not working.
Is there any other way?