‎2009 Jul 14 11:09 AM
Hi,
For my RF program i want to use F4 as function key for doing Page Down operation.
I have defined the Function code PGDN in Utilities->Fkey Consistency.
I have used the same function code for the screen element on which the operation is to be done.
But pressing on the key F4 does not do the required actions.Other keys like F2,F3,F5 are working fine.
Since F4 is reserved by SAP i encounter this problem.But i have given it in FKEY Consistency.Is there anything else which i need to do to activate F4.
Regards,
Subasree
‎2009 Jul 14 12:41 PM
Hi Subasree,
You can try creating your own PF-status and in it, assign F4 to a button specified for page down functionality. But, with this way, you need to write functionality for page down in code.
Gouri.
‎2009 Jul 14 12:56 PM