‎2005 Nov 15 9:21 AM
Hi Everybody,
i would like to know what are the methods that handel adding a line,deleting the line , refreshing the grid on ALV grid.
on Standard ALV grid if a user is adding a line and deleting a line by '+' and '-' notation.
Thanks in Advance
‎2005 Nov 15 9:34 AM
Refer this code <b>BCALV_EDIT_04</b>
methods:
get_inserted_rows
exporting
inserted_rows type sflight_keys.
methods:
get_deleted_rows
exporting
deleted_rows type sflight_table.
‎2005 Nov 15 9:40 AM
Aima,
I think we have methods for INSERT and APPEND.
<b>APPEND_ROWS_BASE Inserts Rows at the End of the Grid
APPEND_ROWS Append Rows at End</b>
In case of RESHERing, we have REFRESH_TABLE_DISPLAY!!!
Thanks
Kam
Note: allot Points for all worthful postings
Message was edited by: Kam