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: 

user exit EXIT_SAPLMLSR_001

0 Kudos

My requirement is to give an error message if two fields on the screen of Transaction ML81N are initial.

I am using this user exit..SRVEDIT. However, the error message is terminating my program and moving me out of the transaction.

How do i stop this behaviour of the message?

5 REPLIES 5

Former Member
0 Kudos

Try with Enhancement: SRVESSR

Exit: EXIT_SAPLMLSR_010

0 Kudos

it does not get triggered at the time of saving.

0 Kudos

Do you have an active project in transaction CMOD for this enhancement?

Regards,

Klaus

0 Kudos

Yes i have an active project in CMOD.

I have been able to display the error message in the task bar now (earlier it was coming as a pop up message).

I want to know one thing, if after the error message i want to make certain fields open for input, how can i do that?

the problem is that those fields are in a tab strip and it is not mandatory for the user to go to that tab during the execution of the transaction.

0 Kudos

hi

I found a workaround. Instead of using that exit, I used an enhancement point where i checked the required conditions and was also able to open the fields for user input.