Activating DDL Sources
Context
To generate an SQL view in the ABAP Dictionary, you must first activate the DDL source, in which the entity for the view is defined.
PrerequisitesMake sure that the DDL source you wish to activate is syntactically correct. Before it is activated, the system performs a syntax check of the entire object.
ProcedureTo activate the DDL source from the DDL source editor ...
- Open the relevant DDL source in the DDL editor.
- Click the icon
(Activate the ABAP Development Object) in the toolbar.
TIP: Alternatively, you can use the keyboard shortcut Ctrl + F3.
To activate the DDL source from the Project Explorer ...
- Select the node of the relevant DDL source in the ABAP project in the Project Explorer.
- Open the context menu and choose Activate.
In the selected package, the ABAP back-end system creates an active version of an SQL view and stores it in the ABAP Dictionary.