I_CmmdtyHdgFXHdgReqCategory

DDL: I_CMMDTYHDGFXHDGREQCATEGORY SQL: ICMMHFXHRCAT Type: view BASIC

FX Hedge Request Category

I_CmmdtyHdgFXHdgReqCategory is a Basic CDS View that provides data about "FX Hedge Request Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key fields CmmdtyHdgFXHdgRequestCategory, DomainValuePosition.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICMMHFXHRCAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label FX Hedge Request Category view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyHdgFXHdgRequestCategory Lower Value
KEY DomainValuePosition valpos Value key

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_CmmdtyHdgFXHdgReqCategory.
-- 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: ICMMHFXHRCAT

CREATE VIEW I_CmmdtyHdgFXHdgReqCategory AS
SELECT
  cast(domvalue_l as toe_request_category ) AS CmmdtyHdgFXHdgRequestCategory,
  valpos AS DomainValuePosition
FROM dd07l
;