Skip to Content
0
Former Member
Dec 02, 2008 at 07:19 AM

how to close a cell in table control

50 Views

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 ?