You will learn
In the following exercise you will learn how to use the new Core Data Services (CDS) tools in ABAP in Eclipse. CDS is an extension of the ABAP Dictionary that allows you to define semantically rich data models in the database and to use these data models in your ABAP programs. CDS is a central part of enabling code push-down in ABAP applications.
You will add the following:
- SELECT statement
- CASE statement
- WHERE clause
You can find more information about CDS in the ABAP keyword documentation and the SAP Community.