cancel
Showing results for 
Search instead for 
Did you mean: 

Update Data base table from internal table

Former Member
0 Kudos

Hi Gurus ,

                           

I am working on webdynpro application , I want to update a custom table through internal table .

I make a table ui element data of table saved in a custom table . now if i delete a row from the table ui element then  i want to delete that record from the custom table as well . is it possible .

Please help me out from this .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes, This is possible

just do small thing on the action (where you are deleting your row of table ) you must reading and deleting   selected row from your Internal table just use the same thing with your DB table also.

BR

ChanS..

former_member184578
Active Contributor
0 Kudos

Hi,

You can do this. Create a button( say Delete), and in onAction of Delete read the selected row and use delete stmt to delete from data base.

Regards,

Kiran