I_InspectionLotQltyScoreCube
Inspection Lot Analytics - Quality Score
I_InspectionLotQltyScoreCube is a Composite CDS View (Cube) that provides data about "Inspection Lot Analytics - Quality Score" in SAP S/4HANA. It reads from 1 data source (I_InspectionLot) and exposes 20 fields with key field InspectionLot. Part of development package ODATA_QM_INSPECTION_ANALYTICS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InspectionLot | _InspectionLot | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_StartDate | mm_a_delivery_date | |
| P_EndDate | mm_a_delivery_date |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | IINSPLOTQSCORE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Analytics.dataCategory | #CUBE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Inspection Lot Analytics - Quality Score | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.allowExtensions | true | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | I_InspectionLot | InspectionLot | Inspection Lot |
| InspectionLotType | I_InspectionLot | InspectionLotType | Inspection Type | |
| Material | I_InspectionLot | Material | Vehicle Model | |
| Plant | I_InspectionLot | Plant | Valuation Area | |
| Supplier | I_InspectionLot | Supplier | Supplier | |
| Customer | I_InspectionLot | Customer | Sold-to Party | |
| Manufacturer | I_InspectionLot | Manufacturer | Manufacturer | |
| InspectionLotOrigin | I_InspectionLot | InspectionLotOrigin | ||
| InspectionLotCreatedOn | I_InspectionLot | InspectionLotCreatedOn | Created On | |
| InspectionLotUsageDecidedOn | _InspLotUsageDecision | InspectionLotUsageDecidedOn | ||
| InspectionLotQualityScore | ||||
| MatlQualityAuthorizationGroup | MatlQualityAuthorizationGroup | QM Matl Auth. | ||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | Purpose Completed | ||
| _InspectionLotType | I_InspectionLot | _InspectionLotType | ||
| _Material | I_InspectionLot | _Material | ||
| _Plant | I_InspectionLot | _Plant | ||
| _Supplier | I_InspectionLot | _Supplier | ||
| _Customer | I_InspectionLot | _Customer | ||
| _Manufacturer | I_InspectionLot | _Manufacturer | ||
| _InspectionLotOrigin | I_InspectionLot | _InspectionLotOrigin |
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 I_InspectionLotQltyScoreCube.
-- 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.
-- Parameters: P_StartDate : mm_a_delivery_date, P_EndDate : mm_a_delivery_date
CREATE VIEW I_InspectionLotQltyScoreCube AS
SELECT
_InspectionLot.InspectionLot AS InspectionLot,
_InspectionLot.InspectionLotType AS InspectionLotType,
_InspectionLot.Material AS Material,
_InspectionLot.Plant AS Plant,
_InspectionLot.Supplier AS Supplier,
_InspectionLot.Customer AS Customer,
_InspectionLot.Manufacturer AS Manufacturer,
_InspectionLot.InspectionLotOrigin AS InspectionLotOrigin,
_InspectionLot.InspectionLotCreatedOn AS InspectionLotCreatedOn,
_InspLotUsageDecision.InspectionLotUsageDecidedOn AS InspectionLotUsageDecidedOn,
_InspectionLot._InspLotUsageDecision.InspectionLotQualityScore AS InspectionLotQualityScore,
MatlQualityAuthorizationGroup,
IsBusinessPurposeCompleted,
_InspectionLot._InspectionLotType AS _InspectionLotType,
_InspectionLot._Material AS _Material,
_InspectionLot._Plant AS _Plant,
_InspectionLot._Supplier AS _Supplier,
_InspectionLot._Customer AS _Customer,
_InspectionLot._Manufacturer AS _Manufacturer,
_InspectionLot._InspectionLotOrigin AS _InspectionLotOrigin
FROM I_InspectionLot AS _InspectionLot
;
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