I_Liquidityforecast_Flowtype

DDL: I_LIQUIDITYFORECAST_FLOWTYPE SQL: ILFOverviewFType Type: view BASIC

Type for Liquidity forecast overview

I_Liquidityforecast_Flowtype is a Basic CDS View that provides data about "Type for Liquidity forecast overview" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SAPDataDictionaryDomain, DomainValueLow, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t flowtype from

Associations (1)

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

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ILFOverviewFType view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Type for Liquidity forecast overview view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain dd07t domname
KEY DomainValueLow dd07t domvalue_l
KEY Language dd07t ddlanguage
DomainValueName dd07t ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ILFOverviewFType'
//@ClientDependent: true

@VDM.viewType: #BASIC
//@VDM.private: true

@AbapCatalog.compiler.compareFilter: true
//@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Type for Liquidity forecast overview'

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@Metadata.ignorePropagatedAnnotations: true

define view I_Liquidityforecast_Flowtype
as select from dd07t as flowtype
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    key flowtype.domname as SAPDataDictionaryDomain,
    key flowtype.domvalue_l as DomainValueLow,
    
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key flowtype.ddlanguage as Language,
    
    @Semantics.text: true
    flowtype.ddtext as DomainValueName,   
    _Language 
} where flowtype.domname = 'FCLM_LF_FLOWTYPE'     
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/