E_InspectionPartialLot
Inspection Partial Lot Extension
E_InspectionPartialLot is a Extension CDS View that provides data about "Inspection Partial Lot Extension" in SAP S/4HANA. It reads from 1 data source (qalt) and exposes 2 fields with key fields InspectionPartialLot, InspectionLot.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qalt | Persistence | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Inspection Partial Lot Extension | view | |
| AbapCatalog.sqlViewName | EINSPPARTIALLOT | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionPartialLot | teillos | ||
| KEY | InspectionLot | prueflos |
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Inspection Partial Lot Extension'
@AbapCatalog.sqlViewName: 'EINSPPARTIALLOT'
@ClientHandling.algorithm: #AUTOMATED
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL }
define view E_InspectionPartialLot as select from qalt as Persistence {
key teillos as InspectionPartialLot,
key prueflos as InspectionLot
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"QALT"
],
"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