C_CndnContrTypeSuplrCreate

DDL: C_CNDNCONTRTYPESUPLRCREATE Type: view_entity CONSUMPTION Package: WCB_UI_CC_F3411

Supplier Contract Types for Creation

C_CndnContrTypeSuplrCreate is a Consumption CDS View that provides data about "Supplier Contract Types for Creation" in SAP S/4HANA. It reads from 1 data source (I_CndnContrType) and exposes 3 fields with key field CndnContrType. Part of development package WCB_UI_CC_F3411.

Data Sources (1)

SourceAliasJoin Type
I_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 Supplier Contract Types for Creation view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType I_CndnContrType CndnContrType
CndnContrTypeDesc
CndnContrProcessCategory
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Supplier Contract Types for Creation'
@Metadata.ignorePropagatedAnnotations: true
// Supplier Condition Contract Types with authority 01 (Create)

define view entity C_CndnContrTypeSuplrCreate
  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,
      cast ( coalesce( ContractType._CndnContrClassfctnType.CndnContrProcessCategory, '' ) as wcb_process_category preserving type ) as CndnContrProcessCategory
}
where
  (
       ContractType.CndnContrPartnerCat     = 'V'
    or ContractType.CndnContrSettlmtType    = '1'
  )
  and  ContractType.CndnContrChangeability  = ''
  and  ContractType.CndnContrTypeBlockUsage = ''