C_CndnContrTypeRoytyCreate

DDL: C_CNDNCONTRTYPEROYTYCREATE Type: view_entity CONSUMPTION Package: WCB_PC

Royalty Contract Types for Creation

C_CndnContrTypeRoytyCreate is a Consumption CDS View that provides data about "Royalty Contract Types for Creation" 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_PC.

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType ContractType from

Annotations (7)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Royalty Contract Types for Creation view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType I_CndnContrType CndnContrType
CndnContrTypeDesc
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Royalty Contract Types for Creation'
@Metadata.ignorePropagatedAnnotations: true
// Supplier Condition Contract Types with authority 01 (Create)

define view entity C_CndnContrTypeRoytyCreate
  as select from I_CndnContrType as ContractType
  
  
{
      @ObjectModel.text.element: [ 'CndnContrTypeDesc' ]
  key ContractType.CndnContrType                                                    as CndnContrType,

      @Semantics.text:true
      ContractType._Text[1: Language = $session.system_language ].CndnContrTypeDesc as CndnContrTypeDesc

}
where

      ContractType.CndnContrPartnerCat                              = 'V'
  and ContractType.CndnContrSettlmtType                             = '1'
  and ContractType._CndnContrClassfctnType.CndnContrProcessCategory = '4'
  and ContractType.CndnContrChangeability                           = ''
  and ContractType.CndnContrTypeBlockUsage                          = ''