Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV GRID

Former Member
0 Likes
362

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

2 REPLIES 2
Read only

Former Member
0 Likes
326

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.

Read only

Former Member
0 Likes
326

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