Hello Frnd
I had set pf-status for a screen excluding a standard toolbar 'SA'.
i had made a application toolbar 'A' in which i want that if i click on that
pf-status should be active including
'SA'
module STATUS_0001 output.
SET PF-STATUS 'EMPMASTER' excluding 'SA'.
endmodule. " STATUS_0001 OUTPUT
module USER_COMMAND_0001 input.
CASE SY-UCOMM.
WHEN 'A'.
perform yn_popup using 'AD' 'Do You Want To Add ?'.
if user_answer = '1'.
MESSAGE I000.
perform max_emp_no.
endif.
SET PF-STATUS 'EMPMASTER' .
endcase.
endmodule. " USER_COMMAND_0001 INPUT
put for the above code after clicking on 'A'. 'SA' toolbar is still disabled
Please tell me the solution friend
With Best Regards
Ruby