‎2015 Mar 01 4:37 AM
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 |
‎2015 Mar 03 4:55 AM
Hi Amol,
Is it fine to disable the checkbox rather make it invisible?
Than please refer this Editable ALV fields
Regards
Sreekanth
‎2015 Mar 01 9:01 AM
hi amol,
you have to use fm 'REUSE_ALV_LIST_DISPLAY'
and in this you have to create
pf_status_set and
user_command
‎2015 Mar 01 12:36 PM
when display output first time then checkboxs visible or invisible based on condition. how it is explain in details.
‎2015 Mar 02 8:04 AM
LVC_T_STYL within your final internal table and fill the values accordingly to enable/disable the Input for specified cell. For better understanding, please check program: BCALV_EDIT_02. It can give you idea of enabling input at cell level.
‎2015 Mar 02 8:09 AM
chk this std pgm BCALV_EDIT_05
BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control
‎2015 Mar 03 3:39 AM
i want to above output in simple alv report not for using oops. how explain in details.
‎2015 Mar 03 4:55 AM
Hi Amol,
Is it fine to disable the checkbox rather make it invisible?
Than please refer this Editable ALV fields
Regards
Sreekanth
‎2015 Mar 03 12:07 PM