Bapi to update Storage Bin

HIya Gurus,
                 I have got a requirement where the user is gonna change the Storage bin via a report. I have created the report with the input enabled field for the new storage Bin to be entered. Now i need to overwrite this new value in the database. I am trying to use CALL TRANSACTION via MM02 but the select views are differ for materials.
                Can any one help me out with any alternative like a BAPI or if there is a possibility to use Call transaction without the select views.
                    Your suggestions are valuable to me,
Thanking You,
ZIa

Hiya Gautham,
                    Thanks for your Quick reply. I just checked BAPI_MATERIAL_SAVEDATA , it doesnt have any storage bin field in it. Can you please eloborate on your view about this BAPI.
                    Thank you very much.
Cheers,
ZIa

Similar Messages

  • FM or a BAPI to create Storage Bin

    Hi friends,
    Is there any Function Module  or a BAPI to create a Storage Bin????
    Regards,
    Bhanu.

    Hi,
    The first thing you can do is to search this forum using the keywords.. you will get a solution most of the times (80%)..
    Else you can try in the Transaction BAPI...
    Even if that does not work out
    Go to SE37 give some keywords and search for a FM yourself.
    Eg: BAPI * STOR * and press F4 it will give you possible FMs... Now you need to check the documentation for that BAPI..
    Hope it is of some help.
    Regards,
    Pramod

  • BAPI or FM to Update storage location in outbound delivery with many items

    Hello!
    I have an urgent problem.
    Storage location determination didn't work and were  created thousands of deliveries without storage location.
    We want to run LSMW using BAPI.
    Which BAPI can update storage location (for many items in delivery. We saw an option to update the first item' but not all of them)
    PLZ try to help
    thank You

    Hi,
    check this FM:
    RV_DELIVERY_PICK_UPDATE
    SD_DELIVERY_UPDATE_PICKING

  • LT06 enhancement - How to update Storage type and Storage section

    Hi,
    My requirement is to update Storage bin, Storage type and Storage section, while creating Transfer order from through LT06. So I used the enhancement MWMTO003 to update Storage Bin in LT06 and it is also working.
    Similarly I need to update Storage type and Storage section using userexit or BADI.
    Is there any way to update Storage type and storage section in LT06?

    Check enhancement MWMTO007.
    regards

  • Storage bin Capacity utilization is greater than 100%

    Hi,
    Via LS03N, I can found that some capacity utilization is greater than 100%, this must be incorrect, what's the reason? is there any report to update the capacity utilization for storage bin?
    Kindly please advise.
    Thanks

    For the capacity checks, the remaining capacities or the used weight in the storage bin master data are updated with every putaway or picking. If you change the inspection method in the current operations or you change capacity or weight data of materials or storage unit types, you then need to make a comparison of the data. You can make this comparison with report RLS10200. First read the documentation before you start the report.

  • 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

  • Manage stock qty. in Storage bin for Inventory management

    HI all,
    We are implemented Inventory Management (display stock of material for storage location).
    I want to know is there any method in Inventory Managment to Manage stock of specific material in bin also.
    Means User exactly should know the stock of specific material is located in Storage Bin.
    Please suggest me the hole process or any customization
    Regards,
    Vraj

    Hi V raj,
    I don't know whether i understood your question well. But i will answer in the way i understood.
    To serve your requirement you need to have a Warehouse management, means to have a smooth warehouse bin wise storage.
    But some companies are not willing to implement WM and they are finding a way with batch classification. They maintain batches for material and storage bin are maintain in a batch classification. So you can view it in MMBE also by going into the batch classification of the relevant batch.
    And if you want to have a detail report you can develop a simple report or a query to retrieve batch classification data.
    For batch classification activation:
    1. Material must maintain "Batch management" tick in Purchasing and storage plant data views
    2. Create a seperate class for this using CL02
    3  Create batch characteristic using CT04 (this is to maintain Storage Bin)
    4. Add classification view to each material and the relevant batch class.
    5. When you are doing the GR use "Batch" tab and "Classification" button to maintain relevant Storage bin data. (To update mass scale you can create a "Z" report getting help of a developer in your company)
    6. Now each batch you are maintained your storage bin view it trough MMBE (But only one batch classification) or in-house developed report ("Z") program
    Thanks & BR
    sandun

  • Need FM or BAPI to update LIKP-BEROT

    After the second transfer order is created with source storage type as ‘200’ and destination storage type as ‘916’, populate the field LIKP-BEROT with value “200”. This is required for the business to identify the deliveries that are ready for 2nd step picking confirmation.
    I need a fm or bapi to update for a perticular field berot.
    Pls help.
    Madhavi

    Check this function module.
    CHANGEDOCUMENT_PREPARE_POS
    Thanks,
    Srinivas

  • Row consolidations of same material in storage bins.

    Hi Experts,
    we have a requirement below,
         .     Current Process:  Inventory Analysts utilize an established query in SQ00 to enable them to perform row consolidations of same material in storage bins to maximize storage bin capacity and create empty storage bins in warehouses .
    Example: Row 621 only has 1 pallet and that pallet will fit in row 625(Row) of which only has 31 but the max is 32 in that bin.  Again you see bins 725 and S-27(material) only have 1 pallet each and can fit easily in 715 as it only has 15 pallets but can hold 32.
    .       The analyst take the data from this query and manually create a Row Movement sheet to give to the forklift drivers to perform the assigned movements.
    1) is it possible SAP to do automate this task?
    2)Can SAP logically determine this equation?
    3) Is it possible SAP to generate this spreadsheet and go ahead and create the TO in the background?
    Please do the need full ASAP, Quick response is highly appreciated .
    Thanks and Regards,
    Chiranjeevi

    Of course you can do this, but not with SQ based reports.
    You will need to code a custom ABAP report.
    First you will need to find best matches in storage bins, then use BAPI for TO creation.
    You will easily have all the info from the source and destination bins from your matching
    table/data. You can search forums for more info on this BAPI, but I can tell you it is pretty
    easy to use even for an inexperienced ABAP-er.
    I have created a report for this in my company a while ago, but didn't implement automatic
    TO creation since we wanted to give our WH people freedom and didn't want to create a huge
    amount of TOs which need to be cancelled if WH workers don't have time to perform this action.
    But this is a great tool for any warehouse, especially with bulk non-mixed storage types with
    a large number of bins.
    Regards

  • WMS proposed storage bin

    Dear Gurus,
    We have configured our WMS successfully with FIFO enabled environment. Now we are implementing barcode and we are interested to get issuance storage bin which is WMS proposing for issuance. Is there any BAPI for which we can determine storage bin for a material from which system will issue after posting.
    Regards,
    FR

    I have written my own BAPI to get required results so problem resolved.
    Regards,
        FR

  • Update Storage Location in Delivery during Picking

    Hello Experts,
    I am implementing "picking" using a custom function module that ultimately calls SD_DELIVERY_UPDATE_PICKING to perform picking.
    Frequently the third party application changes and sends a new storage location for a given delivery. The requirement is to update storage location in delivery while doing picking.
    Thanks for your precious inputs.
    Regards,
    Hitesh

    Use BAPI 'BAPI_OUTB_DELIVERY_CHANGE'. There is a parameter ITEM_DATA_SPL where you can put the storage location in.
    Regards,
    Michael
    DATA: ls_header  TYPE bapiobdlvhdrchg,
          ls_control TYPE bapiobdlvhdrctrlchg,
          lt_return  TYPE TABLE OF bapiret2,
          ls_item    TYPE /spe/bapiobdlvitemchg,
          lt_item    TYPE TABLE OF /spe/bapiobdlvitemchg.
    ls_header-deliv_numb = ls_control-deliv_numb = '0080000542'.
    ls_item-deliv_numb   = '0080000542'.
    ls_item-deliv_item   = '000010'.
    ls_item-stge_loc     = 'AA02'.
    APPEND ls_item TO lt_item.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
      EXPORTING
        header_data                   = ls_header
        header_control                = ls_control
        delivery                      = '0080000542'
      TECHN_CONTROL                 =
      HEADER_DATA_SPL               =
      HEADER_CONTROL_SPL            =
      SENDER_SYSTEM                 =
      TABLES
      HEADER_PARTNER                =
      HEADER_PARTNER_ADDR           =
      HEADER_DEADLINES              =
      ITEM_DATA                     =
      ITEM_CONTROL                  =
      ITEM_SERIAL_NO                =
      SUPPLIER_CONS_DATA            =
      EXTENSION1                    =
      EXTENSION2                    =
        return                        = lt_return
      TOKENREFERENCE                =
        item_data_spl                 = lt_item
      COLLECTIVE_CHANGE_ITEMS       =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =

  • WM -Storage bin 3000711133 ( nothing but TO no)  blocked for stock removal

    Dear Friends,
    1.User has created TO for 2 qty.
    2.While confirming it , he has put 1 qty in qty diff - could be by mistake,
    3.Now this one qty is went to stock differnece - Storage type 999 and the storage bin as "TO" number.
    4.I suggested them to clear the differnces through LI21 , but they dont want to do it , as it will heat financial accounts too.
    5.They want to transfer this one qty from 999 storage type to the required storage type
    6.I tried with LT01 - user mvt type 999 , & also 201 , and used souce storage type as 999 and storage bin as TO no, but i am getting message -Storage bin 3000711133 ( this is nothing but TO no)  blocked for stock removals
    7.even i tried with LT09 - but it dosent work...
    It should allow to move the material from 999 through lt01 , in our case it is not allowing, could you please help me to resolve this issue, if i need to do some customisation changes then where i have to do?
    Thanks & Appreciates your earlier response.

    Hello Om,
    I request few corrections for my last post.
    As understood now, you picked quantity was 2 pcs , while confirming user has mistakenly put 1 pc in qty difference field.
    Here when user has entered 1 (reduced quantity that the delivery quantity in outbound delivery) then he has to enter difference indicator for reduced quantity which must have been configured in the system.
    Now say that you have deliver the 1 pc which was confimred in TO to customer, at the same time your delivery must ahve been updated with pick and pack quantity as 1.
    But still 1 qty lies in interim storage type (XXX) with stoareg bin as trsnfer order number.
    Now to put this stock back in original stoarge type and bin.
    You please try LT01 with movement type as 999 which is warehouse supervision.
    Now in next screen you enter the stoare type (XXX) and stoareg bin i.e. your transfer order number in source data
    and destination storage type and bin will be automatically picked.
    Now Press Enter . 'You will get warning message as check you entries' ignore that message and save
    Hope this will help you. Also if you are getting any erro message with above please give us the detailed escription of erro message
    Br,
    Tushar

  • Need a program that will save the capacity settings for all storage bins

    Hey all,
    I would really apprecaite any help with a program I am trying to come up with.
    What I need to do is create a program that:
    1. Will save the capacity settings for all storage bins to
    a file
    2. Then update them all to allow unlimited capacity BUT be able to revert back to the
    original that was saved.
    Any suggestions about possible existig reports that I may be able to modify to suit my needs, or where to start from if I have to do this from scratch?

    I know I'm talking about expensive apps, but having been in prepress for about 30 years now, I really don't look at anything other than Quark XPress or InDesign for page layout apps. Your printing vendor will also be much happier with you when you use these products. Some areas of the U.S. tend to be mostly Quark oriented; others, InDesign. Ask your vendor what they would prefer, and if there are any free or cheap alternative apps they'll accept documents from.
    Apple's Pages app (part of iWork) is a decent page layout program, but hasn't been updated in four years. It also doesn't support CMYK. If you place a CMYK image in the app, it will export out an RGB version of it. Not good! You can work with RGB images if you prefer, but your CMYK translations will be left to the skill of the print shop you use to do the conversions.
    Don't even think about using Word. It has what it calls a page layout option, and does pretty much work like one, but there's no good way to import it into a real layout app such as InDesign. You end up paying the printer for their time to rebuild your entire project in either XPress or InDesign so they can actually do something with it.

  • Storage bin creation through LS05.

    Hello Experts,
    we are using barcodes and  I have to create storage bins. For this Verification is mandatory through LS05 or can we create thorugh LS10.
    I observed that in LS05 screen, sequence number and what does it indicate.
    Can any boyd please send the information or link for storage bin verirfication and creation thorugh LS05.
    Thanks
    Raghu.

    Thanks you Swagat and night for your reply!
    Here what is the use of verification and do we have to update any master data for this purpose and in LX45 screen it is asking Bin coordinates, in that field what exactly we have to fill.
    Thanks in advacne.
    Raghu

  • Add no of quans to storage bin?

    Hi,
    Am an Abaper. I was using some seven quans to count for seven storage unit in a storage bin.
    But i had some actions, which made storage unit availablle as 2.
    Waht to do increase the storage unit , just like before.
    Pls help me with the steps....
    i had to do investigation on about seven storage units.. but i have only two.. hw to increase???
    pls help..
    Thanks in adv,
    naveena.

    Hi Naveena,
    In general, whenever you do Goods Receipt the system will create a Quant in the storage bin. If you are doing GR for the second time, it will added to previous quant, if it is a different material, it will create a new quant, thats how Quant data will be updated in a storage bin.
    In your case, i think, some one have created the deliveries and they may have done goods issue also, thats why no. of quants have been reduced.
    If you want to increase the quants now, you need to do GR for the same material and the destination bin has to be the same.
    Hope it is helpful

Maybe you are looking for

  • Po document number in fbl1n

    Hi, Can somebody explain me how to get PO document number in fbl1n. Thanks

  • Link to mail only works once on Chrome (windows)

    Hi all, I have two links (both for the same e-mail address): The first: <s:Label text="CLIQUE AQUI!"          useHandCursor="true"          buttonMode="true"          click="navigateToURL(new URLRequest('mailto:[email protected]'), '_self');"/> The s

  • Odbc or jdbc?

    Is it better to use one over the other? Will ODBC allow me to pull data more quickly over the network? Right now I'm using JDBC and the fetch size is set to 10,000 and batch is 100 but the network utilization is about 4% of total bandwidth. It looks

  • I need customer references who are using Oracle Files

    Dear All, I'm looking for customer references who are using Oracle IFS or OCM or Oracle Files for their document management systems. So, if anyone can support me i appreciate.

  • Planning and Reports Server

    We are beggining the purchasing process for planning. We will have 235 liscened users for planning. So I am starting to look at hardware, not my strong suit. I have 50K, so I plan to get a quad with as much space as possible, typically do I need sepe