Look Up SQL Names of CDS Views
This article shows how to look up the SQL name of CDS Views in the ABAP Dictionary (SAP GUI). The SQL name is required to look up and extract data from a CDS View with Xtract Universal.
Transaction SE11
To lookup the SQL name of a CDS View:
- Go to SAP transaction SE11.
- Select View.

- Enter the CDS View name, e.g., C_WBSELEMENTWITHVERSION.
- Click [ Display]. The "Display Data Definition" opens.
- The SQL name is displayed in the
@AbapCatalog.sqlViewNameannotation, e.g., CWBSWITHVERS.

- Use the SQL name to look up the CDS View in Xtract Universal.
You can now extract data from the CDS View.
Note
If SE11 does not show the SQL name, use transaction SE16H on table DDLSQLVIEW. DDLSQLVIEW maps CDS View names (DDL name) to SQL View names (DDIC View name). Filter the SQLVIEWNAME column to find the corresponding CDS View.
Last update: November 28, 2025
Written by: Valerie Schipka