E_InspectionSubset
Inspection Point of an Inspection Operation Extension
E_InspectionSubset is a Extension CDS View that provides data about "Inspection Point of an Inspection Operation Extension" in SAP S/4HANA. It reads from 1 data source (qapp) and exposes 3 fields with key fields InspectionLot, InspectionSubsetInternalID, InspPlanOperationInternalID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qapp | Persistence | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EINSPSUBSET | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| EndUserText.label | Inspection Point of an Inspection Operation Extension | view | |
| VDM.viewType | #EXTENSION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | prueflos | ||
| KEY | InspectionSubsetInternalID | probenr | ||
| KEY | InspPlanOperationInternalID | vorglfnr |
@AbapCatalog.sqlViewName: 'EINSPSUBSET'
@ClientHandling.algorithm: #AUTOMATED
@EndUserText.label: 'Inspection Point of an Inspection Operation Extension'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL }
define view E_InspectionSubset as select from qapp as Persistence {
key prueflos as InspectionLot,
key probenr as InspectionSubsetInternalID,
key vorglfnr as InspPlanOperationInternalID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"QAPP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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