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

screen function

Former Member
0 Likes
356

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

1 REPLY 1
Read only

Former Member
0 Likes
330

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