Skip to Content
0
Former Member
May 30, 2009 at 09:23 AM

how to dequeue _scope = 1 without the transaction ending

75 Views

Hi;

I have to use a standart function to process events in scm but in this function , it uses an enqueue method with _scope paramter 1.. When I call this method again again with loops in a program , I get error "Lock table overflow" , it is possible to increase default value from RZ11 but I must handle events in huge volume , there is a max value restrict this.

so I try to dequeue in the program after each loop but you know its scope value is 1..

this means you cannot dequeue object nevertheless the transaction perminatelly ends.

What i can do to dequeue these objects in my program executed once?

Regards.