ABAP Dictionary is a
major tool of ABAP workbench which acts as a central repository for data
definitions in SAP System. Hence, any new of modified information will be
automatically provided for all system components to ensure the integrity,
consistency, and security of the data. Having said that, it is just an
interface as there is a real database which stores the data like DB2, MS SQL,
Oracle, and even HANA.
The Object types in
ABAP Dictionary are:
Tables: This is a
table just like the one in a typical Relational Database Management System
View: This is a
logical view of more than one table like the a Relational Database View do
Data Types: These
are basic global data types, but very important as they determine the types of
the data used by lots of programs. The data types includes:
Structure: Structure is a sequence of any other data types that can be used in the making of a workarea or even an internal table.
Table types: Just like a structure, but it is only for an internal table.
To summarize this,
you can thinking the data types in this way:
Domain --> Data
Elements --> Structure --> Table Type --> Table --> View
No comments:
Post a Comment