Application Development 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: 

Problem with storage bin in WM

Former Member
0 Kudos

Hi experts

We are using warehouse management for our client. the client wants simulate the process of storage bins when they create a MM or WM movement.

For exmaple, when we make a goods movement ( 101, 501 ... ) , the movement has been registred in MM and the process go to the transaction TL06 to storage the bin in te warehouse. In these moment SAP proposes a location for this bin according with the Strategies of location that you are defined in SPRO. SAP uses the FM 'L_TO_PREPARE_ITEM_INT' to find the storage location, but I can´t use this FM becuse is not and RFC , and I need to know the storage location from one mobile device ( PDA ) .

Anybody knows some another FM or method or something to know the possible location where a bin is going to be stored in a Warehouse whe i make a MM or WM movement??

Thanks a lot.

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Jorge!

Maybe your problem is quite easy to solve: write an own function module, remote enabled, where you just call the L_TO_PREPARE_ITEM_INT. If this function needs some global data, which was filled in the previous steps of the transaction, then this trick won't help. Otherwise it's an usual way to enable functions to get called remotely.

Regards,

Christian