I_MAINTENANCECHECKLISTTYPE

CDS View

Checklist Type

I_MAINTENANCECHECKLISTTYPE is a CDS View in S/4HANA. Checklist Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaintenanceChecklistTypeVH view_entity from CONSUMPTION Checklist Type
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Checklist Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_MaintenanceChecklistType 
as select from eam_cl_cu_type as _ChecklistType
inner join I_MaintenanceChecklistTypeText as _Text  on _Text.MaintOperationalChecklistType = _ChecklistType.cl_type
{
key _ChecklistType.cl_type as MaintOperationalChecklistType,
    _ChecklistType.inactive as StatusIsInactive, //new GFN or this name be reused?

    _Text.MaintenanceChecklistTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCECHECKLISTTYPETEXT",
"EAM_CL_CU_TYPE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/