/SCMTMS/CV_ProductRoot
Obsolete: Use CDS View /SCMTMS/VE_PrdRt
/SCMTMS/CV_ProductRoot is a CDS View that provides data about "Obsolete: Use CDS View /SCMTMS/VE_PrdRt" in SAP S/4HANA. It reads from 1 data source (I_Product) and exposes 24 fields with key field internal_id. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Product | _Product | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProductSales | _ProductSales | _Product.Product = _ProductSales.Product |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /SCMTMS/CV_PRDRT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Obsolete: Use CDS View /SCMTMS/VE_PrdRt | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | internal_id | |||
| product_uuid | I_Product | ProductUUID | UUID | |
| lvorm | ||||
| maxw | ||||
| maxw_uom | ||||
| maxw_tol | ||||
| maxv | ||||
| maxv_uom | ||||
| maxv_tol | ||||
| pmtyp | ||||
| closed_pm | ||||
| tare_var | ||||
| max_fill_up | ||||
| maxl | ||||
| maxh | ||||
| maxb | ||||
| maxdim_uom | ||||
| tragr | ||||
| mfrgr | _ProductSales | MaterialFreightGroup | Mat.Freight Grp | |
| dgprofl | I_Product | DangerousGoodsIndProfile | DGIndProfile | |
| herkl | I_Product | CountryOfOrigin | Country/Region of Origin | |
| ntgew | I_Product | NetWeight | Net weight | |
| gewei | I_Product | WeightUnit | Weight unit | |
| rmatp_pb |
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 /SCMTMS/CV_ProductRoot.
-- 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: /SCMTMS/CV_PRDRT
CREATE VIEW /SCMTMS/CV_ProductRoot AS
SELECT
cast( _Product.Product as /scmtms/mat_apn) AS internal_id,
_Product.ProductUUID AS product_uuid,
cast( _Product.IsMarkedForDeletion as lvorm ) AS lvorm,
cast( _ProductSales.AllowedPackagingWeightQty as /scmtms/res_maxw ) AS maxw,
cast( _ProductSales.AllowedPackagingWeightQtyUnit as meins ) AS maxw_uom,
cast( _ProductSales.ExcessWeightTolerance as /scmtms/res_maxw_tol ) AS maxw_tol,
cast( _ProductSales.AllowedPackagingVolumeQty as /scmtms/res_maxv ) AS maxv,
cast( _ProductSales.AllowedPackagingVolumeQtyUnit as meins ) AS maxv_uom,
cast( _ProductSales.ExcessVolumeTolerance as /scmtms/res_maxv_tol ) AS maxv_tol,
cast( _ProductSales.PackagingMaterialType as /scmtms/res_pmtyp ) AS pmtyp,
cast( _ProductSales.IsClosedPackagingMaterial as /scmtms/res_closed_pm ) AS closed_pm,
cast( _Product.HasVariableTareWeight as /scmtms/res_tare_var ) AS tare_var,
cast( _ProductSales.VolumeMaximumLevel as /scmtms/res_max_fill_up ) AS max_fill_up,
cast( _Product.MaximumPackagingLength as /scmtms/res_maxl ) AS maxl,
cast( _Product.MaximumPackagingHeight as /scmtms/res_maxh ) AS maxh,
cast( _Product.MaximumPackagingWidth as /scmtms/res_maxb ) AS maxb,
cast( _Product.UnitForMaxPackagingDimensions as meins ) AS maxdim_uom,
cast( _Product.TransportationGroup as /scmtms/prod_transp_grp_cd ) AS tragr,
_ProductSales.MaterialFreightGroup AS mfrgr,
_Product.DangerousGoodsIndProfile AS dgprofl,
_Product.CountryOfOrigin AS herkl,
_Product.NetWeight AS ntgew,
_Product.WeightUnit AS gewei,
_Product._ProductSCM.PckgBuildingReferenceProduct AS rmatp_pb
FROM I_Product AS _Product
LEFT OUTER JOIN I_ProductSales AS _ProductSales ON _Product.Product = _ProductSales.Product -- association [0..1]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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