I_FHC_HOL_TYPE_T

DDL: I_FHC_HOL_TYPE_T SQL: IFHCHOLTYPET Type: view Package: S_FHC_MAINTENANCE

Text for Holiday Type

I_FHC_HOL_TYPE_T is a CDS View that provides data about "Text for Holiday Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key fields hol_type, language. It is exposed through 1 OData service (UI_FHC_HOL_M). Part of development package S_FHC_MAINTENANCE.

Data Sources (1)

SourceAliasJoin Type
dd07t hol_type_text from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName IFHCHOLTYPET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text for Holiday Type view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FHC_HOL_M UI_FHC_HOL_M_O4 V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY hol_type dd07t domvalue_l Owner
KEY language dd07t ddlanguage Lang.

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_T.
-- 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: IFHCHOLTYPET

CREATE VIEW I_FHC_HOL_TYPE_T AS
SELECT
  hol_type_text.domvalue_l AS hol_type,
  hol_type_text.ddlanguage AS language
FROM dd07t AS hol_type_text
;