ABAP Dictionnary Flashcards

1
Q

ABAP data dictionary

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Functions of data dictionary

A

The important functions of data dictionary objects are as follows:

  1. Database tables
  2. Domains
  3. Data elements
  4. Views
  5. Search helps
  6. Lock Objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Database Tables

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Domains

A

used to maintain technical information of field such as data types, data length, value range, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data elements

A

Data element is the combination of data type, length and description .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Views

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Search helps

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Lock Objects

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly