Application Development 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: 

VIEW_ENQUEUE

Former Member
0 Kudos

Hello,

I use fm VIEW_MAINTENANCE_CALL to update a table. Within this fm the relevant table s locked with fm VIEW_ENQUEUE. I use the same fm with parameter 'action type = 'D' ' and viewname = name of my table to unlock the table. But the lock entry stays there and nothing happens. What may be wrong with the call to this fm?

Thx in advance,

Ali

Edited by: Ali Abbasgil on Jan 3, 2008 4:49 PM

3 REPLIES 3

Former Member
0 Kudos

Check the ENQUEUE_MODE... if it is 'S' or 'E' type.

Lokesh

0 Kudos

i pass the same enqueue mode, that is 'E

Former Member
0 Kudos

no satisfactory answer