C_CndnContrTypeRoytyCreate
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CndnContrType | ContractType | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_LO_SETMAN_ROYTYCC_MON | UI_LO_SETMAN_ROYTYCC_MON | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 = ''
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA