‎2010 Jul 21 8:20 PM
Hi all,
How I can control the users from deleting the Handling Units (HUs) assigned to a delivery.
I debugged it but didn't find any user-exit for this purpose.
Thanks,
Dinesh
‎2010 Jul 21 8:27 PM
Hi Dinesh,
the Handling Units are Deleted using the FM 'HU_DELETE_HU'
and for Particular delivery if you want to control use the FM '/SPE/HU_X_DLVRY_DELETE_HUITEM'
and try to find the Implicit enhacement Points or Badi in the function Modules and write code to handle .
Regards,
Prabhudas
‎2010 Jul 22 12:01 AM
Thanks Prabhu,
it doesn't goto 'HU_DELETE_HU' but goto FM V51F_DELETE_HU and I don't see any exits or BAdi in there.
Regards,
Dinesh