Can you create a Lock Object? What are Lock Objects?
Answers were Sorted based on User's Feedback
Answer / lokesh
Lock object is a virtual link of several SAP tables which
is used to synchronize simultaneous access by two users to
the same set of data (SAP lock concept).
[or]
when two users simultaneously attempt to access the
same data record, this is cynchronised by a lock mechanism.
To set the locks,
you must define a lock object in ABAP dictionary. The name
of lock object should start with 'E'.
Thd Fun Modules for requesting and releasing lock which are
create automatically when the lock object is activated must
be linked to the programming of the relevant online
transactions.
They are 3 types:
1) write (exclusive lock)
2) read ( shared lock )
3) exclusive but not cummulative
Function modules :
1)ENQUEUE_FSFLIGHT (to lock the object)
2)DEQUEUE_FSFLIGHT (to unlock the object)
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / nageswara reddy s
the purpose of the lock object is to prevent two transaction
changing the same data at the same time that is for the lock
object.
there are three types
1 exclive lock
2 shared lock
3 ecclive but not cumulative
Is This Answer Correct ? | 6 Yes | 13 No |
How to insert data in ternal table?
What is BAPI ? & its used & functionality.
what is the differ b/w script and smartform
What are RFCs? How do you write RFCs on SAP side?
5. What is the difference between report and script?
Have you used SAP supplied programs to load master data?
What is the Difference between At Line selection and At user-command?
Can we use same DATA ELEMENT for more than one field?
7 Answers HCL, Unilogic Software,
how to get the pop up screen ?the first screen as display button ,if we press that button then pop up screen has to come with same information?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is the definition of modification in an sap system and how do they impact an upgrade?
What is abap work bench?
what does it mean occurs 0 while creating an internal table ?