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 can we enable hyperlink in screen painter?
why we use pick statement in abap?
Explain badi in abap.
What is the advantage of structures? How do you use them in the ABAP programs?
What is the meaning of ABAP editor integrated with ABAP data dictionary?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.
What is the typical structure of an ABAP program?
What is repository info. Systems? : abap data dictionary
Mention what is alv programming in abap?
What is the difference between rfc and bapi function modules? : abap bdc