2007 May 17 1:12 PM
hi all,
I need to asssign a function key F8 to push buttion on the subscreen .
how can i do it?
thanks.
2007 May 17 1:14 PM
Hai,
Give funtion code 'CRET' for that pushbutton.
Regards,
Padmam.
2007 May 17 1:20 PM
Hi padmam,
Is there any other way if I give it my own function code eg. 'EXE'.
by the way thanks for replying.
2007 May 17 1:24 PM
Hai,
U can't give ur own Function Code.Function Code 'CRET ' is Meant for F8.
Regards,
Padmam.
2007 May 17 1:26 PM
Hi,
I think u have to use the following code
PUSHBUTTON 12(30) but2 USER-COMMAND ONLI
becoz, the Fcode of execute button is ONLI.
with regards,
Vamsi
REPORT ZVMTEST_SDN.
SELECTION-SCREEN:
PUSHBUTTON 2(10) but1 USER-COMMAND cli1,
PUSHBUTTON 12(30) but2 USER-COMMAND ONLI
VISIBLE LENGTH 10.
parameters matnr like mara-matnr.
parameters maktx like mara-ERNAM.
write 'Hi'.
2007 May 17 1:33 PM
More generally, look up for the fcode assigned to F8 in the current gui status.
The default is ONLI, you may change it if you define your own gui status.
Message was edited by:
Marcello Urbani