‎2008 Feb 29 12:52 PM
Hai,
i hav created package zdev and stored all objects in it..
what is the steps to lock my package?
‎2008 Feb 29 6:20 PM
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.
‎2008 Feb 29 6:20 PM
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.