P_CFD_ASSOCIABLE_CDS_VIEW_KEYS

CDS View

Key Fields of Associable CDS Views

P_CFD_ASSOCIABLE_CDS_VIEW_KEYS is a CDS View in S/4HANA. Key Fields of Associable CDS Views. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Cfd_Associable_Cds_View view_entity left_outer Associable CDS Views
@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'