I_FIELDLOGISTICSKITITEM

CDS View

Kit Item

I_FIELDLOGISTICSKITITEM is a CDS View in S/4HANA. Kit Item. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_FldLogsKitMatlDocumentItem view_entity from COMPOSITE Kit Material Document Item
I_FldLogsKitOutbDelivItmRef view_entity from COMPOSITE Kit Outbound Delivery Item Reference Document
I_FldLogsKitOutbDelivItmRef view_entity union COMPOSITE Kit Outbound Delivery Item Reference Document
I_FldLogsKitShipmentItem view_entity from COMPOSITE Kit Shipment Item
I_FldLogsKitTotNrOfOutbDlvItm view_entity from COMPOSITE Kit Total Number of Outbound Delivery Item
R_FieldLogisticsKitItemTP view_entity from TRANSACTIONAL Kit Item TP
R_FieldLogisticsKitItemTP_2 view_entity from TRANSACTIONAL Kit Item as a root entity

Fields (2)

KeyField CDS FieldsUsed in Views
KEY FieldLogisticsKitHeaderUUID FieldLogisticsKitHeaderUUID 1
KEY FieldLogisticsKitItemUUID FieldLogisticsKitItemUUID 1
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Kit Item'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
define view entity I_FieldLogisticsKitItem
  as select from flog_kititem
{
  key fieldlogisticskititemuuid     as FieldLogisticsKitItemUUID,
  key fieldlogisticskitheaderuuid   as FieldLogisticsKitHeaderUUID,
      fldlogskititmrefdocument1     as FldLogsKitItmRefDocument1,
      fldlogskititmrefdocument2     as FldLogsKitItmRefDocument2,
      fldlogskititmrefdocument3     as FldLogsKitItmRefDocument3,
      fldlogskititmrefdocument4     as FldLogsKitItmRefDocument4,
      fldlogskititmrefdocumentuuid1 as FldLogsKitItmRefDocument1UUID,
      fldlogskititmrefdocumentuuid2 as FldLogsKitItmRefDocument2UUID,
      fldlogsreferencedoccategory   as FldLogsReferenceDocCategory,
      parentobjectuuid              as ParentObjectUUID,
      lastchangedatetime            as LastChangeDateTime,
      fldlogskitistwostpgrcmpltd    as FldLogsKitIsTwoStpGRCmpltd
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FLOG_KITITEM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/