E_AssgmtInspMethInspSpec
Assgnmt. - Insp. Meth./Insp. Spec. Extn.
E_AssgmtInspMethInspSpec is a Extension CDS View that provides data about "Assgnmt. - Insp. Meth./Insp. Spec. Extn." in SAP S/4HANA. It reads from 1 data source (qpmz) and exposes 6 fields with key fields InspectionSpecificationPlant, InspectionSpecification, InspectionSpecificationVersion, InspectionMethodPlant, InspectionMethod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qpmz | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Assgnmt. - Insp. Meth./Insp. Spec. Extn. | view | |
| AbapCatalog.sqlViewName | EASSGMTIMETHSPEC | view | |
| VDM.viewType | #EXTENSION | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionSpecificationPlant | zaehler | ||
| KEY | InspectionSpecification | mkmnr | ||
| KEY | InspectionSpecificationVersion | version | ||
| KEY | InspectionMethodPlant | werkpm | ||
| KEY | InspectionMethod | pmethode | ||
| KEY | InspectionMethodVersion | verspm |
@EndUserText.label: 'Assgnmt. - Insp. Meth./Insp. Spec. Extn.'
@AbapCatalog.sqlViewName: 'EASSGMTIMETHSPEC'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: {
dataClass: #MASTER,
sizeCategory: #M, //expected number of rows < 100.000
serviceQuality: #C // includes A,B as well
}
define view E_AssgmtInspMethInspSpec as select from qpmz as Persistence {
key zaehler as InspectionSpecificationPlant,
key mkmnr as InspectionSpecification,
key version as InspectionSpecificationVersion,
key werkpm as InspectionMethodPlant,
key pmethode as InspectionMethod,
key verspm as InspectionMethodVersion
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"QPMZ"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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