C_CmPrcgPrcFixationGrpCompTP

DDL: C_CMPRCGPRCFIXATIONGRPCOMPTP Type: view_entity CONSUMPTION

Price Fixation Group Component

C_CmPrcgPrcFixationGrpCompTP is a Consumption CDS View that provides data about "Price Fixation Group Component" in SAP S/4HANA. It reads from 1 data source (R_CmPrcgPrcFixationGrpCompTP) and exposes 8 fields with key field CmPrcgPrcFixationGrpCompUUID.

Data Sources (1)

SourceAliasJoin Type
R_CmPrcgPrcFixationGrpCompTP R_CmPrcgPrcFixationGrpCompTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Price Fixation Group Component 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 (8)

KeyFieldSource TableSource FieldDescription
KEY CmPrcgPrcFixationGrpCompUUID CmPrcgPrcFixationGrpCompUUID
CmmdtyPrcgPrcFixationGroupUUID CmmdtyPrcgPrcFixationGroupUUID Price Fix Group ID
CmmdtyPrcgPriceFixationSetUUID CmmdtyPrcgPriceFixationSetUUID Price Fix Set GUID
CmPrcgPrcFixationSetCompUUID CmPrcgPrcFixationSetCompUUID
DocItmCmmdtyPrcgCndnUUID DocItmCmmdtyPrcgCndnUUID Doc. Cond. Item GUID
PriceFixationSetExerciseTerm PriceFixationSetExerciseTerm
PrcFixationGrpCompStatusIcon PrcFixationGrpCompStatusIcon
_CmmdtyPrcgCndnExerciseTerm _CmmdtyPrcgCndnExerciseTerm

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_CmPrcgPrcFixationGrpCompTP.
-- 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_CmPrcgPrcFixationGrpCompTP AS
SELECT
  CmPrcgPrcFixationGrpCompUUID,
  CmmdtyPrcgPrcFixationGroupUUID,
  CmmdtyPrcgPriceFixationSetUUID,
  CmPrcgPrcFixationSetCompUUID,
  DocItmCmmdtyPrcgCndnUUID,
  PriceFixationSetExerciseTerm,
  PrcFixationGrpCompStatusIcon
FROM R_CmPrcgPrcFixationGrpCompTP
;