I_SettlementYearVH

DDL: I_SETTLEMENTYEARVH SQL: ISTLYEARVH Type: view BASIC

Basic layer for Settlement Year Val Help

I_SettlementYearVH is a Basic CDS View that provides data about "Basic layer for Settlement Year Val Help" in SAP S/4HANA. It reads from 1 data source (scal_tt_year) and exposes 1 field with key field CalendarYear.

Data Sources (1)

SourceAliasJoin Type
scal_tt_year scal_tt_year from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ISTLYEARVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Basic layer for Settlement Year Val Help view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CalendarYear scal_tt_year calendaryear Year

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 I_SettlementYearVH.
-- 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.
-- SQL view name: ISTLYEARVH

CREATE VIEW I_SettlementYearVH AS
SELECT
  scal_tt_year.calendaryear AS CalendarYear
FROM scal_tt_year
;