ABAP Dictionnary Flashcards
ABAP data dictionary
- is a database independent DDL (Data Definition Language) and mainly deals with create, edit, drop the database tables
In data dictionary you can define and maintain objects which are related to database.
Functions of data dictionary
The important functions of data dictionary objects are as follows:
- Database tables
- Domains
- Data elements
- Views
- Search helps
- Lock Objects
Database Tables
- collection of fields which contain physical data.
-object that stores data in the form if rows and columns.
The different types of tables are
1.Transparent tables
2.Pooled tables
3.Cluster tables
Domains
used to maintain technical information of field such as data types, data length, value range, etc.
Data elements
Data element is the combination of data type, length and description .
Views
View is a logical table that extracts the data from table at run time. Views can be defined using one or more multiple tables. Different view types are ◾Data base view ◾Maintenance view ◾Help view ◾Projection view
Search helps
Search helps are used to display all the possible entries in search help window. To display search help window, use function key F4 or search help icon. Types of search helps are
◾Elementary search help &
◾Collective search help.
Lock Objects
used to control the parallel access for the same data by the multiple users i.e. synchronous access to the same data is provided using lock objects. Lock objects in data dictionary should start with the letter E.