Skip to Content
0
Former Member
May 10, 2008 at 12:28 PM

Update database table

181 Views

hello,

i want to modify Database table from internal table. For that i am using the following statement:--

modify <DB table> from table <itab>.

but this is creating an extra record for which ever record we are updating in internal table. the extra record shouldn't be created.

can anyone solve this problem??