Create a New ABAP Dictionary Structure
August 2, 2020
Beginner
15 min.
Create an ABAP Dictionary structure for retrieving data from a database
You will learn
- How to create an Data Dictionary structure
Prerequisites
- You have a valid instance of an on-premise AS ABAP server, version 7.51 or higher (some ABAP Development Tools may not be available in earlier versions)
Step 1: Create a global Data Dictionary structure
Step 2: Filter the list of object types
Step 3: Enter name and description
Step 4: Remove the generated component
Step 5: Define fields for the structure
Step 6: Bind amount to currency code annotation
Step 7: Check and activate the structure
Step 8: Test yourself
More information
From Open SQL Joins to CDS Associations
Navigate tutorial steps
-
Step 1: Create a global Data Dictionary structure
-
Step 2: Filter the list of object types
-
Step 3: Enter name and description
-
Step 4: Remove the generated component
-
Step 5: Define fields for the structure
-
Step 6: Bind amount to currency code annotation
-
Step 7: Check and activate the structure
-
Step 8: Test yourself
- Back to Top