C_CmPrcgPrcFixationSetCompTP

DDL: C_CMPRCGPRCFIXATIONSETCOMPTP Type: view_entity CONSUMPTION

Price Fixation Set Components

C_CmPrcgPrcFixationSetCompTP is a Consumption CDS View that provides data about "Price Fixation Set Components" in SAP S/4HANA. It reads from 1 data source (R_CmPrcgPrcFixationSetCompTP) and exposes 6 fields with key field CmPrcgPrcFixationSetCompUUID.

Data Sources (1)

SourceAliasJoin Type
R_CmPrcgPrcFixationSetCompTP R_CmPrcgPrcFixationSetCompTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Price Fixation Set Components 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 CmPrcgPrcFixationSetCompUUID CmPrcgPrcFixationSetCompUUID
CmmdtyPrcgPriceFixationSetUUID CmmdtyPrcgPriceFixationSetUUID Price Fix Set GUID
DocItmCmmdtyPrcgCndnUUID DocItmCmmdtyPrcgCndnUUID Doc. Cond. Item GUID
PricingConditionRootTerm PricingConditionRootTerm
PricingConditionComponentType PricingConditionComponentType
ConditionType ConditionType Condition type

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_CmPrcgPrcFixationSetCompTP.
-- 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_CmPrcgPrcFixationSetCompTP AS
SELECT
  CmPrcgPrcFixationSetCompUUID,
  CmmdtyPrcgPriceFixationSetUUID,
  DocItmCmmdtyPrcgCndnUUID,
  PricingConditionRootTerm,
  PricingConditionComponentType,
  ConditionType
FROM R_CmPrcgPrcFixationSetCompTP
;