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

Function module for Unlocking views?

rahulvsaganeau
Explorer
0 Kudos
177

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

1 REPLY 1

Laxmana_Appana_
Active Contributor
0 Kudos
138

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