Picking from another storage bin

During picking TO creation the system automatically determines the source storage bin from where the materials should be picked. Lets say the items to be picked are not there and cannot be picked. In this case the operator should be enabled to pick from another storage bin, however the system does not allow this. (This is via mobile data entry and in a bulk SU manages st. type).
Is there a way to allow picking from another storage bin? If not, can the TO be created without any source determination? Even if I switch off picking strategy, the system expects entry of source bin at TO creation.

Hi,
  With out a source storage bin , pick TO cannot be created currently. If at all you want a different source bin, you have to cancel the TO, block the current bin and then recreate the TO. That is an exceptional case and should be handled inside the system.
Thanks
Vinod.

Similar Messages

  • Effect of issuing Material directly from Interim Storage BIN?

    Dear Experts,
    What is effect of issuing(311) material directly from Interim storage BIN without storing to Storage BIN.
    Because i am unable to do LB11& LB12  for  both GR's(101) and TP(311) as it has directly picked from Interim Storage BIn to do
    TP(311).
    So please someone explain me the effect of the above Scenario?
    Thanks & Regards,
    Olet Malla

    You can do it but in general you should not allow picking from interim Storage Types.  For example you don't want Sales trying to pick materials sat in the PSAs, you don't want Production trying to pick from materials in 916 etc. etc.

  • Stock transfer from storage bin to another storage bin.

    Hi,
    i would like to know the method to be followed in order to transfer the materials from one storage bin to another within the warehouse and also within a storage type.
    Also i would like to know how to transfer the material from one storage type to another.

    As everyone has mentioned above, to manually create TOs to transfer stock, use LT01 w/ movement type 999. However, this method is limited to a single material at a time.
    Depending on your scenario, you may want to set up storage type replenishment - where you regularly restock a smaller warehouse location from a larger one:
    Example: Small warehouse section with customer counter service & larger warehouse where bulk items and bulk quantities are stored
    Not sure if this is your scenario or not, but here goes:
    Requirement is to use the "Large, small" picking strategy for the receiving storage type.
    Material master records in that storage type need minimum and control quantities maintained on the WH2 tab
    Run (or schedule) program RLLNACH1 to automatically create transfer requirements to transfer stock from bulk storage to the smaller storage type - and then, depending on your config, either stop as TR or automatically post os TOs.
    Good luck

  • Material appearing in the another Storage Bin

    Hi,
    I have maintanined  storage bin in material master (view:warehouse managment2) as "OPEN" for my material 78.59.32.1551.
    After doing 105(MIGO),for my material 78.59.32.1551,when I checked stock  by using tcode  LS24,the material is showing in the another storage bin:04-DR-01 instead of "OPEN".
    It should appear in the "OPEN". Am I right?  If no ,please correct me .
    Any solution???
    With Regards,
    Jaheer.

    Uncheck negative stock for the storage type you are picking from. IMG - LE- WM-Master Data-Define Stg Type uncheck 'Allow Negative Stock'.

  • Sort picking list by storage bin or material in customizing

    Hello Gurus,
         How can I sort picking list by storage bin or material in customizing?
    thanks very much!

    It's done at IMG - Logistics Execution -  Warehouse Management - Strategies - Define Sort Sequence for Stock Removal (Picking)

  • Picking multiple quants from one storage bin

    Hello all,
    I have a client that purchases copper wire in pallets that are stored initially in storage bins.  During goods issues to production the pallets are split up and, when material is put back in the warehouse,  storage bins end up with multiple quants that are partial pallets.  When they issue goods, the system, using FIFO, picks quants from multiple bins even though one bin has sufficient quantity.  That forces the warehouse staff to pick from multiple bins rather than one. 
    Is there a way to make the system pick all of the material from a single bin even if there are multiple quants?
    Thanks,
    Ross

    Strategy A: Partial Quantities First  
    With this picking strategy the FIFO principle is overridden in order to optimize the management of stock in the warehouse
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c6/f844b74afa11d182b90000e829fbfe/frameset.htm

  • Partial SUs picking from Bulk storage

    Hello Experts ,
    From Bulk storage, we are trying to pick partial SUs and when we created the TO , itu2019s not suggesting any SU for picking. We only have to confirm the partial SU number during the TO confirmation (Provided there are more than one partials SUs in bulk storage).This makes user to search for appropriate partial pallet in the whole storage bin to confirm the TO rather being suggested by the system which one to pick (In TO). Is this the standard behavior of Bulk storage? How do we manage these partial pallets in bulk storage?  We have enabled the partial picking strategy for bulk storage. We have no batches for materials.
    Please advise.
    Thanks

    Yes .As a rule Bulk storage does not support the partial quantities to be managed in the storage type.However you can still process the partials provided you need to pick partial SUs manually.SAP will not suggest what SU need to be picked.
    You can also read this article for configuring the round off flag which may be helpful to you.
    "As a rule, you would not manage partial pallet quantities in bulk storage areas. Partial pallet quantities should be picked from a corresponding area designated for partial quantities. The following example illustrates what kind of system behavior you can control using this switch.
    The requirement quantity is 2.5 pallets; the quantity in the bin is 5 pallets:
    1. ' ' allows the removal of 2.5 or 3 pallets, depending on the partial pallet setting and the setting for a return item.
    2. 'X' allows the removal of 2 pallets; for the remaining half pallet, the system determines a suitable stock using the storage type search function. If there is no stock in the storage types listed, the half pallet can also be removed from the bulk storage area in a second item.
    This setting is used in particular to avoid partial pallet quantities and only works in this manner if complete stock removal is set.
    3. 'Y' allows the removal of one pallet. For the remaining 1.5 pallets, the system finds suitable stock using the storage type search function. The system once again finds a bulk storage area, and once again 1 pallet is removed in a second item. The system proceeds with the remaining half pallet as described under X above.
    This setting is used to avoid partial pallet quantities and the creation of single TO items for each pallet during stock removal."

  • Populate people picker from another list

    Hi,
    I have a task list that i want to populate the assigned to column with lookup information based on another list, by matching the "Project Name" of the two lists by using SPD 2013, no coding 
    Any thoughts?
    Thanks a lot in advance

    Hi,
    Per my knowledge, if you want to populate the Assigned To column value from another list in the New Item form in SharePoint Designer, then you need to use code to achieve this goal.
    Here is the code example(my lookup column name is “lookup” in the task list and the People and Group field in the other list (ListA) is “User”):
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $("select[Title='lookup']").blur(function()//change the Title to the column name of your lookup column
    var val1=$("select[Title='lookup']").val();
    getItems(val1);
    function getItems(val){
    var clientContext = new SP.ClientContext('http://sp');//change the URL to your site
    var oList = clientContext.get_web().get_lists().getByTitle('lookup test'); //change the list name to your list where the lookup column get values.
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml('<View><Query><Where><Eq><FieldRef Name=\'ID\'/><Value Type=\'Counter\'>'+val+'</Value></Eq></Where></Query></View>');
    this.collListItem = oList.getItems(camlQuery);
    clientContext.load(collListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded(sender, args) {
    var listItemEnumerator = collListItem.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var oListItem = listItemEnumerator.get_current();
    for (var i = 0; i < oListItem.get_item("User").length; i++) {
    var val2=oListItem.get_item("User")[i].get_lookupValue();
    SetAndResolvePeoplePicker(val2);
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    function SetAndResolvePeoplePicker(userAccountName) {
    var controlName = "Assigned To";
    var peoplePickerDiv = $("[id$='ClientPeoplePicker'][title='" + controlName + "']");
    console.log(peoplePickerDiv);
    var peoplePickerEditor = peoplePickerDiv.find("[title='" + controlName + "']");
    var spPeoplePicker = SPClientPeoplePicker.SPClientPeoplePickerDict[peoplePickerDiv[0].id];
    peoplePickerEditor.val(userAccountName);
    spPeoplePicker.AddUnresolvedUserFromEditor(true);
    spPeoplePicker.SetEnabledState(false);
    $('.sp-peoplepicker-delImage').css('display','none');
    </script>
    After that, the values will be populated in the New Item form after you have selected the lookup column value.
    If you just want to set the Assigned To filed value, then you can use workflow to update the column value after creating the task.
    More reference:
    http://www.sharepointcolumn.com/sp2013-setting-people-picker-value-in-newform-aspx/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Stop IM posting from interim storage bin

    Hi,
    We have a WM activated where the Transfer order is created and posted automatically when any material movement is posted.
    Now when the stock in WM is already allocated to delivery still its possible to post the IM.
    For e.g.
    1 peice of  material 'ABC'  is available in IM and also in warehouse. A outbound delivery is created which has trigered a transfer order. Now the stock is lying in 916 interim storage type.
    other user does a transfer posting movement (311 movement) of same material. Since the material is not available in the normal storage type, the transfer order is not created automatically.
    Now the stock lies in 921 interim storage type.
    I want to avoid such scenario. Is it possible to stop any posting in IM if the stock is not available in the normal storage type?
    Regards

    Hi Frenchy,
    Thanks for your valuable input. This was something new for me.
    I checked the settings in OMM8, the 'No stringent FIFO setting' is there for all the Interim storage type.
    I think this will not help because when the IM posting is done, since there is no stock in normal storage type, system is not creating a transfer order (as per customization which is to created TO automatically). It only creates a open transfer requirement without finding a source storage bin.
    However we have found another way to stop the posting. we have set a availability check rule to the transaction and movement type in IM which check the available stock during the posting and sets a waring/error message.
    However this is at IM level.
    Is it possible to stop the posting at IM via some setting in WM?
    Regards

  • WM::system is not placing the stock another storage bin

    hi friends
         system is not check fill the stock to another bin ..system is placing the stock in same bin...what are the cofiguration required?
    with regards
    dinesh
    Edited by: code acess on Jun 15, 2011 10:47 AM
    Edited by: code acess on Jun 15, 2011 10:48 AM

    hi SAP FC
                       Iam using putaway strategy is "L" ..storage is determing in the system ..every thing is working fine except placing  stock to another bin
    with regards
    dinesh
    Edited by: code acess on Jun 15, 2011 11:18 AM

  • Data transfer data from another storage deviceI to TC

    I have a 1TB Ibook. Can data from it be transferred or backed up to a TC?

    Check to make sure that the drive is formatted in Mac OS Extended (Journaled). Otherwise, Time Machine cannot back it up.
    On your Mac....
    Open System Preferences (gear icon on the dock)
    Open Time Machine
    Click Options
    If your drive appears here, remove it from the list of items that will be excluded from backups

  • Serial Numbers in A Storage Bin

    Dear all,
    In warehouse management we have serial numbers attached to each item in the warehouse and these items are batch managed. During goods receipt serial numbers are scanned using RF scanner and a transfer order is created for each item. We have a customer table to store the details like storage location and storage bin etc when they are first scanned in. There is no problem here.
    If items are transferred from one storage bin to another using a transfer order, system is picking the serial numbers required for the transfer order posting. When corresposing material document is displayed using MB51, there is a tab for serial numbers that are included in this material document.
    Is there any way to get all the serial numbers of the items stored at Storage Bin level?
    Thanks and regards
    Raj

    Hi Christian,
    Thanks for the reply.
    In the mean time I was talking some more people here regarding this problem. Looks like there is no one obvious place where equipment serial numbers are stored.
    Further digging in to SAP I could make out that the serial numbers get distributed to tables SER01 to SER07 based on the activity performed with key in OBJK. I think I will be able to get there.
    I appreciate your time and reply.
    Regards
    Raj

  • Change of storage bin while cancellation of production order.

    Hi Gurus,
    The problem is while confirming the order the stock for that order is consuming from one storage bin (say  1ECMEL) , but when I cancel the same  production order the same stock was returning to another storage bin (say 1MD01A) instead of the 1ECMEL from which it is consumed.
    We want to re-move the stock after cancellation of production order to the same storage bin that from which the stock was consumed during the confirmation.
    Please advise...
    Thank you.
    Naveen.A

    Hi,
    Please check the material master (mm02) in that if u have maintain default storage location in purchasing view for raw materail and workscheduling viewe for fert system will consider that as default storage bin at the time of confirmation and also for cancelation.
    Please try with this.
    Regards,
    Nilesh

  • Storage bin 441 does not exist

    hi,
    while transfering blocked stock from one sloc to another sloc in a warehouse, i m getting the error message as storage bin 441 does not exist.
    my warehouse no is 441
    what could be the reason for this .
    i have created bins also.

    Dear Rajasekaran,
    Ware house is different from the storage bin,so you enter proper storage bin number instead of ware house.
    Check the settings in LS10 transaction for that storage type with your ware house.
    I hope this will help you,
    Regards,
    Murali.

  • Storage bin issue -

    hi friends
    storage bin 01-01-01 stock is 1000 quantity...After PO-GRN all stock is updated in same storage bin  01-01-01...
    my querys is i want to fill 100 qty should be filled in 01-01-01 storage bin , if quantity excess means remaining quantity should be
    fill in another storage bin 01-01-02  ...
    where is the control in wm
    pls helpme for this issue
    with regards
    dinesh
    Edited by: code acess on Jun 13, 2011 12:42 PM

    HI FRIENDS
    I Have the issue, PO order quantity 5000 number. i did GRN.iam trying to do transfer order ..system is update the stock 1000 qty is
    updated  01-01-01.. system is automatically remaining quantity 4000 is updates in return stock bin in transfer order..i want to 1000
    qty should be updated in 01-01-01 and remainin quantity should be update the sequence of BIN Like  01-01-02.
    where i made mistake the configuration....
    pls suggest me
    with regards
    dinesh
    Edited by: code acess on Jun 14, 2011 8:51 AM

Maybe you are looking for

  • Down Payment clearing for the Fincial year

    Hello All I have one Scenario where downpayment was received and cleared in the year Sep 2013 and now the Invoice is being generated for this Financial year  along with the clearing of downpayment from the last year. but we get the error Program erro

  • Lightroom 3 does not recognise my AVCHD video

    My Panasonic camera records AVCHD video (.mts or .m2ts). Lightroom 3 does not recognise this as video. I would like to be able to download and catalogue with LR3. Is there any way around this? Paul

  • Office 365 login failure

    Please, I need help.  My login stop working...   please contact me at  [email protected]   or   [email protected] Tks The error:   (I've tried several logins and password, even the one recieved from password recovery process) If that doesn't help, co

  • Redistributable components of crystal report 11 and Crystal Report 2013

    Currently we are facing a peculiar problem where we are having a report with 5 tables and connected using the default crystal report db connectivity. The report was created in a very old version of crystal report 8.5 and we have been migrating the sa

  • Outlook/ Exchange 2010 Issue using multiple email accounts

    I have some users with at least 2 additional mailboxes, and if the user need to reply an email that is in the inbox of the additional mailbox, by default the smtp that shows in the from field is from the additional mailbox. Then the user must change