C_CndnContrTypeExtCommsnCreate

DDL: C_CNDNCONTRTYPEEXTCOMMSNCREATE Type: view_entity CONSUMPTION Package: WCB_UI_CC_FIO_COM

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)

SourceAliasJoin Type
R_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 External Commissions Type for Creation view
Metadata.ignorePropagatedAnnotations true view

OData Services (2)

ServiceBindingVersionContractRelease
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 IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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 = ''