Hi Erman,
There can be a 'SEL' problem:
Can you check the final internal table where you set selected row. :
layout-box_fieldname = 'SEL'.
and final internal table must be like this :
data : begin of it_tab occurs 0,
sel type c length 1,
...
...
end of it_tab.