C_InspLotPlanRequired

DDL: C_INSPLOTPLANREQUIRED SQL: CINSLOTPLNPRE Type: view CONSUMPTION

Task List Required for Inspection Lot

C_InspLotPlanRequired 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 _InspLotPlanAssigned from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CINSLOTPLNPRE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Task List Required for Inspection Lot view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspLotIsTaskListRequired view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspLotIsTaskListRequired I_Indicator IndicatorValue
IndicatorText
@AbapCatalog.sqlViewName: 'CINSLOTPLNPRE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Task List Required for Inspection Lot'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.dataCategory: #TEXT
 @ObjectModel.representativeKey: 'InspLotIsTaskListRequired'
define view C_InspLotPlanRequired  as select from I_Indicator as _InspLotPlanAssigned
{

  key
    _InspLotPlanAssigned.IndicatorValue as InspLotIsTaskListRequired,
    @Semantics.text: true
    _InspLotPlanAssigned._IndicatorText[1:Language=$session.system_language].IndicatorText


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INDICATOR",
"I_INDICATORTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/