I_CmmdtyHdgTgtQtaStsObjectType

DDL: I_CMMDTYHDGTGTQTASTSOBJECTTYPE SQL: ICMMHDGTQSTSOT Type: view BASIC

Commodity Hdg Spec Status Object Type

I_CmmdtyHdgTgtQtaStsObjectType is a Basic CDS View that provides data about "Commodity Hdg Spec Status Object Type" in SAP S/4HANA. It reads from 1 data source (tj04) and exposes 2 fields with key fields ObjectType, CmmdtyHedgeTargetQuotaStatusID.

Data Sources (1)

SourceAliasJoin Type
tj04 tj04 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICMMHDGTQSTSOT view
EndUserText.label Commodity Hdg Spec Status Object Type view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ObjectType obtyp Picking area
KEY CmmdtyHedgeTargetQuotaStatusID istat System status

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_CmmdtyHdgTgtQtaStsObjectType.
-- 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: ICMMHDGTQSTSOT

CREATE VIEW I_CmmdtyHdgTgtQtaStsObjectType AS
SELECT
  obtyp AS ObjectType,
  istat AS CmmdtyHedgeTargetQuotaStatusID
FROM tj04
;