p_cfd_cust_cds_view_key_fields

DDL: P_CFD_CUST_CDS_VIEW_KEY_FIELDS Type: view_entity

Key Fields of Custom CDS View

p_cfd_cust_cds_view_key_fields is a CDS View that provides data about "Key Fields of Custom CDS View" in SAP S/4HANA. It reads from 1 data source (dd03nd) and exposes 3 fields with key fields viewName, fieldName.

Data Sources (1)

SourceAliasJoin Type
dd03nd fields from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Key Fields of Custom CDS View view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY viewName dd03nd strucobjn
KEY fieldName dd03nd fieldname
length
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Key Fields of Custom CDS View'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity p_cfd_cust_cds_view_key_fields
  as select from dd03nd as fields
{

  key fields.strucobjn                as viewName,
  key fields.fieldname                as fieldName,
      cast ( fields.leng as integer ) as length

}
where
      fields.keyflag  = 'X'
  and fields.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD03ND"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/