Application Development 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: 

Add/Delete rows from ALV-grid

0 Kudos

Hi to all,

i have 2 questions concerning alv-grids:

i have an alvgrid displaying a table and what i need is some functionality to add or delete rows from the alvgrid - how can i do that ?

within one row i have one field containing the status and i want to be able to select the status from a combo/dropdown-field and set it for this particular row.

thanks in advance!

1 ACCEPTED SOLUTION

reedtzj
Active Participant
0 Kudos

Hi,

Report BCALV_EDIT_04 shows how to append and delete rows.

Report BCALV_EDIT_06 shows drop down list for cells in a column.

These report should be available in any R/3 system including all ABAP Preview versions.

Hope this can help.

Regards, Johan

2 REPLIES 2

reedtzj
Active Participant
0 Kudos

Hi,

Report BCALV_EDIT_04 shows how to append and delete rows.

Report BCALV_EDIT_06 shows drop down list for cells in a column.

These report should be available in any R/3 system including all ABAP Preview versions.

Hope this can help.

Regards, Johan

Former Member
0 Kudos

Hi,

Check the program BCALV_GRID_EDIT

Thanks,

Naren