I_SecurityClassFundType

DDL: I_SECURITYCLASSFUNDTYPE SQL: ISCRTYFUNDTYPE Type: view BASIC Package: FTR_SECURITIES_CORE

Security Class Fund Type

I_SecurityClassFundType is a Basic CDS View (Dimension) that provides data about "Security Class Fund Type" in SAP S/4HANA. It reads from 1 data source (tw21) and exposes 2 fields with key field SecurityClassFundType. It has 1 association to related views. Part of development package FTR_SECURITIES_CORE.

Data Sources (1)

SourceAliasJoin Type
tw21 tw21 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SecurityClassFundTypeText _Text $projection.SecurityClassFundType = _Text.SecurityClassFundType

Annotations (20)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ISCRTYFUNDTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Security Class Fund Type view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey SecurityClassFundType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.sapObjectNodeType.name SecurityClassFundType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SecurityClassFundType sfoty
_Text _Text
// harmonized annotations 

@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true // only if required by ATC check 

@AbapCatalog.sqlViewName: 'ISCRTYFUNDTYPE' 
@AccessControl.authorizationCheck: #NOT_REQUIRED // according to XLS / DCL 

@Analytics.dataCategory: #DIMENSION 
@Analytics.dataExtraction.enabled: true // use only if view is customizing or small master data 

@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Security Class Fund Type' 
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE]
@ObjectModel.representativeKey: 'SecurityClassFundType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.resultSet.sizeCategory:#XS
@Metadata.allowExtensions:true   
@Metadata.ignorePropagatedAnnotations: true // For C1-Release 

@VDM.viewType: #BASIC
@ObjectModel.sapObjectNodeType.name: 'SecurityClassFundType'

define view I_SecurityClassFundType as select from tw21
association [0..*] to I_SecurityClassFundTypeText as _Text on $projection.SecurityClassFundType = _Text.SecurityClassFundType
    {
    @ObjectModel.text.association: '_Text'    
    key sfoty     as SecurityClassFundType,
   _Text // Make association public

}