‎2009 Apr 30 3:04 PM
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.
‎2009 Apr 30 3:24 PM
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
‎2009 Apr 30 3:39 PM
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.
‎2009 May 27 4:04 PM
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.
‎2009 May 27 4:04 PM
The problem solved...
Edited by: Ali Murat Degirmenci on May 27, 2009 5:05 PM