‎2006 Nov 26 1:00 PM
Hello there,
I have custom generated button on my selection screen through PF-STATUS, i want that when ENTER is pressed on keyboard it should do the same as that button.
thanks
‎2006 Nov 26 2:02 PM
Hi,
Fn code of enter button is ' ' (i e Space)
Case sy-ucomm.
<b>w<b>hen ' ' or 'Fncode of button'..</b>
write the statements u want to perform.
endcase.</b>
<b>reward points if helpful.</b>
Regards,
Ajith
‎2006 Nov 26 1:54 PM
u have to write the logic what u want it to do when u press enter....
case sy-ucomm.
when 'enter'.
write code............
endcase.
‎2006 Nov 26 2:02 PM
Hi,
Fn code of enter button is ' ' (i e Space)
Case sy-ucomm.
<b>w<b>hen ' ' or 'Fncode of button'..</b>
write the statements u want to perform.
endcase.</b>
<b>reward points if helpful.</b>
Regards,
Ajith