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 Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY FiscalPeriod FiscalPeriod Tax period
FiscalYearVariant FiscalYearVariant FY Variant
FiscalPeriodStartDate FiscalPeriodStartDate
FiscalPeriodEndDate FiscalPeriodEndDate
_CompanyCode _CompanyCode
_FiscalYearVariant _FiscalYearVariant
_FiscalPeriodStartDate _FiscalPeriodStartDate
_FiscalYear _FiscalYear
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_FiscalYearPeriodForCoCodeVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_FiscalYearPeriodForCoCodeVH AS
SELECT
  CompanyCode,
  FiscalYear,
  FiscalPeriod,
  FiscalYearVariant,
  FiscalPeriodStartDate,
  FiscalPeriodEndDate
FROM I_FiscalYearPeriodForCmpnyCode
;