I_CmmdtyHdgSpecStsObjectType

DDL: I_CMMDTYHDGSPECSTSOBJECTTYPE SQL: ICMMHDGSPESTSOT Type: view BASIC

Commodity Hedge Specification Status Object Type

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

Data Sources (1)

SourceAliasJoin Type
tj04 tj04 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICMMHDGSPESTSOT view
EndUserText.label Commodity Hedge Specification Status Object Type view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.sizeCategory #L 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 CmmdtyHdgSpecificationStatusID 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_CmmdtyHdgSpecStsObjectType.
-- 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: ICMMHDGSPESTSOT

CREATE VIEW I_CmmdtyHdgSpecStsObjectType AS
SELECT
  obtyp AS ObjectType,
  istat AS CmmdtyHdgSpecificationStatusID
FROM tj04
;