2008 Apr 07 11:04 AM
Hi All,
I want to dispaly the ALV list in Display mode..(i.e NON-EDITABLE in the output mode) i use
REUSE_ALV_GRID_DISPLAY .... how to get that in Display mode...
Thanks in Advance
2008 Apr 07 11:28 AM
As a default, the ALV list will be NON-EDITABLE, just provide the fieldcatalog, and your internal table to you function module, and you're ready.
Only by setting certain fields to editable, you display will be editable, else NOT.
Hi All,
I want to dispaly the ALV list in Display mode..(i.e NON-EDITABLE in the output mode) i use
REUSE_ALV_GRID_DISPLAY .... how to get that in Display mode...
Thanks in Advance
2008 Apr 07 11:28 AM
As a default, the ALV list will be NON-EDITABLE, just provide the fieldcatalog, and your internal table to you function module, and you're ready.
Only by setting certain fields to editable, you display will be editable, else NOT.
2008 Apr 08 9:32 AM
By default when you create it is non-editable. But if you want to make it editable than you need to write
ls_fieldcat-edit = 'X'.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |