2008 Nov 20 4:26 PM
Hi,
I have program which does all the calculation and then fills an Internal Table.
I then use
INSERT <db_table> FROM TABLE <internal_table>.
to load the data from internal table to load DB table.
Total number of records is high app 80,000. As a resul this Insert takes good amount of time.
Is there a more efficient way to do insert.
Thank You,
CD
Hi,
I have program which does all the calculation and then fills an Internal Table.
I then use
INSERT <db_table> FROM TABLE <internal_table>.
to load the data from internal table to load DB table.
Total number of records is high app 80,000. As a resul this Insert takes good amount of time.
Is there a more efficient way to do insert.
Thank You,
CD
2008 Nov 20 4:28 PM
I will suggest the same if it is your custom table.
Run the report for inserting values in Background and if the execution time runs out ask the basis to increase the job time for this program.
Thanks,
Jayant
Edited by: Jayant Sahu on Nov 20, 2008 5:28 PM
2008 Nov 20 4:43 PM
You're using an array insert. I don't think you can do much better than that.
Rob
2008 Nov 20 4:49 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |