C_ProductWithPurInfoRecord

DDL: C_PRODUCTWITHPURINFORECORD SQL: CPRODPURINFORECD Type: view CONSUMPTION Package: ODATA_QM_PLAN_LOGISTIC

Products with Purchase Info Records

C_ProductWithPurInfoRecord is a Consumption CDS View that provides data about "Products with Purchase Info Records" in SAP S/4HANA. Part of development package ODATA_QM_PLAN_LOGISTIC.

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CPRODPURINFORECD view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Products with Purchase Info Records view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
PurchaseInfoRecordIsCreated

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_ProductWithPurInfoRecord.
-- 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: CPRODPURINFORECD

CREATE VIEW C_ProductWithPurInfoRecord AS
SELECT
  Material,
  'X' AS PurchaseInfoRecordIsCreated
;