‎2012 Dec 24 9:07 AM
hi friends,
i have table control and two button above that '+' and '-' . one will add a row in the table control and when i press it saves data in database and minus will delete data in run time from internal table data gets deleted from internal table but i need functionality where if i press 'save' it should delete data from database.
please help me on dis
‎2012 Dec 25 7:19 AM
Hi Kaushik Chand,
U should append the deleted rows to another table like gt_del_table while deleting from table itab, and when user presses save you delete the database table with internal table gt_del_table.
Thanks&Regards,
Felix Yang