C_FiscalYearPeriodForCoCodeVH

DDL: C_FISCALYEARPERIODFORCOCODEVH Type: view_entity CONSUMPTION

Fiscal Year Period For Company Code

C_FiscalYearPeriodForCoCodeVH is a Consumption CDS View that provides data about "Fiscal Year Period For Company Code" in SAP S/4HANA. It reads from 1 data source (I_FiscalYearPeriodForCmpnyCode) and exposes 11 fields with key fields CompanyCode, FiscalYear, FiscalPeriod.

Data Sources (1)

SourceAliasJoin Type
I_FiscalYearPeriodForCmpnyCode I_FiscalYearPeriodForCmpnyCode from

Annotations (10)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Fiscal Year Period For Company Code view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AccessControl.authorizationCheck #NOT_REQUIRED view
Consumption.ranked true view
Search.searchable true view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FiscalYear FiscalYear
KEY FiscalPeriod FiscalPeriod
FiscalYearVariant FiscalYearVariant
FiscalPeriodStartDate FiscalPeriodStartDate
FiscalPeriodEndDate FiscalPeriodEndDate
_CompanyCode _CompanyCode
_FiscalYearVariant _FiscalYearVariant
_FiscalPeriodStartDate _FiscalPeriodStartDate
_FiscalYear _FiscalYear
_Text _Text
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Fiscal Year Period For Company Code'
@VDM.viewType: #CONSUMPTION

@ObjectModel: {
  dataCategory: #VALUE_HELP,
  usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #CUSTOMIZING}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Consumption.ranked: true
@Search.searchable: true

define view entity C_FiscalYearPeriodForCoCodeVH
  as select from I_FiscalYearPeriodForCmpnyCode

{
      @Consumption.valueHelpDefinition: [
        { entity:  { name:    'I_CompanyCodeStdVH',
                     element: 'CompanyCode' }
        }]
      @ObjectModel.foreignKey.association: '_CompanyCode'
  key CompanyCode,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.foreignKey.association: '_FiscalYear'
  key FiscalYear,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key FiscalPeriod,

      @ObjectModel.foreignKey.association: '_FiscalYearVariant'
      FiscalYearVariant,

      @ObjectModel.foreignKey.association: '_FiscalPeriodStartDate'
      FiscalPeriodStartDate,
      FiscalPeriodEndDate,

      _CompanyCode,
      _FiscalYearVariant,
      _FiscalPeriodStartDate,
      _FiscalYear,
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FISCALYEARPERIODFORCMPNYCODE"
],
"ASSOCIATED":
[
"I_CALENDARDATE",
"I_COMPANYCODE",
"I_FISCALPERIODFORCOCODETEXT",
"I_FISCALYEARFORCOMPANYCODE",
"I_FISCALYEARVARIANT"
],
"BASE":
[
"I_FISCALYEARPERIODFORCMPNYCODE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/