I_MAINTOBJLISTINSPECTIONLOT

CDS View

Maint Object List in Inspection Lot

I_MAINTOBJLISTINSPECTIONLOT is a CDS View in S/4HANA. Maint Object List in Inspection Lot. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_InspLotSerialNumber view_entity from COMPOSITE Serial Numbers of Inspection Lot
I_MaintObjectListCollection view_entity union_all COMPOSITE Maintenance Object List Collection
I_SerialNumberInspectionLot view_entity from COMPOSITE Serial Number in Inspection Lot

Fields (2)

KeyField CDS FieldsUsed in Views
KEY InspectionLot InspectionLot 2
_InspectionLot _InspectionLot 2
@AccessControl: { authorizationCheck: #CHECK,
                  personalData.blocking: #NOT_REQUIRED }

@VDM.viewType: #BASIC

@ObjectModel.usageType: {
        dataClass:      #TRANSACTIONAL,
        serviceQuality: #A,
        sizeCategory:   #L }
@ObjectModel.supportedCapabilities: [
  #SQL_DATA_SOURCE,
  #CDS_MODELING_DATA_SOURCE,
  #CDS_MODELING_ASSOCIATION_TARGET
]

@EndUserText.label: 'Maint Object List in Inspection Lot'
define view entity I_MaintObjListInspectionLot
  as select from ser04

  association [1..*] to I_MaintenanceObjectListItem as _MaintenanceObjectListItem
    on $projection.MaintenanceObjectList = _MaintenanceObjectListItem.MaintenanceObjectList
  association [0..1] to I_InspectionLot as _InspectionLot
    on $projection.InspectionLot = _InspectionLot.InspectionLot
{
  key obknr as MaintenanceObjectList,

  @ObjectModel.foreignKey.association: '_InspectionLot'
  prueflos as InspectionLot,
  
  datum as SerialNumberAssignmentDate,
  uzeit as SerialNumberAssignmentTime,
  anzsn as NumberOfSerialNumbers,

  _MaintenanceObjectListItem,
  _InspectionLot
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SER04"
],
"ASSOCIATED":
[
"I_INSPECTIONLOT",
"I_MAINTENANCEOBJECTLISTITEM"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/