E_InspSubsetCharacteristic
Insp. Charc. for an Insp. Pt. Extension
E_InspSubsetCharacteristic is a Extension CDS View that provides data about "Insp. Charc. for an Insp. Pt. Extension" in SAP S/4HANA. It reads from 1 data source (qasv) and exposes 4 fields with key fields InspectionLot, InspPlanOperationInternalID, InspectionCharacteristic, InspectionSubsetInternalID. Part of development package VDM_QM_INSPECTION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qasv | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EINSPSUBSETCHAR | view | |
| EndUserText.label | Insp. Charc. for an Insp. Pt. Extension | view | |
| VDM.viewType | #EXTENSION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | prueflos | ||
| KEY | InspPlanOperationInternalID | vorglfnr | ||
| KEY | InspectionCharacteristic | merknr | ||
| KEY | InspectionSubsetInternalID | probenr |
@AbapCatalog.sqlViewName: 'EINSPSUBSETCHAR'
@EndUserText.label: 'Insp. Charc. for an Insp. Pt. Extension'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #B
}
define view E_InspSubsetCharacteristic as select from qasv as Persistence {
key prueflos as InspectionLot,
key vorglfnr as InspPlanOperationInternalID,
key merknr as InspectionCharacteristic,
key probenr as InspectionSubsetInternalID
}
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