Hi, I'm using OO ALV buttons and whenever the user clicks on any button for the second time, the whole program just exits and the user is presented with the main menu screen. Here's an example.
1) The user clicks on the custom made Print button:
2) Then, the user closes the Print popup window:
3) The user then tries to use any button for the second time (The button they click doesn't matter at this point):
4) The user is now surprised that he's presented with the main menu screen instead of whatever the button they clicked is supposed to show:
I tried using the debugger, but it seems like the program doesn't even run through the code when you click any button for the second time. It just quits out of nowhere. Any suggestions?
Thanks.