2008 Jul 10 9:43 AM
Hi All,
I am displaying an ALV List.There is a column called Final invoice indicator which is a check box.When the user checks this check box that record in the ALV output has to be changed to non-editable mode.I am using classes for ALV display.How can i achieve this?
Thanks,
Rakesh.
Hi All,
I am displaying an ALV List.There is a column called Final invoice indicator which is a check box.When the user checks this check box that record in the ALV output has to be changed to non-editable mode.I am using classes for ALV display.How can i achieve this?
Thanks,
Rakesh.
2008 Jul 10 9:47 AM
Hi,
If you want to make ALV report editable use edit = 'X' in
fieldcatlog.
Warm regards,
Surendar Reddy
2008 Jul 10 9:48 AM
Hi,
U can check the value of the checkbox and if it is 'X' u can set it to no editable as
CALL METHOD g_grid->set_ready_for_input
EXPORTING i_ready_for_input = 0.
where g_grid is the alv object.
Hope it helps.
Anju
2008 Jul 10 9:55 AM
i want to make only certain records in display mode..how do i specify these records to the class?
2008 Jul 10 9:48 AM
Hi rakesh,
goto 'SLIS' package
--programs there u can get all type of alv Demo programs..
hope it 'll use for u
Regards,
Prabhu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |