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

Failed to read data from Lock tables

Former Member
0 Likes
772

Hi,

When i trying to update data using T_CODE j1i8. I am getting message (Failed to read data from Lock tables ) but where as my database tables are not been locked. can anyone plz help me out.

Regards,

Anaveer

Hi,

When i trying to update data using T_CODE j1i8. I am getting message (Failed to read data from Lock tables ) but where as my database tables are not been locked. can anyone plz help me out.

Regards,

Anaveer

4 REPLIES 4
Read only

Former Member
0 Likes
736

Hi,

before reading the table, call DEQUEUE_ALL function module, then read the table

Regards

Sudheer

Read only

Former Member
0 Likes
736

Hi

Probably some other transation is modifying the Database table you are using & it may have locke the table using FOR UPDATE stmt.

Using Deque_all FM module you can remove the locks

Thanks

Sandeep

Reward if helpful

Read only

0 Likes
736

Hi Snadeep,

Thx but no one else is using that transaction simultaneously

Read only

Former Member
0 Likes
736

use this FM DEQUEUE_E_TABLE and give ur table before processing