on ‎2007 Oct 16 7:03 PM
We are an SAP education/training facility associated with the SAP University Alliance. With previous versions of SAP 4.6, 4.7 there were built-in programs called ZSENQOFF and ZSENQON for turning off the Enqueue locking mechanism and turning it back on. This was necessary so multiple students could do company code customizations at the same time. These programs, although they exist in the ECC 6.0 version, no longer function. Could somebody provide me with programs which will work in the ECC 6.0 version.
We are running Windows/Oracle environment.
Thank you
H. Timothy Knickerbocker
Manager SAP Systems
College of Business Administration
Central Michigan University
Request clarification before answering.
hi,
goto se11 and create a lock object(say zylock) on your table .
u can create shared / exclusive dependng on ur requirement.
once u hav created the lock object u can use
enqueue_zylock (enqueue_ lockobject name) to lock the data & dequeue_zylock to release the lock from ur abap code
Here is the example for locking/unlocking database tables
http://help.sap.com/saphelp_46c/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm
regards
ajai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.