‎2007 Aug 08 10:14 AM
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......
‎2007 Aug 08 2:41 PM
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
‎2007 Aug 08 2:41 PM
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