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

User Exit When Saving User Decision in QA12

Former Member
0 Likes
2,311

Hello,

i need a user exit, that will run when the user saves the usage decision.

I already tried EXIT_SAPMQEVA_010 but it runs when user types thee usage decision code and press enter and after that, user may exit from qa11 without saving the usage decision, so i want to be sure that user exit will run only when the user saves the usage decision.

EXIT_SAPMQEVA_010 runs when the user saves the UD if he didn't press ENTER earlier but this doesn't meet our necessities.

thanks for your helps.

4 REPLIES 4
Read only

Former Member
0 Likes
1,379

Hi,

try this exit ..

hope this will help you..

EXIT_SAPMQEVA_004---Exit for changing information line in usage decision header

EXIT_SAPMQEVA_006 Entry to usage decision trans

regards,

prabhudas

Read only

0 Likes
1,379

I already tried all of the user exits for usage decision,

EXIT_SAPMQEVA_004 didn't run when i save the usage decision,

EXIT_SAPMQEVA_006 ran when i entered the usage decision didn't when i saved the UD.

thanks anyway.

Read only

Former Member
0 Likes
1,379

We decided to use EXIT_SAPMQEVA_010, when the user select the usage decision and press ENTER, user exit runs, if he changes the UD, user exit runs again, no problem.

the only problem is if the user enters the UD and exits without saving it but, finally he will have to save it so, the final value in the table(the user exit writes it into the table) will be true.

Read only

Former Member
0 Likes
1,379

The problem solved...

Edited by: Ali Murat Degirmenci on May 27, 2009 5:05 PM