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 |
Is a logical database a requirement/must to write an abap/4 query?
There are 4 internal tables containing data. How to put it into a final table?
Can we call reports and transactions from interactive reporting lists?
what is the table to find change pointer status?
allinterview.com site is good for interview preparation or not?
Difference between call by value and call by reference? : abap data dictionary
What is performance tuning?
how to create the new page in alv.(ex: after 50 records it will trigger new page or based on some condition).
What are the uses of interactive reporting?
in script can i print the back page of a paper
Can you create a script with out a main window ?
What type of reports (ALV, Interactive, Classic) we can generate in SAP ABAP?