C_InspLotIsMatBatchRqdT

DDL: C_INSPLOTISMATBATCHRQDT SQL: CINSPMATBATRQDT Type: view CONSUMPTION

Material Batch Required

C_InspLotIsMatBatchRqdT is a Consumption CDS View that provides data about "Material Batch Required" in SAP S/4HANA. It reads from 1 data source (I_Indicator) and exposes 2 fields with key field MaterialIsBatchManaged.

Data Sources (1)

SourceAliasJoin Type
I_Indicator _InspLotIsMatBatchRqdT from

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName CINSPMATBATRQDT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Material Batch Required view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey MaterialIsBatchManaged 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 MaterialIsBatchManaged I_Indicator IndicatorValue
IndicatorText
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'CINSPMATBATRQDT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Material Batch Required'

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

define view C_InspLotIsMatBatchRqdT
  as select from I_Indicator as _InspLotIsMatBatchRqdT
{
      @ObjectModel: { text: { element: [ 'IndicatorText' ] } }
  key _InspLotIsMatBatchRqdT.IndicatorValue as MaterialIsBatchManaged,

      @Semantics.text: true
      _InspLotIsMatBatchRqdT._IndicatorText[1:Language=$session.system_language].IndicatorText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INDICATOR",
"I_INDICATORTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/