I_GLAccountFlowType

DDL: I_GLACCOUNTFLOWTYPE SQL: IFIGLACCTFLTP Type: view BASIC

GLAccount Flow Type

I_GLAccountFlowType is a Basic CDS View (Dimension) that provides data about "GLAccount Flow Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field GLAccountFlowType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_GLAccountFlowTypeText _Text $projection.GLAccountFlowType = _Text.GLAccountFlowType

Annotations (17)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label GLAccount Flow Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFIGLACCTFLTP view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey GLAccountFlowType view
AbapCatalog.buffering.status #NOT_ALLOWED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY GLAccountFlowType
_Text _Text
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'GLAccount Flow Type'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIGLACCTFLTP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'GLAccountFlowType'
@AbapCatalog.buffering.status: #NOT_ALLOWED         
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true  

@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                                     #CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SQL_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE]
                                     
define view I_GLAccountFlowType as select from dd07l

association [0..*] to I_GLAccountFlowTypeText as _Text on $projection.GLAccountFlowType = _Text.GLAccountFlowType

{
   @ObjectModel.text.association: '_Text'
   key cast( domvalue_l as fis_glaccount_flow_type ) as GLAccountFlowType,
  _Text

} 
where dd07l.domname = 'FIS_GLACCOUNT_FLOW_TYPE' and dd07l.as4local = 'A'; 

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_GLACCOUNTFLOWTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/