C_InsLotPlanPresent

DDL: C_INSLOTPLANPRESENT SQL: CINSLOTPLAN Type: view CONSUMPTION

Task List Required for Inspection Lot

C_InsLotPlanPresent is a Consumption CDS View that provides data about "Task List Required for Inspection Lot" in SAP S/4HANA. It reads from 1 data source (I_Indicator) and exposes 2 fields with key field InspLotIsTaskListRequired.

Data Sources (1)

SourceAliasJoin Type
I_Indicator _InspLotIsTaskListRequired from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CINSLOTPLAN view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Task List Required for Inspection Lot view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspLotIsTaskListRequired 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 InspLotIsTaskListRequired I_Indicator IndicatorValue
IndicatorText
@AbapCatalog.sqlViewName: 'CINSLOTPLAN'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Task List Required for Inspection Lot'

@ObjectModel.dataCategory: #TEXT

@ObjectModel: { 
    representativeKey: 'InspLotIsTaskListRequired',
    resultSet.sizeCategory: #XS,  
    usageType: { 
        dataClass: #META,
        serviceQuality: #A,
        sizeCategory: #S 
    }
}
define view C_InsLotPlanPresent  as select from I_Indicator as _InspLotIsTaskListRequired
{
   @ObjectModel: { text: { element: [ 'IndicatorText' ] } }
  key _InspLotIsTaskListRequired.IndicatorValue as InspLotIsTaskListRequired,
  
    @Semantics.text: true
    _InspLotIsTaskListRequired._IndicatorText[1:Language=$session.system_language].IndicatorText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INDICATOR",
"I_INDICATORTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/