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

BIN SUGGESTION

Former Member
0 Likes
1,216

Dear Experts,

Please give suggestion for this problem .

scenario:

Against a goods reservation user wants do the picking and then post the IM documents and WM documents (ie TO creation confirmations) in background. The system is configured for FIFO picking strategy. The user wants the system to suggest oldest bin from which material is to be picked before beginning the physical picking activity in the warehouse. Only after duly validating the material details and bin the user wants to post the IM document and then wm document. It is desired to know whether there exists any function module etc where this information already exists.

Dear Experts,

Please give suggestion for this problem .

scenario:

Against a goods reservation user wants do the picking and then post the IM documents and WM documents (ie TO creation confirmations) in background. The system is configured for FIFO picking strategy. The user wants the system to suggest oldest bin from which material is to be picked before beginning the physical picking activity in the warehouse. Only after duly validating the material details and bin the user wants to post the IM document and then wm document. It is desired to know whether there exists any function module etc where this information already exists.

9 REPLIES 9
Read only

christian_wohlfahrt
Active Contributor
0 Likes
1,164

Hi!

What exactly do you need as FM? You have already the FIFO strategy and the follow on documents can be created after confirmation of the user. Sounds like a complete process definition to me.

Regards,

Christian

Read only

0 Likes
1,164

we are repelicating the lt06 transcation for this we rquire the bin suggestion

Read only

0 Likes
1,164

Hi!

Have a look at FM L_TO_PREPARE_ITEM_INT, there is also a small documentation.

But please check, if you can benefit of enhancements (SMOD) MWMTO004. Here some exits can influence the stock removal strategy. Maybe it's possible to place somewhere a small popup to get user confirmation, so you don't need to program all the rest of LT06.

Regards,

Christian

Read only

0 Likes
1,164

I have tried the Enhancements MWMTO004 but its taking too many parameters

Read only

0 Likes
1,164

Thanks for your help.There is an exit while entering in the quantity field, exit_sapmm07m_009. I think it can be useful.

Read only

Former Member
0 Likes
1,164

Hi,

I am facing same case, please let me know if you have any user exit name or function module. I am using transaction MB1B. While entering the quantity it should pick from the oldest available stock.

Read only

0 Likes
1,164

look for exit_sapllo3a_003

it migt help you

Read only

Former Member
0 Likes
1,164

Hi,

Can some one tell me, from which transaction code enhancement MWMTO004 is triggered.

Thanks for the help.

Pola.

Read only

Former Member
0 Likes
1,164

Solved