C_InspWorkCenterRsltRec
Inspection Operation
C_InspWorkCenterRsltRec is a Consumption CDS View that provides data about "Inspection Operation" in SAP S/4HANA. It reads from 1 data source (I_InspectionOperation) and exposes 15 fields with key fields InspectionLot, InspPlanOperationInternalID. Part of development package ODATA_QM_INSPSUBSET_RR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InspectionOperation | I_InspectionOperation | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Inspection Operation | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | InspectionLot | ||
| KEY | InspPlanOperationInternalID | InspPlanOperationInternalID | ||
| InspectionOperation | InspectionOperation | Inspection Operation | ||
| OperationText | OperationText | Inspection Operation Text | ||
| InspSbstIsTimeRelated | InspSbstIsTimeRelated | |||
| InspSbstHasNoTimeOrQuantity | InspSbstHasNoTimeOrQuantity | |||
| WorkCenterInternalID | WorkCenterInternalID | |||
| WorkCenterTypeCode | ||||
| WorkCenter | ||||
| WorkCenterText | ||||
| WorkCenterCategoryCode | ||||
| WorkCenterUsage | ||||
| Plant | ||||
| ValidityStartDate | ||||
| ValidityEndDate |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Inspection Operation'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
define view entity C_InspWorkCenterRsltRec as select from I_InspectionOperation
{ @Consumption.filter.hidden: true
key InspectionLot,
@Consumption.filter.hidden: true
key InspPlanOperationInternalID,
@EndUserText.label: 'Inspection Operation'
@Consumption.valueHelpDefinition: [ { entity: { name: 'I_InspectionOperationStdVH', element: 'InspectionOperation' } } ]
InspectionOperation,
@Consumption.filter.hidden: true
@EndUserText.label: 'Inspection Operation Text'
OperationText,
@Consumption.filter.hidden: true
InspSbstIsTimeRelated,
@Consumption.filter.hidden: true
InspSbstHasNoTimeOrQuantity,
@Consumption.filter.hidden: true
WorkCenterInternalID,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.WorkCenterTypeCode,
I_InspectionOperation._WorkCenter.WorkCenter,
@Consumption.filter.hidden: true
_WorkCenter._Text[1:Language=$session.system_language].WorkCenterText,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.WorkCenterCategoryCode,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.WorkCenterUsage,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.Plant,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.ValidityStartDate,
@Consumption.filter.hidden: true
I_InspectionOperation._WorkCenter.ValidityEndDate
}
where
InspSbstIsTimeRelated = 'X'
or
InspSbstHasNoTimeOrQuantity = 'X'
Learn More
- 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 Annotations — A Complete Guide
- 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