Application Development 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: 

data inserting problem in Z table

former_member1284402
Participant
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Sourabh,

CHeck for duplication of primary key.

THanks,

Arun

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi

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