A_CmmdtyHdgHdggArClassfctn

DDL: A_CMMDTYHDGHDGGARCLASSFCTN Type: view_entity CONSUMPTION

Hedging Classification

A_CmmdtyHdgHdggArClassfctn is a Consumption CDS View that provides data about "Hedging Classification" in SAP S/4HANA. It reads from 1 data source (R_CmmdtyHdgHdggArClfnTP) and exposes 9 fields with key field HedgingAreaClassificationUUID.

Data Sources (1)

SourceAliasJoin Type
R_CmmdtyHdgHdggArClfnTP R_CmmdtyHdgHdggArClfnTP projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
OData.entityType.name A_CmmdtyHdgHdggArClassfctn_Type view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.representativeKey HedgingAreaClassificationUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Hedging Classification view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY HedgingAreaClassificationUUID HedgingAreaClassificationUUID UUID
HedgingAreaParentObjectUUID HedgingAreaParentObjectUUID UUID
HedgingAreaProductType HedgingAreaProductType Product Type
HedgingAreaIdentification HedgingAreaIdentification Hedging Area
HedgingAreaValidFromDate HedgingAreaValidFromDate Valid-From Date
HedgingAreaAuthorizationGroup HedgingAreaAuthorizationGroup Authorization Group
HdggArHedgingClassification HdggArHedgingClassification Hedging Classificatn
HdggArFXHedgingClassification HdggArFXHedgingClassification Hdg Class FX Trans
HdggArFXHdggClassificationSell HdggArFXHdggClassificationSell Hdg Class FX Trans

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 A_CmmdtyHdgHdggArClassfctn.
-- 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.

CREATE VIEW A_CmmdtyHdgHdggArClassfctn AS
SELECT
  HedgingAreaClassificationUUID,
  HedgingAreaParentObjectUUID,
  HedgingAreaProductType,
  HedgingAreaIdentification,
  HedgingAreaValidFromDate,
  HedgingAreaAuthorizationGroup,
  HdggArHedgingClassification,
  HdggArFXHedgingClassification,
  HdggArFXHdggClassificationSell
FROM R_CmmdtyHdgHdggArClfnTP
;