2013 Sep 09 7:47 AM
Hi Experts,
In ALV OO, normal edit of rows, I need to get the data of whether edit is done upon save of ALV report.
It is not working. We are not able to get the data of lines edited.
Have any faced the same/? Can yourself shed some light on it?
Regards
sBk
2013 Sep 09 7:52 AM
Please use search tool, u will find many threads for your query.
Please use search tool, u will find many threads for your query.
2013 Sep 09 7:52 AM
Please use search tool, u will find many threads for your query.
2013 Sep 09 7:56 AM
2013 Sep 09 12:57 PM
In the method to handle user command, call the method to refresh ALV grid.
METHOD handle_user_command.
case ok_code.
when 'SAVE'.
CALL METHOD GRID1->CHECK_CHANGED_DATA.
CALL METHOD GRID1->REFRESH_TABLE_DISPLAY.
ENDMETHOD. "handle_user_command
2013 Sep 09 1:16 PM
Search with "BCALV_TEST_GRID_EDIT*" using SE38 (prsss F4 key) you got some Sample code give by SAP .like ..BCALV_TEST_GRID_EDITABLE.
Regard's
Smruti
2013 Sep 09 1:43 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |