C_CndnContrTypeExtCommsnCreate
External Commissions Type for Creation
C_CndnContrTypeExtCommsnCreate is a Consumption CDS View that provides data about "External Commissions Type for Creation" in SAP S/4HANA. It reads from 1 data source (R_CndnContrType) and exposes 2 fields with key field CndnContrType. It is exposed through 2 OData services (UI_LO_SETMAN_CC_EC_MAN, UI_LO_SETMAN_CC_EC_MON). It is used in 1 Fiori application: Monitor Condition Contracts - External Commissions. Part of development package WCB_UI_CC_FIO_COM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CndnContrType | ContractType | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 | External Commissions Type for Creation | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_LO_SETMAN_CC_EC_MAN | UI_LO_SETMAN_CC_EC_MAN | V4 | C1 | NOT_RELEASED |
| UI_LO_SETMAN_CC_EC_MON | UI_LO_SETMAN_CC_EC_MON | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F3480 | Monitor Condition Contracts - External Commissions | Transactional | With this app, you gain an overview of condition contracts that represent external sales commission agreements. You can monitor the life cycle of condition contracts and analyze relevant contract data from different perspectives. You can also search for and identify specific condition contracts. |
Monitor Condition Contracts - External Commissions
Business Role: Contract Manager - Settlement Management
The Monitor External Sales Commissions app has been changed. The app is no longer a variant of the Monitor Supplier Condition Contracts app (renamed Monitor Condition Contracts - Suppliers). It is now a standalone app that you can use to gain an overview of condition contracts that represent external sales commission agreements. The app has also been renamed from Monitor External Sales Commissions to Monitor Condition Contracts - External Commissions.
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CndnContrType | R_CndnContrType | CndnContrType | |
| CndnContrTypeDesc |
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'External Commissions Type for Creation'
@Metadata.ignorePropagatedAnnotations: true
// External Commissions Condition Contract Types with authority 01 (Create)
define view entity C_CndnContrTypeExtCommsnCreate
as select from R_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'
or ContractType.CndnContrSettlmtType = '1'
)
and (ContractType._CndnContrClassfctnType.CndnContrProcessCategory = '3')
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