|
INTERVIEW QUESTIONS
SAP
SAP ABAP
DETAILS
Question: what is naming conventions given for lock object and how you create the lock object?
Answer: 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.
|
|
|
Category |
SAP ABAP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6513 users |
Added on |
6/19/2013 |
Views |
66935 |
Rate it! |
|
|
Question:
what is naming conventions given for lock object and how you create the lock object?
Answer:
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All SAP ABAP Interview Questions & Answers - Exam Mode /
Learning Mode
|