cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM to create task

Mcesar209
Explorer
0 Likes
1,259

Hi People !

I need a function to create a task moving quantity of product to another bin, but the function has to serve to move by HU or by quantity. Is there some FM that serves for these cases ? I need only to inform quantity sometimes will be the total of HU, or a partial quantity of it.

Thanks

Marcos

Accepted Solutions (0)

Answers (1)

Answers (1)

Daniil
Active Contributor

Hi Marcos,

/SCWM/TO_CREATE for product WT
/SCWM/TO_CREATE_MOVE_HU for HU WT.

For product WT you have there flag PICK_ALL, not sure if it would work completely without quantity in the structure. But anyway you can read the HU and create WT for the whole Qty.

BR,

Daniil

Mcesar209
Explorer
0 Likes

Muito Obrigado