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