cancel
Showing results for 
Search instead for 
Did you mean: 

Return of Production to different bins

ana_almeida2
Discoverer
0 Kudos

Hi experts.

In automotive manufacturing, after sending welding to production, what remains is returned to the storage type of origin, but must go to a specific bin. This is only needed when the remains returns from production and not for all putaways related to that material.

What is the best way to ensure this putaway?

- to create a storage section in that storage type, and activate storage type check? -> this will affect all putaways?

- assign permanent storage bins to the movement type? -> it will affect all the materials and not only the said component?

-create a special movement indicator for this material?


Thank you. Best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You mentioned: "what remains is returned to the storage type of origin, but must go to a specific bin

Will there be multiple storage types of origin or only one?

Also is your process to confirm the movement of all the material and then later create a new movement to return the remaining amount OR is there the option to "confirm with differences" against the original transfer order so only the amount needed will be confirmed to the destination?

Former Member
0 Kudos

Hi ana

You are saying the remains material coming to warehouse after use some specific qty in production .

but would u like to say , in which quality , the remaining quantity came .

suppose you are sending raw material to shop floor , after manufactured the semi finished/ finished goods, remaining qty is coming in scrap wise or another material wise , you have given that that remaining material any specific material type .

if you given specific material for that remaining qty , you can use SMI , but how you are receiving with reference to IM 101 movement type , if yes , you can do one thing customize the WM movement type 101 to any other & instead of dynamic bin use fix bin there (LE- WM- ACTIVITIES- TRANSFER - MOVEMENT TYPE) 

Maintain the Interface table properly (LE- WM- INTERFACE - TRANSFER - MOVEMENT TYPE) 

Manage there WM movement type reference IM movement , you can manage here  SMI also .

try this

or

Could you say your proper business scenario

Regards

Dillesh

ana_almeida2
Discoverer
0 Kudos

The components are transferred from one StoLoc to another and in the end, the remains are sent back to the initial Sto Loc.

The client wants to prevent that components go to specific bins (refrigerated) when they return from production. Sap is suggesting those bins because the bins are sorted alphabetically.

MANIS
Active Contributor
0 Kudos

you need to write custom code to perform this activity. You need to perform this activity in two step

1) Create  a Storage location to storage location posting change in the same Bin

2) Create a custom movement type and define a separate storage type search strategy for the same for Bin 2 Bin

in one of my project we developed a custom RF transaction in which user was just entering the material/Batch & quantity and internally we were calling the fm: L_TO_CREATE_SINGLE  once the TO creation / confirmation was successful then again we were calling the fm: L_TO_CREATE_POSTING_CHANGE to do the storage location to storage location transfer in the same bin

in your case you can follow the same approach however you can add one more logic create a custom movement type(980) and define the ref movement type (980) in that, against the reference movement type define the storage type search ( I hope that the new bin where you want to store the martial back is a separate storage type(RET) so during TO creation technically developer is supposed to pass this custom movement type(980)  based on that system will propose the bin from the storage type RET