2007 Jun 21 9:42 AM
Hi ,
One of the field on ALV list is editable. After changing the value , it should get saved and reflected
in the internal table. How can I do it ?
How to get the changed value?
Is there any function module?
Please give a solution .
Regards,
Srinivas P.
2007 Jun 21 9:53 AM
Hi,
The Method <b>CHECK_CHANGED_DATA</b> will update the edited values in the Internal Table.
It corresponds to the Class <b>CL_GUI_ALV_GRID</b>
U try This,
Data : grid_pur TYPE REF TO cl_gui_alv_grid.
.....
.........
CALL METHOD grid_pur->check_changed_data.
Regards,
Padmam.
Hi,
The Method <b>CHECK_CHANGED_DATA</b> will update the edited values in the Internal Table.
It corresponds to the Class <b>CL_GUI_ALV_GRID</b>
U try This,
Data : grid_pur TYPE REF TO cl_gui_alv_grid.
.....
.........
CALL METHOD grid_pur->check_changed_data.
Regards,
Padmam.
2007 Jun 21 9:45 AM
Hi,
check this standard pgm.
<b>BCALV_EDIT_04</b> This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to
implement the saving of the new data.
and also check the demo programs
BCALV_FULLSCREEN_GRID_EDIT
BCALV_GRID_EDIT
BCALV_TEST_GRID_EDIT_01
BCALV_TEST_GRID_EDITABLE
Regards
Sudheer
2007 Jun 21 9:53 AM
Hi,
The Method <b>CHECK_CHANGED_DATA</b> will update the edited values in the Internal Table.
It corresponds to the Class <b>CL_GUI_ALV_GRID</b>
U try This,
Data : grid_pur TYPE REF TO cl_gui_alv_grid.
.....
.........
CALL METHOD grid_pur->check_changed_data.
Regards,
Padmam.
2007 Jun 21 10:24 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |