Create and Expose Core Data Services Based on a Database Table
March 22, 2021
Beginner
10 min.
Build a list report app with the ABAP RESTful programming model for SAP Fiori and test your UI for demo usage.
You will learn
- How to create a database table
- How to create Core Data Services
Prerequisites
- SAP BTP, ABAP Environment user
- Business Catalog
SAP_CORE_BC_EXT_TST
assigned to your business user - Initial development setup
In this tutorial, wherever XXX
appears, use a number (e.g. 000
).
Step 1: Open Eclipse
Step 2: Create data definition
Step 3: Specify SQL view
Step 4: Add UI annotation
Step 5: Create service definition
Step 6: Expose entities
Step 7: Create service binding
Step 8: Activate your service binding
Step 9: Check your metadata
Step 10: Open SAP Fiori elements view
Step 11: Test yourself
Navigate tutorial steps
-
Step 1: Open Eclipse
-
Step 2: Create data definition
-
Step 3: Specify SQL view
-
Step 4: Add UI annotation
-
Step 5: Create service definition
-
Step 6: Expose entities
-
Step 7: Create service binding
-
Step 8: Activate your service binding
-
Step 9: Check your metadata
-
Step 10: Open SAP Fiori elements view
-
Step 11: Test yourself
- Back to Top