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

editable Grid, store into a z-Table

Former Member
0 Likes
399

Hello ABAP PRO's

after displaying an ALV Grid, i need a col with checkboxes. When the user mark a checkbox in the grid, it has to append a value from the line into a z-table. When it is marked off, i need to delete ist from the z-Table.

How can I solve this? Sorry i'm new, so maybe example-coding will be good.

Regarding your answers. ^^

Hello ABAP PRO's

after displaying an ALV Grid, i need a col with checkboxes. When the user mark a checkbox in the grid, it has to append a value from the line into a z-table. When it is marked off, i need to delete ist from the z-Table.

How can I solve this? Sorry i'm new, so maybe example-coding will be good.

Regarding your answers. ^^

2 REPLIES 2
Read only

sharat_chandra
Product and Topic Expert
Product and Topic Expert
0 Likes
379

Hi,

Refer to the ALV grid demo programs(BCALV_EDIT*) in the package SLIS. There you can find the concepts for checkboxes, capturing the checked & unchecked rows which will help to identify data to be added/deleted for your db table.

Read only

Former Member
0 Likes
379

Hi

BCALV_EDIT_05 will help u to insert checkbox and process logic.

and BCALV_EDIT_04 will help u to see the logic to append and delete rows from ALV.

Rewards points if helpful.