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

Updating database table using table control

Former Member
0 Likes
338

how to update database table using table control?

in my scenario i have displayed child table records in a table control

i want to upload the modified records in the table control to database table?

any suggestions please......

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
309

hi ramesh.........

your table control will be acting like an internal table.

consider your table control refers to an internal table 'itab'.

so if you change the values in the table control, it affects the internal table too.

so you can use the syntax <b>modify <dbtab> from table <itab></b>.

---regards,

alex b justin

1 REPLY 1
Read only

Former Member
0 Likes
310

hi ramesh.........

your table control will be acting like an internal table.

consider your table control refers to an internal table 'itab'.

so if you change the values in the table control, it affects the internal table too.

so you can use the syntax <b>modify <dbtab> from table <itab></b>.

---regards,

alex b justin