Comprehensive and Detailed Explanation From Exact Extract:
The consumption layer in ABAP CDS views is used to define views for user-facing applications, analytical scenarios, and UI services. The valid view types used at this layer include:
Table Function: Used where custom logic or complex data transformations are required. These are implemented with AMDP or class-based logic and exposed via CDS consumption views.
Analytical Query: Designed for analytical use cases with annotations like @Analytics.query: true to allow exposure to Fiori Analytical apps.
Hierarchy: Used for defining and consuming hierarchical data in CDS. These can be displayed in Fiori Tree tables and analytical contexts.
The following options are incorrect:
Transactional Interface and Transactional Query are not standard view types or part of the CDS view hierarchy used in the consumption layer. These terms may have been incorrectly stated and do not reflect supported CDS artifacts.
[Reference: SAP Help 3, page 3 – Developing Common Capabilities, and ABAP CDS Development User Guide, section 3.1 – Creating and Activating Data Models, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit