C_CmmdtyPrcgPriceFixationSetTP

DDL: C_CMMDTYPRCGPRICEFIXATIONSETTP Type: view_entity CONSUMPTION Package: LOG_CMM_PRC_PRC_FIX_SET_ODT

Price Fixation Set

C_CmmdtyPrcgPriceFixationSetTP is a Consumption CDS View that provides data about "Price Fixation Set" in SAP S/4HANA. It reads from 1 data source (R_CmmdtyPrcgPriceFixationSetTP) and exposes 6 fields with key field CmmdtyPrcgPriceFixationSetUUID. Part of development package LOG_CMM_PRC_PRC_FIX_SET_ODT.

Data Sources (1)

SourceAliasJoin Type
R_CmmdtyPrcgPriceFixationSetTP R_CmmdtyPrcgPriceFixationSetTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Price Fixation Set view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyPrcgPriceFixationSetUUID CmmdtyPrcgPriceFixationSetUUID Price Fix Set GUID
IsSimulation IsSimulation
LocalLastChangeDateTime LocalLastChangeDateTime Time Stamp
PrcFxtnSetConditionApplication PrcFxtnSetConditionApplication
PriceFixationSetScenarioType PriceFixationSetScenarioType
PriceFixationSetIdentifier PriceFixationSetIdentifier

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_CmmdtyPrcgPriceFixationSetTP.
-- 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 C_CmmdtyPrcgPriceFixationSetTP AS
SELECT
  CmmdtyPrcgPriceFixationSetUUID,
  IsSimulation,
  LocalLastChangeDateTime,
  PrcFxtnSetConditionApplication,
  PriceFixationSetScenarioType,
  PriceFixationSetIdentifier
FROM R_CmmdtyPrcgPriceFixationSetTP
;