Skip to Content
0
Former Member
Sep 04, 2007 at 08:53 AM

How to insert my huge internal table to DB?

1155 Views

Hi guys,

i have a huge internal table, which needs to be inserted to DB:

Insert DB from itab.

But I got a short dump says "SQL Error". It works for the itab which has less records, but since the records increase expotentinonally, one transaction is not more enough. But our requirement is that the reocrds should be inserted during one transaction. Furthermore the type of itab should not be a index table.

Any hint for me?

Thanks in advance.

Regards