[SAP ABAP] Data Dictionary
The Data Dictionary is a set of information describing the objects of a database and the relationship between its elements. Note The Data Dictionary is used to control access to and manipulation of the database. The Data Dictionary includes a domain, Types ( StRUCTURES , DATA TYPE , and TABLE TYPE ), tables, views, search helps, and lock objects. The following diagram explains the division of objects in a Data Dictionary : To create an object for the Data Dictionary, we need to use the SE11 transaction. The transaction code is usually only a few characters long and guides you directly to the screen of the task that the user wants to perform. This screen is shown in the following screenshot: Domains A domain is an object that describes various technical attributes, such as the data type length of a table field. A domain is assigned to a data element. One domai...
Comments
Post a Comment