Question:
I am using already in my program 5 function keys.
tables: sscrfields.
selection-screen function key 1.
now I want to add 2 more function keys I get the message not more than 5 function keys are not possible.
Appreciate some help how I can have more than 5 atleast 6 function keys.
Thanks
Answer:
What do you mean by:
tables: sscrfields.
selection-screen function key 1.
What are the function keys for ? If they are for setting report options then possibly consider using radio buttons if they are mutually exclusive or check boxes if not.
Otherwise you can use the SET PF-STATUS command in the initialization event to set the status of your selection screen, providing you with function keys in the application menu bar.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Hi R
Many thanks for the tip. I will use the PF-STATUS.
Thanks so much