SAP BASIS INTERVIEW QUESTIONS
_____________________________________________
Question 50: Lock table overflow
One of my BTC jobs fails when I try to run it, giving
me an error message stating "lock table overflow."
It recommends to modify the enqueue / table size
parameter to solve this issue. I do not have this
value in my default or instance profile. How do I
solve the problem?
A: Run ABAP RSPARAM program.
It will give you the
real value of the SAP parameter and where they have
been set up. The lock table can hold 10,000 entries,
which is more than enough for the average system. It
is possible that the program is not written properly and
the developers should modify it.
- 61 -