in my PBO Module I have something like this:
LOOP AT SCREEN.
IF screen-name EQ 'LBL_TEST'.
screen-invisible = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
I want to set 'LBL_TEST' visible again after some User-Command in the PAI-Module. How can I do it?
Best regards, Timur