The Name of the CDS InfoProvider & Queries
Name of the Database View
To obtain the name of an InfoProvider or Query, we always need the name of the associated database view.
- DDIC-based CDS View: The annotation
@AbapCatalog.sqlViewName
- CDS View Entities: The view name itself
Prefix 2C
To distinguish CDS-based InfoProviders and Queries from classic BW objects, SAP uses the prefix 2C.
The InfoProvider for the CDS View Entity ZI_DEMO_CUBE is called 2CZI_DEMO_CUBE.
The Query for the DDIC-based CDS View ZI_DEMO_QUERY is named after its SQL View ZVDEMOQUERY, resulting in 2CZVDEMOQUERY.
Use of the 2C Names
Relevant wherever an InfoProvider or Query name is required, including: