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 Statement takes longer time

Former Member
0 Likes
1,382

Hi ,

I am modifying database from an internal table.

MODIFY data_base FROM TABLE it_table.

It takes long time and gets a dump with time out error. Even The table it_table contains less number of records the program gets stuck in this statement.

Please suggest what should be done.

5 REPLIES 5
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
971

try modifying only record and check the time, also check DB locks in DB01 txn.

Read only

0 Likes
971

Even for single record it is the same.

Read only

0 Likes
971

then contact your system admin and find out if there are any perf. issues wiith the UPD work process

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
971

no of records in it_table ???

Read only

Former Member
0 Likes
971

Hi,

If you are just trying to modify the existing records means try UPDATE statement.