Bin to Bin transfer steps - Other than LT10(Stock List)

Hi All,
For internal stock trnasfer within warehouse, - bin to bin transfer, please let me know all the possible ways/methods to do it.
One process I am aware is to Create TO using stock list - LT10,
But can I create TO manually for bin to bin transfer ?? If yes, plz tell me input details - mainly movement type.
Is there any other method for bin to bin transfer steps in SAP?
Thanks,
Ravi Davda

Hello Hari,
Thanks for your inputs.
I tried for above solution.I did not select confirm TO check box in LT10 but still when I go to LT12 transaction to confirm this TO system does allow me change the quantity as it shows all the entries in display mode (not editable).
Is there any customzing setting involved in this....? How to do that?
Regards,
Munish

Similar Messages

  • I use My Time Capsule as a external hard drive, can I transfer files other than wirelessly?

    I use My Time Capsule as a external hard drive, can I transfer files other than wirelessly?

    will TC appear on My desk top?
    It will, if you do the following:
    Open Macintosh HD and locate the Time Capsule icon under the SHARED heading on the left side of he window.
    Click on the Time Capsule icon and a folder representing the drive will appear to the right
    Double click the folder and the drive icon will appear on the desktop

  • Automate (batch process) other than from default list?

    I really admire the batch process feature that lets me automate functions. The problem is, I want to do something with a single page PDF that is not on the list; Save as TIFF. This is very common in my work environment, and time consuming. Any way to automate this that does not involve a feature request?
    It seems to me that the equivalent feature in Photoshop (Record) is much more flexible.

    Sure it's available. In Acrobat Pro XI add a Save command to your Action
    and then click on Specify Settings and select "Export files to alternate
    format" and select TIFF from the drop-down list.
    On Fri, Mar 29, 2013 at 5:30 PM, HealthcareHelper

  • Reg Bin to Bin transfer TR for more than one Material

    we would like to move more than one material from one bin to another .... LB01 allows only one materials.
    LT10 doesnt help as we need to qty
    please help

    Hi Sasi,
    There is only two standard transaction available to move stocks between bins
    LT01  - is used move a material, quantity, stock category between one bint to another bin
    LT10  -  is used to move entire stocks per material between two bins.
    but as requeste you for more than one material there is no standard transaction. you have to go for customization.
    Thanks,
    Madhu

  • WM BIN to BIN transfer order and picking list

    Hi Guys
    I have a scenario where I need to print BIN to BIN transfers details
    After completing the transfer to destination BIN Ineed to print
    Which Interim storage type(Like 9 sereis 901----999) I need to link print code and printer
    what config settings required for this
    and also another similar scenario
    Picking list from warehouse against the sales order
    which interim storage type we need to link the printer
    we have already satnadalone storage types availble(100,120,1....)
    Kindly suggest a solution ,thanks in advance

    Dear Friend,
    Print determination is WM is done in transaction OMLV. Major steps include
    1. Define spool request.--> Here you define spools and how it should be configured like new spool request, delete after spool out put.
    2.Definition of Print code--> Here you assign form to each print code
    3. Assign Print code to movement type--> For each mvt type assign print code. In automatic determination of printer, system checks whether any print code is assigned to each mvt type in a warehouse.
    4.Assign Printer to Warehouse--> Once form and other information is determined in above steps, system checks for printer for a warehouse in this configuration.If no printer is assigned, then it will proceed to next step that is step 5 here below
    5.Assign printer to picking area--> Assignment of printer to picking area.If this paramter is not maintained then it will go to next step. That is step 6 here
    6.Assign printer to Storage type--> It will fetch printer if nothing is mentioned in step 4 & 5 above.
    7.Print Report--> Assign print program to ware house. This the last step in config.
    I hope this helps.

  • Bin to bin transfer bapi

    Hi Friends,
    In one customised tcode I want to have functionality to move sales order specific stock to different storage type & Bin.
    So if the stock is luying  in 5 bins for speciifc sales order 8552442 item 0010. I wan to move stock in one go to different bins
    Pop up I am planning is as below
    From Bin                     To Bin
    xxx                              aaa ( This will be put manually by the User)
    yyy                              bbb ( This will be put manually by the User)
    zzz                              ccc ( This will be put manually by the User)
    I want to have only one  TO for this
    I am confused whether I need to use bapi L_TO_CREATE_SINGLE or L_TO_CREATE_MULTIPLE.
    Thanks,
    Kiran

    For TO creation you can use an example like below:
    call function 'L_TO_CREATE_SINGLE'
    exporting
    i_lgnum               = wh_number   "Warehouse number
    i_bwlvs               = '999'                 "MvT999
    i_matnr               = lqua-matnr  "Material no.
    i_werks               = lqua-werks  "Plant
    i_lgort               = lqua-lgort  "Storage location
    i_anfme               = lqua-verme  "Requested Qty
    i_altme               = lqua-meins  "Unit of measure
    i_letyp               = ltap-letyp  "SU Type
    i_vlpla               = lqua-lgpla  "Source storage bin
    i_vlqnr               = lqua-lqnum  "Quant
    i_vltyp               = lqua-lgtyp  "Source storage type
    i_nlpla               = ltap-nlpla  "Destination storage bin
    i_nltyp               = v_nltyp     "Destination storage type
    i_squit               = squit
    importing
    e_tanum               = l_tanum
    e_ltap                = l_ltap
    exceptions
    no_to_created         = 1
    benum_missing         = 2
    bwlvs_wrong           = 3
    betyp_missing         = 4
    foreign_lock          = 5
    vltyp_wrong           = 6
    vlpla_wrong           = 7
    vltyp_missing         = 8
    nltyp_wrong           = 9
    nlpla_wrong           = 10
    nltyp_missing         = 11
    rltyp_wrong           = 12
    rlpla_wrong           = 13
    rltyp_missing         = 14
    squit_forbidden       = 15
    manual_to_forbidden   = 16
    letyp_wrong           = 17
    vlpla_missing         = 18
    nlpla_missing         = 19
    sobkz_missing         = 20
    sonum_missing         = 21
    bestq_wrong           = 22
    lgber_wrong           = 23
    xfeld_wrong           = 24
    date_wrong            = 25
    drukz_wrong           = 26
    ldest_wrong           = 27
    update_without_commit = 28
    no_authority          = 29
    material_not_found    = 30
    lenum_wrong           = 31
    others                = 32.
    You can call this FM more than once if you want to transfer more items,
    or you can call L_TO_CREATE_MULTIPLE if you want to create more items
    in one FM call.

  • Bin to bin transfer from SU managed storage type to NON SU storage type

    Hi Experts ,
    Kindly guide as how i can  perform  Bin to bin transfer from SU managed storage type to NON SU storage type
    Thanks
    Jinoy

    There is no particular technique for this. You can use single or collective method (LT01 or LT10).
    Provide the source SU and destination storage type and bin and save the TO. Your transfer will be complete.
    The SU number will be lost because you have moved the stock to a non SU storage type.
    Regards,
    Aroop

  • Enhancement for bin to bin stock transfer

    hi,
    when i am using stock transfer bin to bin using LT01 transaction, an information message have to raise when same material/batch if destination bin already having.........
    i already searched enhancement for above process "MWMTO001" i am correct or not?
    Thanks
    Muthuraman.D

    Yes, that's correct. You are using the right enhancement.
    It has the LTAK and LTAP tables which is the transfer order tables. This function will trigger during the TO creation.

  • Bin to Bin transfer(Urgent)

    Hello Guys,
    I have a question. We have a problem in warehouse and can anyone help me out of this scenario:
    We have a warehouse, and we perform cycle counting to check the inventory. We want all the bins to hold the same quantity (say 100), if a bin has more than 100 items it is moved to the next neighbouring bin. So, all the bins exceeding 100 items (unique) get into a  "NEW" bin and consequntly the count in the bin increases (from 0 to 100). In this process,
    Say bin 1 is the bin from which material is removed and bin 2 is the bin to which material needs to be transfered. The status of the material in "Bin 1"is "unrestricted" but when it moved to "bin 2" it needs to be turned to "Block" until the bin gets filled completly. After the bin gets the required count(100), the status of the material needs to be changed back to "unrestricted".
    Note:
    1.Material used is unique
    2.Bins can contain more than 100 items, but to make all the bins contain equal amount we carry out the process (making all the bins to contain equal amounts)
    2.Status of the material needs to changed from un-restricted to blocked (during bin to bin trasfer) and back to unrestricted after the count is reached
    Please help me out as early as possible, as I really need it very fast. Thanking you, in advance and hoping for a positive response from you, I take leave.
    Regards,
    Gandluri Srinivas

    For  LQ02 -  Movement type 344 not  showing up  here's what you need to do:
    go to
    SPRO - Logisitics Execution - warehouse management - interfaces - inventory management - define posting changes
    Here select any exisiting entry, copy it and edit it . It would probably look like this
    <WHNO>. 344 Posting change-blocked 344 -- S
    The "S" in the column Stock category destination is imp and you can se it to S - blocked.
    This will add 343 & 344 for allowed posting changes for that particular warehouse and then it'll visible in the dropdown as well.
    For blocking bins go to trx LS06 and block the bins there , you can do that via LS02n too by selecting the bin and in the status tab, selecting the "stokc removal block"
    Hope this helps.
    Reward points if this helped you!

  • Bin to BIN transfer storage unit

    Dear All,
    I am moving the stock from open bin to actual bins but system is creating a new storage unit number.  But when I transfer from normal bin to normal bin system keep the same SU number. My requirement is to keep the same SU number when moving from open bin to normal bin.  Could you please advise how can I do this.
    Regards
    Sakkir

    when you transfer partial quantity from a source storage unit to another bin it creates a new Storage unit number and when you transfer full quantity of a source storage unit to another bin then system retain the same storage unit number.
    In your case it seems when you are transferring the stock from open to actual bin then the quantity is partial hence system is creating a new storage unit number and when you are doing actual bin to bin then you are transferring the full quantity hence system is retaining the same storage unit number

  • Bin to Bin transfer

    1. Through which transaction we can do a bin to bin transfer?
    2. When I try to do bin to bin transfer it is giving error, Quant is blocked, how quant gets blocked?
    3.How I can remove this block?
    Please advice.
    Thanks,

    1.Through which transaction we can do a bin to bin transfer.
    Use LT01 to transfer material from bin to other.
    2.When I try to do bin to bin transfer it is giving error, Quant is blocked, how quant gets blocked?
    please check whether any physical inventory document is active without clearing, if so please clear it before using this bin.
    3.How I can remove this block?
    if it is manually blocked then use LS06 to remove the block.
    Edited by: venkata Jagadeesh on Oct 17, 2009 1:18 PM

  • Bin to bin transfer control

    Dear All,
    User request to restrict some bin to bin stock transfer between some specific storage types.
    ex. 320 --> 321 allowed
         302 --> 320 disallowed.
    Is there anybody knows how to make this control in configuration ?
    Thanks in advance
    Regards
    Corey

    Dears,
    I've tried enhancements MWMTO001 and MWMTO003 but not work.
    Is there anyone know which enhancement I should set up?
    Regards
    Corey

  • Re : T-code for bin to bin transfer

    Hi
       Any one tell me T-Code for Bin to bin transfer.
    Thanks
    Anto

    Hi,
    use LT01 for moving the stocks from bin to bin.
    Regards
    Anand.

  • Stock transfer from bin to bin

    hi,
    In stock transfer from bin to bin process i need solution for the below requirement...
    a)The system must raise a warning when a material is transferred to another bin, which already contains the same material with a different batch number.
    b)Transferring stock to a single batch location which already contains another material/batch is not allowed.
    In bin to bin stock transfer  process, it is possible by  system   to propose destination bin  automatically ?
    Thanks
    Muthuraman.D

    The requirements that you have may be fulfilled using 'mixed storage' options available in the storage type configuration. However, there are rigid prerequisities to use certain options such as usage of storage unit management and bulk storage strategy. You may look into a custom putaway strategy (MWMTO003) to fulfill your requirements. 
    As for automatic proposal of bin during bin-bin transfer, it is pretty much the same set up that you'd use for any other putaway. This includes, enabling storage type search (sections & bin type, if applicable) along with indicators, defining the relevant putaway strategy, and assignment of indicators in the material masters.

  • How can i transfer songs from another itunes other than mine

    how can i transfer songs from another itunes other than mine

    Purchases made under 1 Apple ID are permanently associated with that Apple ID and CANNOT be transferred to another Apple ID.  So if you want to keep those songs, you'll need to always have access to your dad's account.
    B-rock

Maybe you are looking for

  • Issue in 7.3 - The Work area is not long enough

    Hello All, currently i am facing issue in my new BI 7.3 server when i try to execute planning sequence, i am getting the below error: We have recently moved from 7.0 to 7.3 version very recently and when i try to execute the planning seq it raises ab

  • Need help with explanation of FRAPS to Adobe Pre Elements

    Hello Everyone. So I'm having this issue and its really holding me back. I am a complete hobbyist when it comes to editing and I'm trying to solve my issue where my fraps footage looks like garbage once imported into Adobe Pre Elements 9. Now I wante

  • Other user can't access to OBIEE 11G installed on a server

    Hello, We have installed OBIEE 11G on a server ( windows sever 2008 r2) with admin account, and it works fine, But others users can't access to obiee 11g ( administration icons are white in their sessions) even they have admin rights. Can anyone tell

  • Enhancement in ESS Leave Request

    Hi Gurus, I am new to webdynpro Java. I have a requirement to add a custom button in a Standard ESS leave request (Webdynpro Java) view. When i click the the button it has to call popview(not sure is it possible to call a webdynpro abap view).  If po

  • IBooks Author Right to Left Support

    Hi, Is there a way for me to create an iBook in iBooks Author which goes right to left. The contents of the book are going to to be pictures anyway but I need the pages to run in the opposite direction to the norm. Is is possible? Thanks