C_InsLotDeviationT

DDL: C_INSLOTDEVIATIONT SQL: CINSLTDEVITIONT Type: view CONSUMPTION

Inspection Lot Has Deviation

C_InsLotDeviationT is a Consumption CDS View that provides data about "Inspection Lot Has Deviation" in SAP S/4HANA. It reads from 1 data source (I_Indicator) and exposes 2 fields with key field InspLotHasDeviations.

Data Sources (1)

SourceAliasJoin Type
I_Indicator _InsLotDeviationT from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CINSLTDEVITIONT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Inspection Lot Has Deviation view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey InspLotHasDeviations view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspLotHasDeviations I_Indicator IndicatorValue
IndicatorText
@AbapCatalog.sqlViewName: 'CINSLTDEVITIONT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Inspection Lot Has Deviation'
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: { 
  representativeKey: 'InspLotHasDeviations',
  resultSet.sizeCategory: #XS,  
  usageType: {
    dataClass: #META,
    serviceQuality: #A,
    sizeCategory: #S 
  }
}

define view C_InsLotDeviationT
  as select from I_Indicator as _InsLotDeviationT
{
      @ObjectModel.text.element: [ 'IndicatorText' ]
  key _InsLotDeviationT.IndicatorValue  as InspLotHasDeviations,
  
      @Semantics.text: true
      _InsLotDeviationT._IndicatorText[1:Language=$session.system_language].IndicatorText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INDICATOR",
"I_INDICATORTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/