C_InsLotIsAutomUsgeDcsnPsbleT

DDL: C_INSLOTISAUTOMUSGEDCSNPSBLET SQL: CINSLISATMUDPSBT Type: view CONSUMPTION

Is Automatic Usage Decision Possible

C_InsLotIsAutomUsgeDcsnPsbleT is a Consumption CDS View that provides data about "Is Automatic Usage Decision Possible" in SAP S/4HANA. It reads from 1 data source (I_Indicator) and exposes 2 fields with key field InspLotIsAutomUsgeDcsnPossible.

Data Sources (1)

SourceAliasJoin Type
I_Indicator _IsAutomUsgeDcsnPossible from

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName CINSLISATMUDPSBT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Is Automatic Usage Decision Possible view
ObjectModel.representativeKey InspLotIsAutomUsgeDcsnPossible 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 InspLotIsAutomUsgeDcsnPossible I_Indicator IndicatorValue
IndicatorText
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'CINSLISATMUDPSBT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Is Automatic Usage Decision Possible'

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

define view C_InsLotIsAutomUsgeDcsnPsbleT
  as select from I_Indicator as _IsAutomUsgeDcsnPossible
{
      @ObjectModel: { text: { element: [ 'IndicatorText' ] } }
  key _IsAutomUsgeDcsnPossible.IndicatorValue as InspLotIsAutomUsgeDcsnPossible,

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