# What is lock Object ?

What is lock object ?

Showing Answers 1 - 18 of 18 Answers

madhulatha

  • Dec 7th, 2005
 

lock object:lock object can provide data integrity in sap R/3.

  Was this answer useful?  Yes

Prema A

  • Jan 27th, 2006
 

lock objects used to synchornize access of several users using same data.

  Was this answer useful?  Yes

Bac Nguyen

  • Feb 1st, 2006
 

Lock Object is a relationship defined in the Data Dictionary between a main table and possible secondary tables

  Was this answer useful?  Yes

viswanadh

  • Aug 14th, 2007
 

To avoid the concurrent usage of data

  Was this answer useful?  Yes

Lock Objects is one among the different Data Dictionary(DDIC) objects which gives "Synchronous Access" to the same data. Two Function modules generated automatically by the system are "ENQUE" and "DEQUE".

Different types of locks are : Shared (Read) lock, Exclusive (Write) lock, and Exclusive and not cumulative.

By using the T-Code SM12 you can view and release all the locked objects.

  Was this answer useful?  Yes

somanath

  • Aug 11th, 2014
 

Lock object is used to avoid the concurrent access of multiple users at a time on the same database.

  Was this answer useful?  Yes

Sakshi bansal

  • Jul 24th, 2017
 

Lock object prevents several users to access data at the same time.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions