R_CndnContrTypeExtSlsCommsnVH

DDL: R_CNDNCONTRTYPEEXTSLSCOMMSNVH Type: view_entity COMPOSITE

Condition Contract Types for External Sales Commissions

R_CndnContrTypeExtSlsCommsnVH is a Composite CDS View that provides data about "Condition Contract Types for External Sales Commissions" in SAP S/4HANA. It reads from 1 data source (R_CndnContrType) and exposes 2 fields with key field CndnContrType.

Data Sources (1)

SourceAliasJoin Type
R_CndnContrType R_CndnContrType from

Annotations (15)

NameValueLevelField
EndUserText.label Condition Contract Types for External Sales Commissions view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CndnContrType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Analytics.internalName #LOCAL view
Analytics.technicalName RWCBCCTYECVH view
UI.headerInfo.typeName Condition Contract Type view
UI.headerInfo.typeNamePlural Condition Contract Types view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType CndnContrType
CndnContrTypeDesc
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Condition Contract Types for External Sales Commissions'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('NOT_REQUIRED')
}
@ObjectModel: {
   dataCategory: #VALUE_HELP,
   representativeKey: 'CndnContrType',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #C,
     sizeCategory:   #S
   }
}
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
   internalName: #LOCAL,
   technicalName: 'RWCBCCTYECVH'
}
@UI.headerInfo:{
   typeName:       'Condition Contract Type',
   typeNamePlural: 'Condition Contract Types'
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true

define view entity R_CndnContrTypeExtSlsCommsnVH 
  as select from R_CndnContrType
{
      @Search: {
        defaultSearchElement: true,
        ranking: #MEDIUM,
        fuzzinessThreshold: 1.0
      }
      @ObjectModel.text.element: [ 'CndnContrTypeDesc' ]
      @UI.textArrangement: #TEXT_FIRST
  key CndnContrType,

      @Search: {
        defaultSearchElement: true,
        ranking: #HIGH,
        fuzzinessThreshold: 0.9
      }
      @Semantics.text:true
      _Text[1: Language = $session.system_language ].CndnContrTypeDesc as CndnContrTypeDesc
}
where
      SAPObjectType                                    = 'ConditionContract'
  and CndnContrPartnerCat                              = 'V'
  and CndnContrSettlmtType                             = '1'
  and CndnContrChangeability                           = ''
  and CndnContrTypeBlockUsage                          = ''
  and _CndnContrClassfctnType.CndnContrProcessCategory = '3'