Hi,
What is the replacement view for the SHIPMENT_HANDLING_UTILITY in cloud? I cannot find this view or a close view to this in cloud database.
Thanks
Roshanga
Hi,
What is the replacement view for the SHIPMENT_HANDLING_UTILITY in cloud? I cannot find this view or a close view to this in cloud database.
Thanks
Roshanga
Best answer by Tomas Ruderfelt
Use view SHPMNT_HANDL_UNIT_WITH_HISTORY, it shows information regardless of status of the shipment in APP10 and IFS Cloud.
In the upgrade the two tablesshipment_handling_unit_tab and shipment_package_unit_tab, involved in the old view SHIPMENT_HANDLING_UTILITY are transferred to shipment_line_handl_unit_tab.
package_unit_id => handling_unit_id
pallet_type => handling_unit_type_id (from shipment_handling_unit_tab)
package_type => handling_unit_type_id (from shipment_package_unit_tab)
handling_unit_weight => operative_gross_weight
There is a STD report called SHIPMENT_PACKING_LIST_REP which shows the handling units if you want to see how it looks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.