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

data inserting problem in Z table

Former Member
0 Likes
524

hi all,

i made a Z table and i have to insert 200 XL records in a time through Z program but problem is that all records are coming in ITAB after uploading XL during run time but it is updating only 15 record in ZTABLE, can anyone please tell me why it is not updating all records in a time? while i m inserting data in loop.

regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

Hello,

Check the primary keys of your Ztable.

Primary key will always have unique vales.So, if there are repeated entries with same primary key, then only one record will be inserted in Ztable.

3 REPLIES 3
Read only

Former Member
0 Likes
495

Hi Sourabh,

CHeck for duplication of primary key.

THanks,

Arun

Read only

Former Member
0 Likes
496

Hello,

Check the primary keys of your Ztable.

Primary key will always have unique vales.So, if there are repeated entries with same primary key, then only one record will be inserted in Ztable.

Read only

Former Member
0 Likes
495

hi

Check your Z-table fields declaration with your Internal table.