P_Cfd_Associable_Cds_View_Keys
Key Fields of Associable CDS Views
P_Cfd_Associable_Cds_View_Keys is a CDS View that provides data about "Key Fields of Associable CDS Views" in SAP S/4HANA. It reads from 1 data source (dd03nd) and exposes 6 fields with key fields ViewName, FieldName. Part of development package S_CFD_REPOSITORY_HANDLER.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd03nd | fields | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Key Fields of Associable CDS Views | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Key Fields of Associable CDS Views'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity P_Cfd_Associable_Cds_View_Keys
as select from dd03nd as fields
{
key fields.strucobjn as ViewName,
key fields.fieldname as FieldName,
fields.fieldname_raw as FieldNameCamelCase,
fields.datatype as DataType,
cast ( fields.leng as integer ) as Length,
cast ( fields.decimals as integer ) as Scale
}
where
fields.keyflag = 'X'
and fields.as4local = 'A'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA