C_PrchInfoRecords_Fs
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)
| Source | Alias | Join Type |
|---|---|---|
| P_Prchinforecords_FS | PurchasingInfo | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_Product_Fs | _Product | $projection.Material = _Product.Material |
| [1..1] | P_Supplier_Fs | _Supplier | $projection.Supplier = _Supplier.Supplier |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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]
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA