C_FldLogsShptItemHandlingUnit

DDL: C_FLDLOGSSHPTITEMHANDLINGUNIT Type: view_entity CONSUMPTION

Field Logistics Shipment Item Handling Unit

C_FldLogsShptItemHandlingUnit is a Consumption CDS View that provides data about "Field Logistics Shipment Item Handling Unit" in SAP S/4HANA. It reads from 2 data sources (I_EWM_HandlingUnitHdr, I_HandlingUnitHeader) and exposes 4 fields with key fields FldLogsShptItmHndlgUnitID, HandlingUnitExternalID, HandlingUnitExternalID. It is exposed through 1 OData service (UI_SHIPMENTCONTAINERPACKG). It is used in 1 Fiori application: Pack Container.

Data Sources (2)

SourceAliasJoin Type
I_EWM_HandlingUnitHdr I_EWM_HandlingUnitHdr union
I_HandlingUnitHeader I_HandlingUnitHeader from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Field Logistics Shipment Item Handling Unit view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SHIPMENTCONTAINERPACKG UI_SHIPMENTCONTAINERPACKG V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F5786 Pack Container Transactional An application in Field Logistics to pack the outbound delivery items, handling unit into a container, seal the container and issue the items. Kit is a logical grouping of components required to perform a maintenance operation at a demand plant. A kit could include stock, non-stock, or rental items. Once the delivery for outbound process is fully picked, they can be assigned to a suitable container. The delivery items, handling unit and kit items should be able to assign single or multiple voyage..

Pack Container

Business Role: Warehouse Clerk (Oil & Gas)

With this feature you can view the outbound deliveries that are picked and ready for loading or packing into a container. The status can be set to allow the packing to assign the deliveries to an existing Field Logistics container . You can also include a step for sealing to record upto to 5 seals for the packed container. Trigger the goods issue for all deliveries in the container.

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptItmHndlgUnitID HandlingUnitExternalID
KEY HandlingUnitExternalID HandlingUnitExternalID
KEY HandlingUnitExternalID
HandlingUnitNumber HandlingUnitNumber
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Field Logistics Shipment Item Handling Unit'
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
//@ObjectModel.representativeKey: 'FldLogsShptItmHndlgUnitID'

@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
define view entity C_FldLogsShptItemHandlingUnit
  as select from I_HandlingUnitHeader

{
  key HandlingUnitExternalID as FldLogsShptItmHndlgUnitID,
  key HandlingUnitExternalID as HandlingUnitExternalID,
      HandlingUnitExternalID as HandlingUnitNumber


}
union select from I_EWM_HandlingUnitHdr

{
  key HandlingUnitNumber    as FldLogsShptItmHndlgUnitID,
  key '                   ' as HandlingUnitExternalID,
      HandlingUnitNumber

}