2008 Mar 03 6:14 PM
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. ^^
2008 Mar 04 5:20 AM
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.
2008 Mar 05 7:19 AM
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.