Application Development and Automation 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: 
Read only

MEREQ001

Former Member
0 Likes
934

Hi all

I tried activating a user exit for Purchase Requistion and have encountered a short dump stating that "Function Module EXIT_SAPLMEREQ_010 is called, but cannot be found in its function group". I checked the enhancement it belongs to and the function module for the component does not exist.and do i have to create screen 111 even if i dont use it. kindly help.

thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

Hi Kavitha,

Please can you be more clear about the issue.

Have u got the error during activation of project in CMOD?

or during writing your logic in the EXIT_SAPLMEREQ_010's include?

You have to define the subscreen before you add the enhancement component or userexit to the project irrespective of whether you use them or not.For screen exits it is compolsoury to define the subscreen's ,see the documentation of the exit you are using i.e MEREQ001 for reference.

But i think this is not the actual problem in your case.

Hi all

I tried activating a user exit for Purchase Requistion and have encountered a short dump stating that "Function Module EXIT_SAPLMEREQ_010 is called, but cannot be found in its function group". I checked the enhancement it belongs to and the function module for the component does not exist.and do i have to create screen 111 even if i dont use it. kindly help.

thanks,

4 REPLIES 4
Read only

Former Member
0 Likes
842

Hi Kavitha,

Please can you be more clear about the issue.

Have u got the error during activation of project in CMOD?

or during writing your logic in the EXIT_SAPLMEREQ_010's include?

You have to define the subscreen before you add the enhancement component or userexit to the project irrespective of whether you use them or not.For screen exits it is compolsoury to define the subscreen's ,see the documentation of the exit you are using i.e MEREQ001 for reference.

But i think this is not the actual problem in your case.

Read only

0 Likes
841

Hi Surya,

Actually i have included codings only in the EXIT_SAPLMEREQ_005. i have activated the user exit with compnent MEREQ001 which comprises of EXIT_SAPLMEREQ_001 upto EXIT_SAPLMEREQ_010.

The coding works properly in development. but when transported to production the funtion group XM02 does not include EXIT_SAPLMEREQ_010. so when the program calls for this function module, dump occurs. But in development XM02 has this funtion module.

hope this is more clear

thanks,

Read only

0 Likes
841

check SAP note 655747

Read only

Former Member
0 Likes
841

Thanks all of you,

I used the option "Repair function group" on the Function Group in Production. Now its working fine.