I_FHC_HOL_TYPE_VH

DDL: I_FHC_HOL_TYPE_VH SQL: IFHCHOLTYPEVH Type: view

Value help for Holiday Type

I_FHC_HOL_TYPE_VH is a CDS View that provides data about "Value help for Holiday Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field hol_type. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l holtype_values from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FHC_HOL_TYPE_T _hol_type_text $projection.hol_type = _hol_type_text.hol_type

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName IFHCHOLTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value help for Holiday Type view
Search.searchable true view
ObjectModel.resultSet.sizeCategory #XS view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY hol_type dd07l domvalue_l Lower Value

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_FHC_HOL_TYPE_VH.
-- 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: IFHCHOLTYPEVH

CREATE VIEW I_FHC_HOL_TYPE_VH AS
SELECT
  holtype_values.domvalue_l AS hol_type
FROM dd07l AS holtype_values
LEFT OUTER JOIN I_FHC_HOL_TYPE_T AS _hol_type_text ON hol_type = _hol_type_text.hol_type  -- association [0..*]
;