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??