E_CmmdtyPrcgPriceFixationSet

DDL: E_CMMDTYPRCGPRICEFIXATIONSET Type: view_entity EXTENSION Package: LOG_CMM_PRC_PRC_FIX_SET_VDM

Pricing Fixation Set - Extension

E_CmmdtyPrcgPriceFixationSet is a Extension CDS View that provides data about "Pricing Fixation Set - Extension" in SAP S/4HANA. It reads from 1 data source (cpe_prcfixset) and exposes 1 field with key field CmmdtyPrcgPriceFixationSetUUID. Part of development package LOG_CMM_PRC_PRC_FIX_SET_VDM.

Data Sources (1)

SourceAliasJoin Type
cpe_prcfixset persistance from

Annotations (7)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Pricing Fixation Set - Extension view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.sapObjectNodeType.name CmmdtyPricingPriceFixationSet view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyPrcgPriceFixationSetUUID prcfixset_guid Price Fix Set GUID

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 E_CmmdtyPrcgPriceFixationSet.
-- 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 E_CmmdtyPrcgPriceFixationSet AS
SELECT
  prcfixset_guid AS CmmdtyPrcgPriceFixationSetUUID
FROM cpe_prcfixset AS persistance
;