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: 

prob in user exit EXIT_SAPLMEREQ_005

Former Member
0 Kudos

Hi,

I have a requirement to display pricing scales information at time of PR creation/change/release. I am using exit EXIT_SAPLMEREQ_005 to display a customized message. But I am not sure why the message is not getting displayed on the screen. Could any one help in this issue?

8 REPLIES 8

former_member404244
Active Contributor
0 Kudos

hi,

Is the userexit is called??

Regards,

Nagaraj

Former Member
0 Kudos

Plz check your exit status is showing active or not.

Then check the Project status to which your enhancement is assigned is active or not.

For Project you have to activate ti through CMOD.

Most of the time it is activation problem.

Regds,

Anil

Former Member
0 Kudos

Harneet,

First you need to check whether the exit fits to your requirment. Place a break point and execute a scenario, if it stops at your break point..Then it works for you. Otherwise you have to go for another Exit.

Second, you need to create a project in CMOD and activate it to make exit work for you.

Let me know for any other information.

Thanks,

Raj

Former Member
0 Kudos

hi,

I have already impemented the exit. it stops at the debugger i have set. do you know any other exit in ME51N whican can display a customised message?

0 Kudos

HI,

Have you used message type 'E' or 'I'.

Regards,

Nagaraj

Former Member
0 Kudos

I have used message type 'W'.

0 Kudos

Have you implemeted CMOD project and activated the component?

Raj

0 Kudos

Give like;

MESSAGE 'Warning' TYPE 'I' DISPLAY LIKE 'W'.

Check and reply.

Regards

Karthik D