2008 Oct 01 7:42 AM
anybody help me to place check box for records in grid control which is displayed in oops alv.
thanks,
2008 Oct 01 7:45 AM
In the fieldcatlog there is field called as checkbox pass that as 'X'.
In the fieldcatlog there is field called as checkbox pass that as 'X'.
2008 Oct 01 7:45 AM
In the fieldcatlog there is field called as checkbox pass that as 'X'.
2008 Oct 01 7:46 AM
see program BCALV_EDIT_05
This example shows how to use checkboxes within an ALV Grid Control.
o how to define a column for editable checkboxes for an attribute of your list (see also remark below)
o how to evaluate the checked checkboxes
o how to switch between editable and non-editable checkboxes
2008 Oct 01 7:47 AM
2008 Oct 01 7:51 AM
In final table add a field like check(1) type C.
In fieldcat add like this..
gs_fcat-fieldname = 'CHECK'.
gs_fcat-reptext = text-075.
gs_fcat-checkbox = 'X'.
gs_fcat-edit = 'X'.
APPEND gs_fcat TO gt_fcat.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |