P_InspOPInterval
Inspection OP Time Interval Details
P_InspOPInterval is a Basic CDS View that provides data about "Inspection OP Time Interval Details" in SAP S/4HANA. It reads from 2 data sources (afvc, qaop) and exposes 6 fields with key fields InspectionLot, InspPlanOperationInternalID. Part of development package ODATA_QM_INSPSUBSET_RR.
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #BASIC
@ObjectModel.usageType: { dataClass: #TRANSACTIONAL, sizeCategory: #L, serviceQuality: #A }
define view entity P_InspOPInterval
as select from qaop
inner join afvc on qaop.aufpl = afvc.aufpl
and qaop.aplzl = afvc.aplzl
left outer to one join afvv on afvc.aufpl = afvv.aufpl
and afvc.aplzl = afvv.aplzl
left outer to one join afko on qaop.prueflos = afko.prueflos
{
key qaop.prueflos as InspectionLot,
key qaop.vorglfnr as InspPlanOperationInternalID,
afvc.arbid as WorkCenterInternalID,
afvv.qrastzfak as InspSubsetTimeInterval,
afvv.qrastzeht as InspSubsetTimeIntervalUnit,
afko.breaks
}
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