2019 Mar 27 5:25 PM
Hi,
I have some problem. EXIT_SAPLMEREQ_005 triggered when user push ENTER and not trigered, when push 'SAVE' button in prod system, but in dev system all worked fine anyway.
I have already checked all exits - version are same. Can enyone tell me, what can be wrong? May be exist some setting for this?
Thanks and Regards,
Vikki.
2019 Apr 02 3:54 PM
2019 Apr 03 9:51 AM
I need to change mereq item, but only when “SAVE” was clicked. As far as I know, EXIT_SAPLMEREQ_010 doesnt use for this?
2019 Apr 03 12:36 PM
Actually EXIT_SAPLMEREQ_005 was also originally designed to check customer data...
Did you try to use method CHECK of BAdI ME_PROCESS_REQ_CUST instead of customer exit?
NB: Always insure not to use set_data[x] if you don't actually change a value.