Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert data from Internal table to Custom table in ABAP

abhimanyu_sharma
Contributor
0 Likes
979

Hi Experts

I have to insert data from internal table to Z custom table.

In my internal table I have data in millions. When I am inserting it using Modify statement it is throwing me an dump.

Could you please let me knoe how can I insert all data records in packages so it it will not throw dump.

Hi Experts

I have to insert data from internal table to Z custom table.

In my internal table I have data in millions. When I am inserting it using Modify statement it is throwing me an dump.

Could you please let me knoe how can I insert all data records in packages so it it will not throw dump.

2 REPLIES 2
Read only

maheshpalavalli
Active Contributor
742

You need to atleast post the dump image here so it will be easier for others to help you.

Read only

former_member1716
Active Contributor
0 Likes
742

You should be having Duplicate Keys. Kindly post the Dump details along with your code for Updating table.