C_ProductBasicInfo
Product Basic Info View
C_ProductBasicInfo is a Consumption CDS View that provides data about "Product Basic Info View" in SAP S/4HANA. It reads from 1 data source (I_Product) and exposes 21 fields with key field Product. Part of development package VDM_MD_PRODUCT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Product | Product | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPRODBASICINFO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Product Basic Info View | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | Product | view | |
| Metadata.allowExtensions | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Product | I_Product | Product | Product Sold |
| ProductDescription | ||||
| ProductType | I_Product | ProductType | Product Type Group | |
| ProductGroup | I_Product | ProductGroup | Product Sold Group | |
| ProductCategory | I_Product | ProductCategory | Prod Category | |
| BaseUnit | I_Product | BaseUnit | Unit of Measure | |
| ProductStandardID | I_Product | ProductStandardID | GTIN | |
| InternationalArticleNumberCat | ||||
| AuthorizationGroup | I_Product | AuthorizationGroup | AuthorizGroup | |
| ProductImageURL | ||||
| _ProductType | _ProductType | |||
| _ProductTypeName | _ProductTypeName | |||
| _ProductGroup_2 | _ProductGroup_2 | |||
| _ProductGroupText_2 | _ProductGroupText_2 | |||
| _ProductCategory | _ProductCategory | |||
| _ProductCategoryText | _ProductCategoryText | |||
| _InternationalArticleNumberCat | _InternationalArticleNumberCat | |||
| _IntArticleNumberText | _IntArticleNumberText | |||
| _BaseUnitOfMeasure | _BaseUnitOfMeasure | |||
| _BaseUnitOfMeasureText | _BaseUnitOfMeasureText | |||
| _Text | _Text |
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_ProductBasicInfo.
-- 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: CPRODBASICINFO
CREATE VIEW C_ProductBasicInfo AS
SELECT
Product.Product AS Product,
_Text[1:Language = $session.system_language].ProductName AS ProductDescription,
Product.ProductType AS ProductType,
Product.ProductGroup AS ProductGroup,
Product.ProductCategory AS ProductCategory,
Product.BaseUnit AS BaseUnit,
Product.ProductStandardID AS ProductStandardID,
cast(Product.InternationalArticleNumberCat as internationalarticlenumbercat preserving type ) AS InternationalArticleNumberCat,
Product.AuthorizationGroup AS AuthorizationGroup,
cast( '' as productimageurl ) AS ProductImageURL
FROM I_Product AS Product
;
Learn More
- 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
- S/4HANA CDS View Deprecation: What You Need to Know
- 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