Hello Experts,
I'm using the standard Function key F1 in the application tool bar of the standard selection screen of a report.
By default, the function keys 1 to 5 wil be inactive. So i have activated one of them in the definition of the selection-screen say F1.
SELECTION-SCREEN:BEGIN OF BLOCK b2 with frame title text-001.
SELECTION-SCREEN:BEGIN OF BLOCK b1.
PARAMETERS: p_sno LIKE zal_func_mis-ticket_number OBLIGATORY.
PARAMETERS: p_fcr LIKE zal_func_mis-reference OBLIGATORY.
SELECTION-SCREEN FUNCTION KEY 1.
SELECTION-SCREEN : END OF BLOCK b1.
PARAMETERS: p_man LIKE zal_managers-manager.
PARAMETERS: p_aff LIKE zal_func_mis-alcontact.
PARAMETERS: p_ver LIKE w_ver DEFAULT '1'.
PARAMETERS: p_sign LIKE zal_func_mis-alcontact.
SELECTION-SCREEN : END OF BLOCK b2.
I should disable this button for certain conditions.
Is it possible to hide it for some conditions of my requirement?
Thanks,
Hamsa Priya