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

modify

Former Member
0 Likes
586

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

Check if your custom table and databse table have the same

primary key fields ...

5 REPLIES 5
Read only

Former Member
0 Likes
569

Check if your custom table and databse table have the same

primary key fields ...

Read only

Former Member
0 Likes
568

hi,

Use append and check.

Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
568

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.

Read only

Former Member
0 Likes
568

solved myself thanks