‎2010 Sep 19 9:29 AM
hi all,
I have a screen with application toolbar.
I want to set a default button to be triggered when click Enter
how this come?
BR
ali
‎2010 Sep 19 10:39 AM
you can try this,
in pai.
if sy-ucomm = ' '. "When enter
sy-ucomm = 'DIS'. "Change the ok code like this
endif.
case sy-ucomm.
when 'DIS'.
when 'BAC'.
endcase.