cancel
Showing results for 
Search instead for 
Did you mean: 

Change destination storage type and destination storage section on warehouse task creation

0 Kudos
1,816

Our requirement is to change the destination storage type and destination storage section during warehouse task creation. Is there any BADI by which we can achieve this?

Explanation:

1. We are using /scwm/rfui to create the HU. ( Steps: Inbound Process> Receiving of handling Units > Rec. HU by Manufacturing Order> Rec. HU by HU> Enter Manufacturing Order> Enter HU type and Packaging Material> Adopt> Create HU).

2. From the above Process One Inbound delivery and Handling Unit no. is getting created. And the same time Two warehouse tasks are getting created. The first one is having status as 'B' and the second one is having status as 'blank'.

We need to change destination storage type and dest. storage section in the first task. we have tried using badi implementation /SCWM/EX_CORE_LSC_LAYOUT but using this only the second task data is getting changed.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Any clue on this ? I have the same kind of requirement where I need to change the destination bin of hold WHT if the open WHT's destination bin is changed by using exception code CHDB.

nikhilnegi1
Participant
0 Kudos

Hi Ankit,

As a suggestion , you can create a custom exception Code and write your own custom Logic.

Exp:

retrieve the delivery number from WT/HU

get the related WT and change the WT by calling function /SCWM/TO_CHANGE

Regards,

Nikhil Negi