C_CndnContrTypeRoytyCreate

DDL: C_CNDNCONTRTYPEROYTYCREATE SQL: CWCBCCTYPROYTYCR Type: view CONSUMPTION

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. It is exposed through 1 OData service (UI_LO_SETMAN_ROYTYCC_MON). It is used in 1 Fiori application: Monitor Condition Contracts - Royalties.

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType ContractType from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CWCBCCTYPROYTYCR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Royalty Contract Types for Creation view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_LO_SETMAN_ROYTYCC_MON UI_LO_SETMAN_ROYTYCC_MON V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F4578 Monitor Condition Contracts - Royalties Transactional With this app you can quickly filter and search for your royalty agreements to get an overview of the condition contracts related to your royalty recipients. In addition, you can navigate to create new royalty condition contracts from within this app.

Monitor Condition Contracts - Royalties

Business Role: Contract Manager - Settlement Management

The Monitor Royalty Condition Contracts app has been renamed Monitor Condition Contracts - Royalties for consistency reasons.

Fields (2)

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

define view 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 = ''