What RAP object contains only the fields required for a particular app?
In RAP, the Projection View is designed to expose only the fields relevant for a specific app, keeping the UI lean and controlled.
Metadata extension adds UI-related metadata, not fields.
Database view technical representation, not app-specific.
Data model view defines the data structure, not app-specific projection.
Verified by RAP documentation: Projection views are application-specific representations of the underlying data model.
Study Guide Reference: SAP RAP Help -- Business Object Projection Layer.
Currently there are no comments in this discussion, be the first to comment!