7 Replies Latest reply: Nov 7, 2011 11:59 AM by Gabriele Montori RSS

get ucomm from selection screen

Gabriele Montori
Currently Being Moderated

Hi all

I am facing this problem: I have a function module with a selection screen declared in top include. Code of function is simple:

CALL SELECTION SCREEN 13.
PERFORM query.

But user on selection screen can press F8 or ESC. How can I know which command has been sent?

I try to debug sy-ucomm, but it's empty both pressing F8 and ESC.

Can anyone help me please?

regards

Gabriele