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
How to call other programs?
Print options in smartforms?
What are the types of table fields in the sap abap?
What is the function of the transport system and workbench organiser?
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
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Control Break statements- At new...endat.
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Cds views
What is meant by read lock? : sap abap data dictionary
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are the requirements a dialog program must fulfill?
Explain data dictionary in abap?
How many primary keys can be created for a table?
How the transaction that are programmed by the user can be protected?