ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

What is Data Dictionary?

Data Dictionary is a central source of information for the data in a information management system. Its main function is to support the creation and management of data definitions (or "metadata").

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

ABAP Dictionary 3 levels

Objects in the ABAP Dictionary resided on three levels that support their re-usability. These levels are:

  1. Tables and structures
  2. Data elements
  3. Domains

Lets look into them in detail -

Domains

Ex. Purchasing document number (EBELN)

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Data Elements

Ex. Purchasing document number (EBELN)

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Tables

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Structures

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Aggregated Objects of ABAP Dictionary

Aggregated means consisting of several components. In the ABAP Dictionary, aggregated objects are objects which come from several different transparent tables.

  1. Views
  2. Search Help
  3. Lock Objects

Lets look into them in detail

Views

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Search Help

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Lock Objects

Function modules : Enqueue_<obj name> - to lock the table dequeue_<obj name> - to release the lock

ABAP Data Dictionary Tutorial SE11: Table, Lock Object, View & Structure

Important Transactions

 

YOU MIGHT LIKE: