what is naming conventions given for lock object and how
you create the lock object

Answer Posted / dushyanta kumar

1.Object Name start with EZ OR EY .
Go to SE11
2. Give the lock object name EZDUSH(lock object name start
with EZ) and click 'Create' Button.
3. Enter the short description,Table name<XXXX>, lock mode
and key fields which is used to lock the entry.
4. Save and activate, it will generate 2 FM.
Ex:
DEQUEUE_EZDUSH Release lock on object EZDUSH
ENQUEUE_EZDUSH Request lock for object EZDUSH

In your program,
1. First loop the table.
2. call the FM 'ENQUEUE_EZDUSH' to lock.
3. Update the dB.
4. Release the lock using DEQUEUE_EZDUSH.
endloop.

DEQUEUE_ALL this FM will release all the lock.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to call other programs?

796


Print options in smartforms?

1745


What are the types of table fields in the sap abap?

833


What is the function of the transport system and workbench organiser?

847


how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran

2252


What is the significance of technical settings (specified while creating a table in the data dictionary) ?

777


Control Break statements- At new...endat.

1133


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2595


Cds views

8035


What is meant by read lock? : sap abap data dictionary

771


How can we create callable modules of program code within one abap/4 program? : abap modularization

759


What are the requirements a dialog program must fulfill?

831


Explain data dictionary in abap?

795


How many primary keys can be created for a table?

787


How the transaction that are programmed by the user can be protected?

835