C_InspCharcSubsetResults
RRIP: Characteristics Subset Results
C_InspCharcSubsetResults is a Consumption CDS View that provides data about "RRIP: Characteristics Subset Results" in SAP S/4HANA. It reads from 2 data sources (I_InspectionSubset, I_InspSubsetCharacteristic) and exposes 33 fields with key fields InspectionLot, InspPlanOperationInternalID, InspectionCharacteristic, InspectionSubsetInternalID. Part of development package ODATA_QM_INSPSUBSET_RR.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_InspectionSubset | InspectionSubset | inner |
| I_InspSubsetCharacteristic | InspSubsetCharacteristic | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CINSPCHSUBRSLTS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| EndUserText.label | RRIP: Characteristics Subset Results | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | I_InspSubsetCharacteristic | InspectionLot | Inspection Lot |
| KEY | InspPlanOperationInternalID | I_InspSubsetCharacteristic | InspPlanOperationInternalID | Node Number |
| KEY | InspectionCharacteristic | I_InspSubsetCharacteristic | InspectionCharacteristic | Characteristic |
| KEY | InspectionSubsetInternalID | I_InspSubsetCharacteristic | InspectionSubsetInternalID | Sample Number |
| InspSpecIsQuantitative | ||||
| InspectionCharacteristicStatus | InspectionCharacteristicStatus | Status | ||
| InspectionResultMeanValue | InspectionResultMeanValue | |||
| CharacteristicAttributeCode | CharacteristicAttributeCode | |||
| CharacteristicAttributeCodeGrp | CharacteristicAttributeCodeGrp | |||
| InspectionValuationResult | InspectionValuationResult | |||
| InspectionValuationResultText | ||||
| InspSubsetUsageDcsnValuation | InspSubsetUsageDcsnValuation | Code Valuation | ||
| InspectionSubsetDate | InspectionSubsetDate | |||
| InspectionSubsetTime | InspectionSubsetTime | |||
| InspRsltAboveToleranceValsNmbr | InspSubsetResult | InspRsltAboveToleranceValsNmbr | ||
| InspRsltBelowToleranceValsNmbr | InspSubsetResult | InspRsltBelowToleranceValsNmbr | ||
| InspectionResultText | InspSubsetResult | InspectionResultText | ||
| Plant | ||||
| WorkCenter | ||||
| WorkCenterInternalID | ||||
| InspectionLotType | ||||
| InspectionSubsetType | ||||
| MatlQualityAuthorizationGroup | ||||
| IsBusinessPurposeCompleted | ||||
| _InspectionLot | I_InspSubsetCharacteristic | _InspectionLot | ||
| _InspectionOperation | I_InspSubsetCharacteristic | _InspectionOperation | ||
| _InspectionCharacteristic | _InspectionCharacteristic | |||
| _Plant | ||||
| _WorkCenter | ||||
| _InspectionLotType | ||||
| _InspectionSubsetType | ||||
| _InspectionValuationResult | InspSubsetResult | _InspectionValuationResult | ||
| _InspSubsetUsageDcsnValn | I_InspectionSubset | _InspSubsetUsageDcsnValn |
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_InspCharcSubsetResults.
-- 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: CINSPCHSUBRSLTS
CREATE VIEW C_InspCharcSubsetResults AS
SELECT
InspSubsetCharacteristic.InspectionLot AS InspectionLot,
InspSubsetCharacteristic.InspPlanOperationInternalID AS InspPlanOperationInternalID,
InspSubsetCharacteristic.InspectionCharacteristic AS InspectionCharacteristic,
InspSubsetCharacteristic.InspectionSubsetInternalID AS InspectionSubsetInternalID,
InspSubsetCharacteristic._InspectionCharacteristic.InspSpecIsQuantitative AS InspSpecIsQuantitative,
InspectionCharacteristicStatus,
InspectionResultMeanValue,
CharacteristicAttributeCode,
CharacteristicAttributeCodeGrp,
InspectionValuationResult,
_InspectionValuationResult._Text[1:Language=$session.system_language].InspectionValuationResultText AS InspectionValuationResultText,
InspSubsetUsageDcsnValuation,
InspectionSubsetDate,
InspectionSubsetTime,
InspSubsetResult.InspRsltAboveToleranceValsNmbr AS InspRsltAboveToleranceValsNmbr,
InspSubsetResult.InspRsltBelowToleranceValsNmbr AS InspRsltBelowToleranceValsNmbr,
InspSubsetResult.InspectionResultText AS InspectionResultText,
InspSubsetCharacteristic._InspectionLot.Plant AS Plant,
InspSubsetCharacteristic._InspectionOperation._WorkCenter.WorkCenter AS WorkCenter,
InspSubsetCharacteristic._InspectionOperation.WorkCenterInternalID AS WorkCenterInternalID,
InspSubsetCharacteristic._InspectionLot.InspectionLotType AS InspectionLotType,
InspSubsetCharacteristic._InspectionLot.InspectionSubsetType AS InspectionSubsetType,
InspSubsetCharacteristic._InspectionLot.MatlQualityAuthorizationGroup AS MatlQualityAuthorizationGroup,
InspSubsetCharacteristic._InspectionLot.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
InspSubsetCharacteristic._InspectionLot AS _InspectionLot,
InspSubsetCharacteristic._InspectionOperation AS _InspectionOperation,
InspSubsetCharacteristic._InspectionLot._Plant AS _Plant,
InspSubsetCharacteristic._InspectionOperation._WorkCenter AS _WorkCenter,
InspSubsetCharacteristic._InspectionLot._InspectionLotType AS _InspectionLotType,
InspSubsetCharacteristic._InspectionLot._InspectionSubsetType AS _InspectionSubsetType,
InspSubsetResult._InspectionValuationResult AS _InspectionValuationResult,
InspectionSubset._InspSubsetUsageDcsnValn AS _InspSubsetUsageDcsnValn
FROM I_InspSubsetCharacteristic AS InspSubsetCharacteristic
INNER JOIN I_InspectionSubset AS InspectionSubset ON /* join condition not captured in parsed metadata */
;
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