C_CndnContrTypeCustDisplay

DDL: C_CNDNCONTRTYPECUSTDISPLAY Type: view_entity CONSUMPTION Package: WCB_UI_CC_FIO_COM

Customer Contract Types for Display

C_CndnContrTypeCustDisplay is a Consumption CDS View that provides data about "Customer Contract Types for Display" in SAP S/4HANA. It reads from 1 data source (I_CndnContrType) and exposes 2 fields with key field CndnContrType. Part of development package WCB_UI_CC_FIO_COM.

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType CCType_Cust from

Annotations (12)

NameValueLevelField
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
ObjectModel.representativeKey CndnContrType view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.technicalName CWCBCCTYPECUSDSP view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Customer Contract Types for Display view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType I_CndnContrType CndnContrType
CndnContrTypeDesc
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.semanticKey: [ 'CndnContrType' ]
@ObjectModel.representativeKey: 'CndnContrType'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'CWCBCCTYPECUSDSP'
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Customer Contract Types for Display'
@Metadata.ignorePropagatedAnnotations: true
// Customer Condition Contract Types with authority 03 (display)


define view entity C_CndnContrTypeCustDisplay
  as select from I_CndnContrType as CCType_Cust

{
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 1.0 }
      @ObjectModel.text.element: [ 'CndnContrTypeDesc' ]
  key CCType_Cust.CndnContrType                                        as CndnContrType,

      @Semantics.text:true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8  }
      _Text[1: Language = $session.system_language ].CndnContrTypeDesc as CndnContrTypeDesc

}
where
    ( CCType_Cust.CndnContrPartnerCat     = 'C'
   or CCType_Cust.CndnContrSettlmtType    = '2' )
  and CCType_Cust.CndnContrChangeability  = ''
  and CCType_Cust.CndnContrTypeBlockUsage = ''