Hi all,
I have to insert the Internal table records into the DB table.
the problem is the structure of internal table and DB table is not same
Internal table is having 10 fields and DB table is having 20 fields.
how can i do it?
Thanks