I_FinancialDataSourceStdVH

DDL: I_FINANCIALDATASOURCESTDVH Type: view_entity COMPOSITE

Financial Data Source

I_FinancialDataSourceStdVH is a Composite CDS View that provides data about "Financial Data Source" in SAP S/4HANA. It reads from 1 data source (I_FinancialDataSource) and exposes 2 fields with key field FinancialDataSource.

Data Sources (1)

SourceAliasJoin Type
I_FinancialDataSource I_FinancialDataSource from

Annotations (15)

NameValueLevelField
EndUserText.label Financial Data Source view
ObjectModel.representativeKey FinancialDataSource view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.sapObjectNodeType.name FinancialDataSource view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #MANDATORY view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinancialDataSource FinancialDataSource
_Text _Text
@EndUserText.label: 'Financial Data Source'
@ObjectModel:{
    representativeKey: 'FinancialDataSource',
    dataCategory: #VALUE_HELP,
    usageType: {
    serviceQuality: #A,
    sizeCategory: #M,
    dataClass: #MASTER
    },
    sapObjectNodeType.name: 'FinancialDataSource',
    resultSet.sizeCategory: #XS,
    modelingPattern: #VALUE_HELP_PROVIDER,
    supportedCapabilities: [#SEARCHABLE_ENTITY,
                            #VALUE_HELP_PROVIDER]
}
@VDM: {
  viewType:#COMPOSITE,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #MANDATORY
@Search.searchable: true
@Consumption.ranked:true
@Metadata.ignorePropagatedAnnotations: true

define view entity I_FinancialDataSourceStdVH
  as select from I_FinancialDataSource
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key FinancialDataSource as FinancialDataSource,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FINANCIALDATASOURCE"
],
"ASSOCIATED":
[
"I_FINANCIALDATASOURCET"
],
"BASE":
[
"I_FINANCIALDATASOURCE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/