Saturday, September 24, 2011

ABAP Data Dictionary

Data Dictionary:
A Data Dictionary is a Centralized Storage location for Information about the data that is stored in the Database. This Information is often called "Metadata"(Data about Data).

The Data Dictionary Provides answers to Questions such as:
  • What Data contained in the database
  • What are the attributes of the data: Name, Length, Format etc...
  • What relationship exists among different data objects.
Data Dictionary used for:
  • Management of Data Definitions.
  • Provision of information for evaluations.
  • Support for Software Development
  • Support for Documentation.
  • Ensuring the Data Definitions are flexible and up to date.

No comments:

Post a Comment

Application with Internal Table

Having screen painter with layout fields are vender, name, city operations. Select "SE80" -> Edit object Select program ->...