C_CndnContrTypeExtCommsnCreate

DDL: C_CNDNCONTRTYPEEXTCOMMSNCREATE SQL: CWCBCCTYPEXTCOCR Type: view CONSUMPTION

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.

Data Sources (1)

SourceAliasJoin Type
R_CndnContrType ContractType from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CWCBCCTYPEXTCOCR 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 External Commissions Type for Creation view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType R_CndnContrType CndnContrType
CndnContrTypeDesc
@AbapCatalog.sqlViewName: 'CWCBCCTYPEXTCOCR'
@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: 'External Commissions Type for Creation'
@Metadata.ignorePropagatedAnnotations: true
// External Commissions Condition Contract Types with authority 01 (Create)

define view 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 = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNDNCONTRCLASSFCTNTYPE",
"R_CNDNCONTRTYPE",
"R_CNDNCONTRTYPETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/