I_INSPECTIONLOTUUID

CDS View

Unique ID of Inspection Lot

I_INSPECTIONLOTUUID is a CDS View in S/4HANA. Unique ID of Inspection Lot. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_EWM_QltyInspectionEmbedded view_entity union_all COMPOSITE
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Unique ID of Inspection Lot'
@VDM: {
    viewType: #COMPOSITE,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'InspectionLot'
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #A
}
define view entity I_InspectionLotUUID as select from I_InspectionLot

{
  key InspectionLot,
  
  InspectionLotUUID

}
// GUID is filled for some lots

where InspectionLotOrigin = '17'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSPECTIONLOT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/