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: 

USEREXIT_CHECK_VBAP Popup Displayed Multiple Times

former_member308480
Discoverer
0 Kudos

I have display pop up based on some condition in VA01 only When user press ENTER

Code works good pop up displayed. but The issue is as it will display multiple times as

USEREXIT_CHECK_VBAP is triggered more than once when u press ENTER.

executed multiple time for qantity confirmation and before confirmation .Pop up is displayed each time exit triggers. is there any condition I can specify so that if user presses ENTER . my code in EXIT triggers only once (for each ENTER Press).
1 REPLY 1

Former Member
0 Kudos

Add a condition to check whether the POP UP is display or not. If POP is displayed, do not trigger the code. May be you can use a static variable to set the flag.

Regards,

Shashi