C_CndnContrTypeCustCreate

DDL: C_CNDNCONTRTYPECUSTCREATE Type: view_entity CONSUMPTION Package: WCB_UI_CC_F2954

Customer Contract Types for Creation

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

Data Sources (1)

SourceAliasJoin Type
I_CndnContrType CCType_Cust 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 Customer Contract Types for Creation view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

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

define view entity C_CndnContrTypeCustCreate
  as select from I_CndnContrType as CCType_Cust
{
      @ObjectModel.text.element: [ 'CndnContrTypeDesc' ]
  key CCType_Cust.CndnContrType                                        as CndnContrType,

      @Semantics.text:true
      _Text[1: Language = $session.system_language ].CndnContrTypeDesc as CndnContrTypeDesc

}
where
    ( CCType_Cust.CndnContrPartnerCat  = 'C'
   or CCType_Cust.CndnContrSettlmtType = '2' )
  and CCType_Cust.CndnContrChangeability  = ''
  and CCType_Cust.CndnContrTypeBlockUsage = ''