Data Types in ABAP Dictionary


What are data dictionary objects?
What are different types of data dictionary objects?

The different types of data dictionary objects are -

  • Tables
  • Views
  • Domain
  • Data Element
  • Type Groups
  • Search Helps/Match code Objects
  • Lock Objects
  • Structures
  • Table Types

Where do you find data dictionary in SAP menu tree?

There are three ways to open Data dictionary and those are -

  • From SAP Menu tree of SAP GUI screen.
  • From ABAP workbench, click on 'Development' folder to find ABAP Dictionary.
  • Go to SE11 transaction.

What is the process of creating a table in the data dictionary?

The first thing that we should do is create domains. Next, we should begin with creating data elements like properties. The last step is to create the tables.