Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Avoid Deleting Handling unit

Former Member
0 Likes
613

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

2 REPLIES 2
Read only

Former Member
0 Likes
474

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

Read only

0 Likes
474

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