cancel
Showing results for 
Search instead for 
Did you mean: 

FM /SCWM/TO_CREATE_MOVE_HU

Mcesar209
Explorer
0 Kudos
2,909

Hi Gurus.

I am trying to use the FM /SCWM/TO_CREATE_MOVE_HU to create a task only to move the product from SCWM/AQUA to another bin . Someone has the field mapping to use this ? I´ve never used this before.

Thanks

Marcos Cesar

View Entire Topic
Daniil
Active Contributor
0 Kudos

Hi Marcos, this one is to move HU, it would move /scwm/aqua as well at the end but you need maybe to use

/SCWM/TO_CREATE for Product warehouse task creation. Field mapping from what to what? from Aqua to it_create? There not so many fields to map...

It is easy to find some examples in standard.

BR,

Daniil

Mcesar209
Explorer
0 Kudos

Hi Danil.

Well, actually , I am creating a t-code to move HUs to another bin. First this T-code finds the product in stock according user options, after this t-code needs to move the product to other place. I was thinking that using the to_create_move_hu is enought to do this. The abaper doesn´t know how to map the fields to use this funcion. But also I don´t know if this is the right way.

What do you think ?

Thanks

Marcos

Daniil
Active Contributor
0 Kudos

Hi Marcos, if it is to move HU it is a proper function to do it. And it is a right way to do it, there no so many fields to fill, HU number, process type, maybe destination. There are many usage in standard system, in RFUI as well, just check where used list to see the example/mapping. Or just debug one of the examples to see how it is done by standard. I do not want to check right now, but I guess from warehouse management monitor you can create HU WT (from the HU node) and there most probably /SCWM/TO_CREATE_MOVE_HU be used. Actually it is the easiest function to do in EWM. Product WT is more complex, delivery updates and so on are way more complex 🙂