E_InspectionPlanVersion

DDL: E_INSPECTIONPLANVERSION Type: view_entity EXTENSION Package: VDM_QM_PLANNING

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)

SourceAliasJoin Type
plko Persistence from

Annotations (6)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}