Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

C_PrchInfoRecords_Fs

DDL: C_PRCHINFORECORDS_FS SQL: CPRCHINFOREC Type: view CONSUMPTION Package: VDM_MD_PRODUCT_OBSOLETE

Product Factsheet - Consumption view

C_PrchInfoRecords_Fs is a Consumption CDS View that provides data about "Product Factsheet - Consumption view" in SAP S/4HANA. It reads from 1 data source (P_Prchinforecords_FS) and exposes 29 fields with key field PurchasingInfoRecord. It has 2 associations to related views. Part of development package VDM_MD_PRODUCT_OBSOLETE.

Data Sources (1)

SourceAliasJoin Type
P_Prchinforecords_FS PurchasingInfo from

Associations (2)

CardinalityTargetAliasCondition
[1..1] C_Product_Fs _Product $projection.Material = _Product.Material
[1..1] P_Supplier_Fs _Supplier $projection.Supplier = _Supplier.Supplier

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName CPRCHINFOREC view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Product Factsheet - Consumption view view
VDM.viewType #CONSUMPTION view
UI.headerInfo.typeName PrchInfo view
UI.headerInfo.typeNamePlural PrchInfos view
UI.headerInfo.title.value PurchasingInfoRecord view
UI.headerInfo.title.label PrchInfoNum view
UI.headerInfo.typeImageUrl view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
VDM.lifecycle.status #DEPRECATED view

Fields (29)

KeyFieldSource TableSource FieldDescription
KEY PurchasingInfoRecord P_Prchinforecords_FS PurchasingInfoRecord Info Record
Supplier P_Prchinforecords_FS Supplier Supplier
Manufacturer P_Prchinforecords_FS Manufacturer Manufacturer
ManufacturerName P_Prchinforecords_FS ManufacturerName Manufacturer
BaseUnit P_Prchinforecords_FS BaseUnit Unit of Measure
CreationDate P_Prchinforecords_FS CreationDate Time Stamp
IsDeleted P_Prchinforecords_FS IsDeleted TRUE
Material P_Prchinforecords_FS Material Vehicle Model
PurgDocOrderQuantityUnit P_Prchinforecords_FS PurgDocOrderQuantityUnit Purchasing Document Order Qty Unit
PriorSupplier P_Prchinforecords_FS PriorSupplier Prior Supplier
PriorSupplierName P_Prchinforecords_FS PriorSupplierName PA text
IsRegularSupplier P_Prchinforecords_FS IsRegularSupplier Reg. Supplier
PurchasingInfoRecordDesc P_Prchinforecords_FS PurchasingInfoRecordDesc Info Short Text
SupplierPhoneNumber P_Prchinforecords_FS SupplierPhoneNumber Telephone
SupplierMaterialGroup P_Prchinforecords_FS SupplierMaterialGroup Suppl. Mat. Grp
SupplierRespSalesPersonName P_Prchinforecords_FS SupplierRespSalesPersonName Salesperson
SupplierMaterialNumber P_Prchinforecords_FS SupplierMaterialNumber Supp. Mat. No.
CreatedByUser P_Prchinforecords_FS CreatedByUser User Name
MaterialGroup P_Prchinforecords_FS MaterialGroup Product Group
ProductPurchasePointsQty P_Prchinforecords_FS ProductPurchasePointsQty Points
ProductPurchasePointsQtyUnit P_Prchinforecords_FS ProductPurchasePointsQtyUnit Points Unit
SupplierSubrange P_Prchinforecords_FS SupplierSubrange Suppl. Subrange
PersonFullName P_Prchinforecords_FS PersonFullName Full Name
MaterialGroupName P_Prchinforecords_FS MaterialGroupName prod Grp Desc.
ProductDescription P_Prchinforecords_FS ProductDescription Description
PreferredSupplierName P_Prchinforecords_FS PreferredSupplierName
AuthorizationGroup P_Prchinforecords_FS AuthorizationGroup AuthorizGroup
_Product _Product
_Supplier _Supplier

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_PrchInfoRecords_Fs.
-- 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: CPRCHINFOREC

CREATE VIEW C_PrchInfoRecords_Fs AS
SELECT
  PurchasingInfo.PurchasingInfoRecord AS PurchasingInfoRecord,
  PurchasingInfo.Supplier AS Supplier,
  PurchasingInfo.Manufacturer AS Manufacturer,
  PurchasingInfo.ManufacturerName AS ManufacturerName,
  PurchasingInfo.BaseUnit AS BaseUnit,
  PurchasingInfo.CreationDate AS CreationDate,
  PurchasingInfo.IsDeleted AS IsDeleted,
  PurchasingInfo.Material AS Material,
  PurchasingInfo.PurgDocOrderQuantityUnit AS PurgDocOrderQuantityUnit,
  PurchasingInfo.PriorSupplier AS PriorSupplier,
  PurchasingInfo.PriorSupplierName AS PriorSupplierName,
  PurchasingInfo.IsRegularSupplier AS IsRegularSupplier,
  PurchasingInfo.PurchasingInfoRecordDesc AS PurchasingInfoRecordDesc,
  PurchasingInfo.SupplierPhoneNumber AS SupplierPhoneNumber,
  PurchasingInfo.SupplierMaterialGroup AS SupplierMaterialGroup,
  PurchasingInfo.SupplierRespSalesPersonName AS SupplierRespSalesPersonName,
  PurchasingInfo.SupplierMaterialNumber AS SupplierMaterialNumber,
  PurchasingInfo.CreatedByUser AS CreatedByUser,
  PurchasingInfo.MaterialGroup AS MaterialGroup,
  PurchasingInfo.ProductPurchasePointsQty AS ProductPurchasePointsQty,
  PurchasingInfo.ProductPurchasePointsQtyUnit AS ProductPurchasePointsQtyUnit,
  PurchasingInfo.SupplierSubrange AS SupplierSubrange,
  PurchasingInfo.PersonFullName AS PersonFullName,
  PurchasingInfo.MaterialGroupName AS MaterialGroupName,
  PurchasingInfo.ProductDescription AS ProductDescription,
  PurchasingInfo.PreferredSupplierName AS PreferredSupplierName,
  PurchasingInfo.AuthorizationGroup AS AuthorizationGroup
FROM P_Prchinforecords_FS AS PurchasingInfo
LEFT OUTER JOIN C_Product_Fs AS _Product ON Material = _Product.Material  -- association [1..1]
LEFT OUTER JOIN P_Supplier_Fs AS _Supplier ON Supplier = _Supplier.Supplier  -- association [1..1]
;