i have internal table t_emp.
i want to display output in classical or interactive report using reuse_alv_gridview_display with checkbox field which are dynamic behaviour like
t_emp-city = 'pune' then checkbox invisible other than checkboxs are visible.
output as follow.
checkbox | empid | name | city |
---|---|---|---|
invisible | 11 | raj | pune |
visible | 12 | naresh | hyd |
invisible | 13 | das | pune |
visible | 14 | roj | bangl |