I_CashPoolTypeText_2

DDL: I_CASHPOOLTYPETEXT_2 SQL: ICPLTPTXT2 Type: view BASIC Package: FCLM_CASHPOOLING

Cash Pool Type - Text

I_CashPoolTypeText_2 is a Basic CDS View that provides data about "Cash Pool Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, CashPoolType. It has 1 association to related views. Part of development package FCLM_CASHPOOLING.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ICPLTPTXT2 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
EndUserText.label Cash Pool Type - Text view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey CashPoolType view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.supportedCapabilities #LANGUAGE_DEPENDENT_TEXT view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY CashPoolType
DomainValue dd07t domvalue_l
CashPoolTypeText dd07t ddtext
_Language _Language
_CashPoolTypeVH _CashPoolTypeVH
@AbapCatalog.sqlViewName: 'ICPLTPTXT2'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Cash Pool Type - Text'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'CashPoolType'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT

define view I_CashPoolTypeText_2
  as select from dd07t
  association to parent I_CashPoolType as _CashPoolTypeVH
    on $projection.CashPoolType= _CashPoolTypeVH.CashPoolType
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )               as Language,
      @ObjectModel.text.element: ['CashPoolTypeText']
  key cast( dd07t.domvalue_l as fclm_cpl_type )               as CashPoolType,
            @Analytics.hidden: true
            @Consumption.hidden: true
            dd07t.domvalue_l as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      dd07t.ddtext  as CashPoolTypeText,

      _Language,
      _CashPoolTypeVH
}
where
      dd07t.domname  = 'FCLM_CPL_TYPE'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'