‎2008 May 08 7:40 AM
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.
‎2008 May 08 7:48 AM
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