sorry
ignore the previous one check the below code
LOOP AT TABCTRL INTO WA_VBAK.
WA_VBAK-V_MARK = 'X'.
UPDATE TABCTRL USING WA_VBAK.
ENDLOOP.
Here table control name is tabctrl.
sorry
ignore the previous one check the below code
LOOP AT TABCTRL INTO WA_VBAK.
WA_VBAK-V_MARK = 'X'.
UPDATE TABCTRL USING WA_VBAK.
ENDLOOP.
Here table control name is tabctrl.