E_InspectionPlanVersion
Inspection Plan Version - Extension
E_InspectionPlanVersion is a Extension CDS View that provides data about "Inspection Plan Version - Extension" in SAP S/4HANA. It reads from 1 data source (plko) and exposes 4 fields with key fields InspectionPlanGroup, InspectionPlan, InspectionPlanInternalVersion, BillOfOperationsType. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plko | Persistence | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Inspection Plan Version - Extension | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionPlanGroup | plnnr | ||
| KEY | InspectionPlan | plnal | ||
| KEY | InspectionPlanInternalVersion | zaehl | ||
| KEY | BillOfOperationsType | plnty |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Inspection Plan Version - Extension'
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #MASTER }
define view entity E_InspectionPlanVersion
as select from plko as Persistence
{
key plnnr as InspectionPlanGroup,
key plnal as InspectionPlan,
key zaehl as InspectionPlanInternalVersion,
key plnty as BillOfOperationsType
}
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