‎2008 Jul 08 2:30 PM
hi guyz,
im moving data from databse table into custome table..used modify statement but onli 39 entries are inserting when i have 3965 entries but in my internal table i can see all the entries ...plz advise..
regards
‎2008 Jul 08 2:32 PM
Check if your custom table and databse table have the same
primary key fields ...
‎2008 Jul 08 2:32 PM
Check if your custom table and databse table have the same
primary key fields ...
‎2008 Jul 08 2:35 PM
‎2008 Jul 08 2:35 PM
hi,
try giving a commit work after each modify.
I know this wud reduce performance, but it will not accumulate in the buffer. It will just update the databse and clear the buffer immdtly.
Regards,
Subramanian
‎2008 Jul 08 2:35 PM
Hi,
Just check the primary key and
where condition in your MODIFY statement.
The records which are satisfying the conditions those are
inserted into custom table.
Check the condition .
Regards,
Rajitha.
‎2008 Jul 08 2:42 PM