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: 
Read only

Regarding Package

Former Member
0 Likes
249

Hai,

i hav created package zdev and stored all objects in it..

what is the steps to lock my package?

1 ACCEPTED SOLUTION
Read only

former_member188594
Active Participant
0 Likes
233

Hi,

I dont think you can lock your package. We can lock the database tables or fields or rows of a table using the ENQUEUE_<Lockobject name> function module and use DEQUEUE_<Lockobject name> to release the lockobject created for the table or field. May be you can restrict the access to your package by creating an authorisation object.

Reward points if useful.

Regards.

1 REPLY 1
Read only

former_member188594
Active Participant
0 Likes
234

Hi,

I dont think you can lock your package. We can lock the database tables or fields or rows of a table using the ENQUEUE_<Lockobject name> function module and use DEQUEUE_<Lockobject name> to release the lockobject created for the table or field. May be you can restrict the access to your package by creating an authorisation object.

Reward points if useful.

Regards.