A_ProdPlntInspTypeSetting_3

DDL: A_PRODPLNTINSPTYPESETTING_3 Type: view_entity CONSUMPTION Package: VDM_MD_PRODUCT_API_V3

Inspection Type Settings

A_ProdPlntInspTypeSetting_3 is a Consumption CDS View that provides data about "Inspection Type Settings" in SAP S/4HANA. It reads from 1 data source (R_ProdPlntInspTypeSettingTP) and exposes 31 fields with key fields InspectionLotType, Product, Plant. It is exposed through 1 OData service (API_PRODUCT_2). Part of development package VDM_MD_PRODUCT_API_V3.

Data Sources (1)

SourceAliasJoin Type
R_ProdPlntInspTypeSettingTP R_ProdPlntInspTypeSettingTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Inspection Type Settings view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name ProductPlantInspTypSetting_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRODUCT_2

Fields (31)

KeyFieldSource TableSource FieldDescription
KEY InspectionLotType InspectionLotType
KEY Product Product
KEY Plant Plant
InspLotIsTaskListRequired InspLotIsTaskListRequired
InspLotHasMaterialSpec InspLotHasMaterialSpec
InspLotHasConfignSpecification InspLotHasConfignSpecification
InspLotHasBatchCharc InspLotHasBatchCharc
InspLotHasAutomSpecAssgmt InspLotHasAutomSpecAssgmt
InspLotHasCharc InspLotHasCharc
HasPostToInspectionStock HasPostToInspectionStock
InspLotIsAutomUsgeDcsnPossible InspLotIsAutomUsgeDcsnPossible
SamplingProcedure SamplingProcedure
InspLotDynamicRule InspLotDynamicRule
InspLotSampleQuantityInPercent InspLotSampleQuantityInPercent
InspectionLotIsFullInspection InspectionLotIsFullInspection
InspLotSkipIsAllowed InspLotSkipIsAllowed
InspLotHasManualSampleSize InspLotHasManualSampleSize
InspLotIsSmplCalcMnlTriggered InspLotIsSmplCalcMnlTriggered
InspLotIsSerialNmbrPossible InspLotIsSerialNmbrPossible
InspLotDurationInDays InspLotDurationInDays
InspLotSummaryControl InspLotSummaryControl
InspQualityScoreProcedure InspQualityScoreProcedure
InspLotAcceptedScrapRatioInPct InspLotAcceptedScrapRatioInPct
InspectionLotHasAppraisalCosts InspectionLotHasAppraisalCosts
QualityCostCollector QualityCostCollector
ProdInspTypeSettingIsActive ProdInspTypeSettingIsActive
InspTypeIsPrfrd InspTypeIsPrfrd
InspLotHasHandlingUnit InspLotHasHandlingUnit
InspLotHasMultipleSpec InspLotHasMultipleSpec
InspLotOfEWMSummaryControl InspLotOfEWMSummaryControl
_ProductredirectedtoA_Product_3
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Inspection Type Settings'
@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'ProductPlantInspTypSetting_Type'
define view entity A_ProdPlntInspTypeSetting_3
  as projection on R_ProdPlntInspTypeSettingTP as ProductPlantInspTypeSetting
{
  key InspectionLotType,
  key Product,
  key Plant,

      @Semantics.booleanIndicator: true
      InspLotIsTaskListRequired,
      @Semantics.booleanIndicator: true
      InspLotHasMaterialSpec,
      @Semantics.booleanIndicator: true
      InspLotHasConfignSpecification,
      @Semantics.booleanIndicator: true
      InspLotHasBatchCharc, 
      @Semantics.booleanIndicator: true
      InspLotHasAutomSpecAssgmt, 
      @Semantics.booleanIndicator: true
      InspLotHasCharc, 
      @Semantics.booleanIndicator: true
      HasPostToInspectionStock,
      @Semantics.booleanIndicator: true
      InspLotIsAutomUsgeDcsnPossible,
      SamplingProcedure,
      @ObjectModel.sapObjectNodeTypeReference:'InspectionLotDynamicRule'
      InspLotDynamicRule,
      InspLotSampleQuantityInPercent,
      @Semantics.booleanIndicator: true
      InspectionLotIsFullInspection,
      @Semantics.booleanIndicator: true
      InspLotSkipIsAllowed,
      @Semantics.booleanIndicator: true
      InspLotHasManualSampleSize,
      @Semantics.booleanIndicator: true
      InspLotIsSmplCalcMnlTriggered,
      @Semantics.booleanIndicator: true
      InspLotIsSerialNmbrPossible,
      InspLotDurationInDays,
      @ObjectModel.sapObjectNodeTypeReference:'InspectionLotSummaryControl'
      InspLotSummaryControl,
      InspQualityScoreProcedure,
      InspLotAcceptedScrapRatioInPct,
      @Semantics.booleanIndicator: true
      InspectionLotHasAppraisalCosts,
      QualityCostCollector,
      @Semantics.booleanIndicator: true
      ProdInspTypeSettingIsActive,
      @Semantics.booleanIndicator: true
      InspTypeIsPrfrd,
      @Semantics.booleanIndicator: true
      InspLotHasHandlingUnit,
      @Semantics.booleanIndicator: true
      InspLotHasMultipleSpec,
      @ObjectModel.sapObjectNodeTypeReference:'InspLotOfEWMSummaryControl'
      InspLotOfEWMSummaryControl,

  /* Associations */
  _Product : redirected to A_Product_3,
  _ProductPlant : redirected to parent A_ProductPlant_3
}