hi,
I am trying to close a cell in table control but it does not work .
LOOP AT SCREEN.
if screen-name eq 'GT_COST_ITEMS-ZEILE' . (İts table control field which i want to close)
screen-active = 0 .
MODIFY SCREEN .
endif .
ENDLOOP.
is Anybody knows a way of closing cell in table control ?