C_InspLotMatlDocValHelp
Inspection Lot Material Document ValueHelp
C_InspLotMatlDocValHelp is a Consumption CDS View that provides data about "Inspection Lot Material Document ValueHelp" in SAP S/4HANA. It reads from 2 data sources (I_InspLotMatlDocItem, I_InspectionLot) and exposes 11 fields with key fields InspectionLot, InspLotMatlDocItem. Part of development package ODATA_QM_INSPLOT.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_InspLotMatlDocItem | I_InspLotMatlDocItem | from |
| I_InspectionLot | InspLot | inner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CILMATLDOCVH | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| Search.searchable | true | view | |
| EndUserText.label | Inspection Lot Material Document ValueHelp | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLot | I_InspLotMatlDocItem | InspectionLot | |
| KEY | InspLotMatlDocItem | InspLotMatlDocItem | ||
| InspLotMatlDocItemType | InspLotMatlDocItemType | |||
| Plant | I_InspectionLot | Plant | ||
| InspectionLotType | I_InspectionLot | InspectionLotType | ||
| MatlQualityAuthorizationGroup | I_InspectionLot | MatlQualityAuthorizationGroup | ||
| IsBusinessPurposeCompleted | I_InspectionLot | IsBusinessPurposeCompleted | ||
| MaterialDocument | I_InspLotMatlDocItem | MaterialDocument | ||
| MaterialDocumentYear | I_InspLotMatlDocItem | MaterialDocumentYear | ||
| MaterialDocumentItem | I_InspLotMatlDocItem | MaterialDocumentItem | ||
| CreationDate | CreationDate |
@AbapCatalog.sqlViewName: 'CILMATLDOCVH'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #B
}
@Search.searchable: true
@EndUserText.label: 'Inspection Lot Material Document ValueHelp'
define view C_InspLotMatlDocValHelp
as select from I_InspLotMatlDocItem
inner join I_InspectionLot as InspLot on InspLot.InspectionLot = I_InspLotMatlDocItem.InspectionLot
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key I_InspLotMatlDocItem.InspectionLot,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
key InspLotMatlDocItem,
InspLotMatlDocItemType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
InspLot.Plant,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
InspLot.InspectionLotType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
InspLot.MatlQualityAuthorizationGroup,
@UI.hidden: true
InspLot.IsBusinessPurposeCompleted,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
I_InspLotMatlDocItem.MaterialDocument,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
I_InspLotMatlDocItem.MaterialDocumentYear,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
I_InspLotMatlDocItem.MaterialDocumentItem,
@UI.hidden: true
CreationDate
}
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