data inserting problem in Z table
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.
Former Member replied
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.