what is naming conventions given for lock object and how
you create the lock object
Answer / 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 |
For which transaction you used BDC?
Can a constructor be redefined?
Can a filed occur in several field groups? : abap modularization
what precautions or prerequisites do you follow to update a record into database table and how
what is itcsy structure? what is the importance of it? give me the detailed information of it ?
Urgent Openings for Professionals with 4+ yrs in SAP ABAP HR, for a Reputed CMM Level V Organization in Hyderabad
what are various ways of triggering a new page in reports ?
What is the major difference between pool tables and transparent tables?
how can we do performance tuning after coding?
What are the mandatory fields to be filled in Transaction Code "VA21" for sales order quotation creation.
what is a TEXT Table ?
1 Answers vCentric Technologies,
For what purpose Chain Endchain statement is used?