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

Dead Lock

Former Member
0 Likes
311

Hi ,

when doing some work in biw side, i got a run time error of Dead lock.

it is a SQL statement error.

INSERT L_TAB from G_U_tab.

in this statement i got runtime error(dump) of dead lock.

what i have to do???

pls help me.

1 REPLY 1
Read only

Former Member
0 Likes
285

hi,

The structure of G_U_tab should be same as that of L_TAB table


data :  G_U_tab like L_TAB occurs 0 with header line.

regards,

Santosh