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 |
in lsmw,where u write the code?
6 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is Transactional based Application & Role based Application?
Events in Interactive reporting?
1) What is read with binary search? 2) I have initialization write ?a? Top-of-page write ?b? what is the output for this/ 3) If I don?t have start of selection event in report will it execute?it is mandatory or not? 4) What is table maintenance generator? 5) Is it advisable to have secondary index/ 6) How we will imlement BAPI? 7) What is process code in idoc? 8) Where the information msg will display? 9) Where warning msg will display? 10) Where we use watch point?what exactly watch point means? 11) What is a spool? 12) What is program name that contains all print program names and form names other than TNAPR? 13) How we will capture errors in bapi? 14) How to transfer std text from production to quality?
What are the basic functions of database utility? : abap data dictionary
BDC Data which format?
what are the two types of request available in CTS?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
where you will store your technical spec in your company? r u using any tool for that. how u will send the same to your functional people.
which part of the internal table syntax determines how ABAp accesses the rows of the internal table ?
what is index? I need exact defination? how will create a secondary index?
What is foreign key relationship? : abap hr