‎2009 Jul 15 5:49 AM
Hi All,
F4 key is used for searh help.I my RF(module pool) program i want to use it for a different purpose.
Can you please tell me how to achieve it.In my PF-status i see the reserved keys like F4,F1 etc are available in Utilities-->Fkey Consistency.I have given the function code for F4 there.But it does not work.
Please let me know how to achieve the same.
Regards,
Subasree
‎2009 Jul 15 6:59 AM
I am able to put the function code for F4 in Fkey consistency.But i am not able to see it in my PF status,that is my problem.
‎2009 Jul 15 6:01 AM
Hi
if you have given f4 the sy-ucomm value would be INIT . Use this value in PAI as
case sy-ucomm.
when 'INIT'.
...............
encase.
Hope It helps
Viquar Iqbal
‎2009 Jul 15 6:11 AM
Its working perfect for me. Please see have u activated the Interface and the Status . In the status u need to activate the function code u have given for F4 and it will work perfect.....
‎2009 Jul 15 6:16 AM
How do i activate the function code for F4 in PF status.I can see the function code tab only for the normal keys like F2,F3F5 etc.
I can see F4 only in Fkey consitencyThere the function code tab grayed out.I am not able to use it.
‎2009 Jul 15 6:52 AM
When u go in Utilities -> Fkey status there u see the F4 key.
Now u go in change mode and u will be able to write your Function Code agaisnt F4 key and activate it and now open back ur pF satatus u will be able to see the F4 in ur status there activate the Fkey and activate the status.
‎2009 Jul 15 6:59 AM
I am able to put the function code for F4 in Fkey consistency.But i am not able to see it in my PF status,that is my problem.
‎2009 Jul 15 7:04 AM
Save and activate it. And also in Fkey consistency there is a icon with a hat (for Function code attributes), there u need to check the first check box ( F key for standard handling in list) and activate it. Then u will b able to see it in PF status