Como hacer invisible un table control en una dynpro
LOOP AT SCREEN. IF SCREEN-NAME = 'TABLE_CONTROL_1'. SCREEN-VISIBLE = '0'. ENDIF. ENDLOOP.