C_CmmdtyHdgSpecPeriodicityVH

DDL: C_CMMDTYHDGSPECPERIODICITYVH SQL: CCMMHDGSPECPRDH Type: view CONSUMPTION Package: FIN_CMM_CMDTY_HEDGE_SPEC

Hedge Spec Periodicity

C_CmmdtyHdgSpecPeriodicityVH is a Consumption CDS View that provides data about "Hedge Spec Periodicity" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyHdgSpecPeriodicity) and exposes 2 fields with key field CmmdtyHdgPeriodicityDefinition. It is exposed through 1 OData service (UI_CMMDTYHDGSPECIFICATION). Part of development package FIN_CMM_CMDTY_HEDGE_SPEC.

Data Sources (1)

SourceAliasJoin Type
I_CmmdtyHdgSpecPeriodicity I_CmmdtyHdgSpecPeriodicity from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CCMMHDGSPECPRDH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Hedge Spec Periodicity view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey CmmdtyHdgPeriodicityDefinition view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.resultSet.sizeCategory #XS view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CMMDTYHDGSPECIFICATION UI_CMMDTYHDGSPECIFICATION V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyHdgPeriodicityDefinition
CmmdtyHedgeSpecPeriodicityText _Text CmmdtyHedgeSpecPeriodicityText

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_CmmdtyHdgSpecPeriodicityVH.
-- 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: CCMMHDGSPECPRDH

CREATE VIEW C_CmmdtyHdgSpecPeriodicityVH AS
SELECT
  cast(CmmdtyHdgPeriodicityDefinition as cmm_hs_periodicity) AS CmmdtyHdgPeriodicityDefinition,
  _Text.CmmdtyHedgeSpecPeriodicityText AS CmmdtyHedgeSpecPeriodicityText
FROM I_CmmdtyHdgSpecPeriodicity
;