F_FsclPerdDteFuncSglVal

DDL: F_FSCLPERDDTEFUNCSGLVAL Type: view DERIVATION_FUNCTION

Fiscal Period Single Date Functions

F_FsclPerdDteFuncSglVal is a CDS View that provides data about "Fiscal Period Single Date Functions" in SAP S/4HANA. It reads from 1 data source (I_FiscalDateFunctionValue) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
I_FiscalDateFunctionValue I_FiscalDateFunctionValue from

Parameters (2)

NameTypeDefault
P_DateFunction datefunctionid
P_FiscalYearVariant fis_periv

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName FFPDFSGLVAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions false view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey DateFunction view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #DERIVATION_FUNCTION view
ObjectModel.derivationFunction.result.type #SINGLE view
ObjectModel.derivationFunction.result.multipleRecords false view
ObjectModel.derivationFunction.result.element FiscalPeriod view
VDM.viewType #DERIVATION_FUNCTION view
EndUserText.label Fiscal Period Single Date Functions view

Fields (1)

KeyFieldSource TableSource FieldDescription
_FiscalYearVariant

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 F_FsclPerdDteFuncSglVal.
-- 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.
-- Parameters: P_DateFunction : datefunctionid, P_FiscalYearVariant : fis_periv

CREATE VIEW F_FsclPerdDteFuncSglVal AS
SELECT
  entity: { name: 'I_FiscalPeriodDateFuncSingleVH', element: 'DateFunction' AS _FiscalYearVariant
FROM I_FiscalDateFunctionValue
;