‎2010 Aug 11 10:09 AM
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.
‎2010 Aug 11 10:23 AM
try modifying only record and check the time, also check DB locks in DB01 txn.
‎2010 Aug 11 10:26 AM
‎2010 Aug 11 10:31 AM
then contact your system admin and find out if there are any perf. issues wiith the UPD work process
‎2010 Aug 11 11:01 AM
‎2010 Aug 11 11:19 AM
Hi,
If you are just trying to modify the existing records means try UPDATE statement.