Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can you create a Lock Object? What are Lock Objects?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Polymorphism real time scenario

1556


What are the different types of views in sap? : abap data dictionary

1122


What is a subscreen? How can we use a subscreen?

1142


What are the different types of data dictionary objects? : abap data dictionary

1162


What is modularization and its benefits? : abap modularization

1235


How to pass data from list to report?

1040


when are objects are passed from task to the change request?

2154


What is asap methodology? : sap abap hr

1186


Static and instance variable and method with live example. Why and when to use

1498


How is conversion of data types done between abap/4 & db layer? : abap data dictionary

1202


What is pretty printer?

1085


Advantages and disadvantages of different types of bdc's?

1082


How do you Export a session ?

1931


Difference between Insert, Update and Modify?

1215


Explain the table, which contain the details of all the name of the programs and forms?

1015