‎2008 Jan 17 4:28 PM
‎2008 Jan 17 4:35 PM
Views, matchcodes and lockobjects are called as aggregate objects since they are formed using several related tables.
Views avirtual table tailored to the needs of an application is needed, making it possible to
directly access specific data.
Matchcodesis a tool to help you search for data records in the system. Matchcodes are an
efficient and user-friendly search aid for cases where the key of a record is unknown.
Lock objects: Simultaneous accessing of the same data record by two users in the SAP system is synchronized by a lock mechanism. When dialog transactions are programmed, locks are set and released by calling certain function modules. These function modules are generated automatically from the definition of so-called lock objects in the ABAP/4 Dictionary.
‎2008 Jan 17 4:35 PM
Views, matchcodes and lockobjects are called as aggregate objects since they are formed using several related tables.
Views avirtual table tailored to the needs of an application is needed, making it possible to
directly access specific data.
Matchcodesis a tool to help you search for data records in the system. Matchcodes are an
efficient and user-friendly search aid for cases where the key of a record is unknown.
Lock objects: Simultaneous accessing of the same data record by two users in the SAP system is synchronized by a lock mechanism. When dialog transactions are programmed, locks are set and released by calling certain function modules. These function modules are generated automatically from the definition of so-called lock objects in the ABAP/4 Dictionary.
‎2008 Jan 18 3:48 AM
Hi Jaspreet,
The objects in ABAP can be classified as:
BASIC OBJECTS
Tables
Domains
Data elements
Structures
Foreign keys
AGGREGATE OBJECTS
Views
Matchcodes
Lock objects
cheers,
Hema.