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: 

EXIT_SAPLMEREQ_005 not triggered

former_member915019
Discoverer
0 Kudos
536

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.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
345

Did you also use EXIT_SAPLMEREQ_010 ?

0 Kudos
345

I need to change mereq item, but only when “SAVE” was clicked. As far as I know, EXIT_SAPLMEREQ_010 doesnt use for this?

0 Kudos
345

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.