2006 Jul 27 6:21 AM
Hi!
I want to unlock a view created in SE11 (DDIC).
1) Is it possible to do it?
2) If yes, then how to do it ?
3) Which function module should I use to Dequeue Views?
I know function module dequeue_<table> for unlocking table lock.
Thanks,
Rahul
2006 Jul 27 6:30 AM
Hi,
we will do the table locking when we are storing some data into table.
1.you have created a view , what is the purpose of locking the view ?you can not store data into view.
check the FM : DEQUEUE_E_TABLE and try passing view to it.
Regards
Appana