I have a custom screen and it works beautifully except that when I hit ENTER, it acts as though I hit F8. How can I stop it from doing this? If it was a section screen I could put
CHECK sy-ucomm = 'ONLI'.
but I don't know how to do it in a dialog screen.
I have two buttons on my status. One is to exit and the other is to continue. ENTER exectutes the continue button but I don't want it to do that.
Regards,
Davis