Receving Storage location in MB51 selection screen

Dear Guru's
PL. Tell Me How I Will  get  Receving Storage location in MB51 selection screen.
Thanks,
Tushar Barot

Dear Tushar,
there is nothing like receiving storage location
in MB51, go to storage location field than click option multiple selection
then give required storage locations
so u can get the data of the storage locations which you have given
Regards
Madhu

Similar Messages

  • Filter on storage location in ME55

    Hello,
    Our scenario is that we have to release PR after having select them by the notion of plant and storage location, but we have some difficulties to do it because we can't filter on the zone "Storage location".
    The transaction ME55 does not allow us to select the number of store in the criteria of selection.
    Either, with ME55, we can choose a display ALV which allows us to filter the result on the storage location, but then it is not possible to make a collective release of the purchase requisitions; is there any parameter setting to manage the possibility to select à list of Pourchase requisition filtered on a list ALV and release them.
    Either manage the zone ' storage location " in the selection screen, Can you tell me if you know wich user exit ou badi I can use to manage this?
    Thank you for your help.
    Edited by: fat on Sep 29, 2010 12:26 PM

    Hi,
    we have only the following enhancements avaialble for ME55. You can not go by storage locations.
    M06B0001
    Role determination for release of requisitions
    M06B0001
    Changes to communication structure for release of requisitions
    M06B0003
    Number range and document number
    M06B0004
    Number range and document number
    M06B0005
    Changes to communication structure for overall release of purchase requisitions
    M06E0004
    Changes to communication structure for release of purchasing document
    M06E0005
    Role determination for release of purchasing documents
    Thanks,
    Venkat

  • At Selection-Screen Requirement

    Hi,
    I have Plant and Storage Location on the Selection-Screen. After User entering Plant and then on Storage Location When he clicks F4, all the Storage Locations belonging to this entered Plant only should appear. Please guide in meeting this requirement.
    Regards
    K Srinivas

    Hi,
    Check this code
    *& Report  ZTEST_F4
    REPORT  ztest_f4.
    INITIALIZATION.
    ** Table declaration
      TABLES : t001l, t001w.
    ** Type declaration
      TYPES : BEGIN OF ty,
                lgort type t001l-lgort,
              END OF ty.
    ** Internal table declaration
      DATA : int_location TYPE STANDARD TABLE OF ty.
    ** Internal table memory clear
      REFRESH : int_location.
    ** Selection Screen Declaration
    ** Begin of block with frame name
      SELECTION-SCREEN BEGIN OF BLOCK a1 WITH FRAME TITLE text-001.
    ** Select option declaration of pernr field
      SELECT-OPTIONS : s_plant FOR t001l-werks,
                       s_lgort for t001l-lgort.
    ** End of block
      SELECTION-SCREEN END OF BLOCK a1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_lgort-low.
      PERFORM f4help.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_lgort-high.
      PERFORM f4help.
    *&      Form  F4HELP
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM f4help .
      select lgort
      from t001l
      into table int_location
      where werks in s_plant.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'LGORT'
          dynpprog        = sy-repid    " Program name
          dynpnr          = sy-dynnr    " Screen number
          dynprofield     = 'S_LGORT'   " F4 help need field
          value_org       = 'S'
        TABLES
          value_tab       = int_location " F4 help values
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
    ENDFORM.
    regards,
    Bhavesh.

  • Storage location wise Opening/Closing Stock on posting date (mb5b)

    Hi,
    Report mb5b gives opening stock and closing stock as on date. In the selection screen, if we do not enter specific storage location then the opening/closing stock is displayed as sum of all storage location stocks for a given material.
    Where as if we enter storage location, it gives storage location specific output. (with Storage loc/batch stock radio button)
    My requirement is - without entering storage location in the initial screen, the system should display storage location specific opening/closing stock.
    To get this, presently I need to execute mb5b transaction individually for every storage location.
    Warm regards,
    MS

    Hi Madhavi
    This report you can have in T code MC.6 and another t code for opening and closing stock in t code MC.9
    Regards
    Vivek
    -- Reward if helpful
    Edited by: Supergene on Feb 28, 2008 3:17 PM

  • Purchase Order - Issue storage location set mandatory entry

    Hello All,
    When create subcontracting PO, want to set the field of Issue storage location as mandatory.
    I tried to find configuration "Materials Management>Purchasing>Purchase Order-->Define Screen Layout at Document Level", but there is not entry "Issue storage location" to set the screen layout field.
    I searched previous threads, but only find some to mention issue storage location for STO. Now, I just use subcontracting PO that is same as NB document type.
    Please your kind suggestion or any method to set  Issue storage location as mandatory in PO.
    Thanks very much!
    Mag

    Hi ,
    Please, could you re-check it again, I have found storage location and issue storage location fields under define fields for fields selection group.
    Under Field selection group NBF Purchase order
    Selection group                    supplying plant
    Issue storage location required entry chose
    Under Field selection group NBF Purchase order
    Selection group                    Basic data item
    Storage location   required entry chose 
    After this setting, I can be find this storage location fields as Mandatory.
    Regards,
    Thiru

  • Error while executing MFBF for HU storage location

    Hello Experts,
    Can you please explain me the step by step process as how to perform Backflush for materials stored in HU managed storage location. I am trying to do this for a make to order 'sales order' but I get error "Receving storage location 0200 in plant 2000 is HU-managed".
    I need to do this for HU managed storage location(0200) but I get above error when try to save the document. Please let as what exact steps i need to follow to do GR for the above.
    Your help is highly appreciated.
    Thanks,
    Sharan

    Hi Caetano,
    Thanks for the reply but what i have seen in our production system in Transaction MFBF is showm in the document display and it has Handling unit assigned to it and also it is posted against an order (order has been created only for costing purpose). I have attached screen shot below.
    I am new to REM process, Can you please share me the steps how this is done or any documents or any link to understand how process is done.
    Thanks,
    Sharan

  • Storage location is not updated after posting GR with Mvt type 107(Valuated GR blocked stock)

    Hi experts,
    Before posting GR through Movement type 107 (valuated GR blocked stock) we can see the storage location field in MIGO screen and able to enter value into this field. But after posting GR when we retrieve the material document we are finding that the field (storage location) is blank, i.e. it's not updated at all. When we check the stock in MMBE we find that no quantity is updated for valuated GR blocked stock.
    We want the storage location to be updated while posting GR with 107 Mvt type.
    Any idea Please?
    Points assured.
    Thanks
    Amitava

    SAP describes it in help.sap.com: Since the material is not to be added to the inventory yet, do not enter a storage location.
    If you require a storage location, then I assume that your design does not match with the design of SAP, you are using a function to solve a gap which is not foreseen by SAP for this case.
    Especially the 107 is usually representing stock which is still in transfer but you are already the legal owner and have to show the value of those goods in your books.

  • Can we block a material for particular storage location ?

    We can allow material to storage locations by MMSC. Can we block a material for particular storage location ?
    Please share ur view.

    Hi,
    If you want a material to be blocked, go to the Basic data 1 view of the material,there in the genral data you have " X-plant material status ". Also in Cost estimate 1 view of the material you have Plant Specific Material status. Use the options available to block the material in these two views.
    Also u can goto MM06 where put material,plant,storage location.When u select enter just tick the check box of material,plant and storage location and save it.
    Pls reward if found useful.
    Regards,
    Indranil
    Message was edited by:
            INDRANIL BHATTACHARYYA

  • MB5B Movment type and storage location is reset

    When I run the report MB5B with radio button "valuated Stock" active for a specific Plant and Movement Type, I get a Message "Movement Type is reset" and then the entered Movement Type disappears from the selection criteria.
    However the report does not give me this message when the radio button "Storage Location/ Batch Stock" is active.
    Also, When I run the report MB5B with radio button "valuated Stock" active for a specific Plant and Storage Location, I get a Message "Storage Location is reset" and then the entered Storage Location disappears from the selection criteria.
    However the report does not give me this message when the radio button "Storage Location/ Batch Stock" is active.
    Please tell me why does this happen when the radio button "valuated Stock"  is active ?

    Dear All,
    I am facing the problem as said in the thread.
    My two queries are as follows:
    Query 1:  In MB5B report When we select the valuated stock option ,We are unable to use movement type , storage location in the selection criteria nad getting the below messages.
    M7284 - Storage location is reset.
    M7298 - Movement type is reset .
    Query 2 :In MB5B report total receipts and total issues is showing incorrect values.
    Here say for example I prepared the grn, cancelled the grn and again made the grn. Here total receipts is considering in such a way that all the grn quantities are considered. and cancelled documents are considered as issues.
    ie  have received material = 100 Nos 01-12-2009
    cancelled grn:100 Nos
    Redo grn:100 Nos
    Done transfer posting 415 Q = 10 nOS = 02-12-2009
    Issued = 10 nos = 02-12-2009
    In mB5B 01-12-2009 to 02-12-2009
    We are getting Opening stock= 0 which is correct
    Total receipts = 100(GRN IST TIME)+100(GR SECOND TIME) +10(TRANSFER POSTING)=210
    Total issues = 100(CANCEL GRN)10(TRANSFER POSTING)10(GOODS ISSUE) =120
    Closing stock = 90(CORRECT)
    Here actual recipt: should be 100
             actual issue should be 10
    Here though the closing stock is correct , 415 transfer posting is considered as issue and receipt.Becoz of this total issues quantity report is going wrong.
    Please give your valuable suggestions to the above two problems seperately.
    Regards,

  • Updation of Replenishment storage location in MF60 ( reservation creation )

    Hello,
    In REM, we are using MF60 for two step material staging.
    We have gone for two stage staging process.
    First shop person will create reservation and then the store person will issue the material against the reservation.
    Here when the resrvation is getting created , user
    do not want to give the replenishment storage location on the sap screen.
    User considers this as a pain.
    Is there any way to bring the replenishment storage location
    automatically updated in the reservation?
    Please let me know in both scenarios,
    scenario one --- by using inventory management
    scenario two --- by using warehouse management.
    Waiting for reply from Experts.
    Regrads,
    Ravindra Deokule

    Hello Mahesh,
    Thanks for your reply.
    Your suggestion was valid if we were working with single step stock transfer process.
    But as stated in the question , we are working with two stage process.
    Here the stock determination button itself is not appearing on the SAP screen in MF60.
    So I think your answer is not right Or may be let me know how
    to bring the stock determination button on the SAP screen when you are creating the reservation.
    Waiting for your reply.
    Regards
    Ravindra Deokule

  • Replenishmant storage location in MF60(reservation creation)

    Hello,
    In REM, we are using MF60 for two step material staging.
    We have gone for two stage staging process.
    First shop person will create reservation and then the store person will issue the material against the reservation.
    Here when the resrvation is getting created , user
    do not want to give the replenishment storage location on the sap screen.
    User considers this as a pain.
    Is there any way to bring the replenishment storage location
    automatically updated in the reservation?
    Please let me know in both scenarios,
    scenario one --- by using inventory management
    scenario two --- by using warehouse management.
    Waiting for reply from Experts.
    Regrads,
    Ravindra Deokule

    Hello Mahesh,
    Thanks for your reply.
    Your suggestion was valid if we were working with single step stock transfer process.
    But as stated in the question , we are working with two stage process.
    Here the stock determination button itself is not appearing on the SAP screen in MF60.
    So I think your answer is not right Or may be let me know how
    to bring the stock determination button on the SAP screen when you are creating the reservation.
    Waiting for your reply.
    Regards
    Ravindra Deokule

  • Deleting the storage location

    Hi,
    Can some one tell me how to delete the storage location. The situation is like this:
    Sales order has been created  for three different materials for a particular customer for a sales area.
    When out bound delivery was created for this order for one of the material a storage location was automatically selected. But when i check the sales order for the same material storage location was not picked.
    But the problem is that material is a non stock item and no storage location was maintined in the plant for that materil.
    And without doing the PGI shipment was created and subsequently shipment cost document as well. Then finally service acceptance has been done and invoice reciept is completed.
    Basically the material is RMC which is not a stock iteem.
    So now we want to create the PGI for the outbound delivery or delete the storage location for that material from the out bound delivery.
    Please explain the process in detail.
    thanks in advance.
    ravi k vinjamuri

    Hi Ravi,
    I am not clear as what you want to do? Can you pls explain your requirement clearly.
    Regards,
    Sreekanth
    Message was edited by:
            Sreekanth. V.T

  • Storage location selection in RQAAAS10 QA07

    hello
    i want to run trx qa07 storage location wise.
    is it possible to run this report for specific storage locations?
    or is there any user exit to control inspection lot or material document creation for storage location?
    my main purpose is
    1- create inspection lot and material document only for ( storage location x)
    but if if it is not possible, material creating material document in storage location wise will also solve my problem.

    hello
    what you mean by one by one?
    there is only material in selection screen. there is no field like storage location?
    the problem is because of decentralised warehouse scenario. system do not allow to make stock movement from decentralised WM storage location and  regular storage location at the same time. If same batch is in different storage location, we have problem. if there is no stock in decentralised WM managed storage location, there is no problem with material document from different storage locations.
    So we have to options:
    1- not to allow stock movement for decentalised WM managed storage location
    2- to do another material movement for each storage location
    Edited by: Bilfar Holding on Sep 16, 2009 7:52 PM

  • Cycle count Storage location selection

    Hi,
    Could someone explain to how the Storage locations are selected when I run transaction MICN.
    Our settings in config are like this
    I have a material in one storage location, it has never been counted. I run the transaction MICN for that material in my plant with today's date nothing is returned. I change the date to one year in the future and the system returns many locations including the one the material is in. I can comprehend that because the count date is empty in the mard table, I have to enter a future date but why do I get many location where the material is not even stored in?
    By the way as we only want to count all our items once per year, they have all been set with the letter D in the material master.
    Kind Regards
    Thierry

    Where do you see the advantage of cycle counting if all your materials are classified with D?
    In that case you can just use MI31 and do annual inventory.
    If you have no last count date, then SAP uses the creation date if the accounting view.
    Which is for all materials equal if you loaded them before go-live.
    And the storage location is coming from MARD table, all locations for which your material was created. And because you did not activate the box to exclude the materials with zero stock.

  • Storage location as selection criteria in MC42

    Hello,
    Transaction MC42 gives a very good information for stock management, however we need to have the analysis restricted by storage location.
    Is it possible to create a new Z program by copying RMCBRW30 and add "Storage Location" as selection criteria? Or there is another standard solution?
    Best regards,
    Helena Peixoto.

    Have you ever looked into the coding of  this program ? and read how the data is retrieved and from which source?
    Just adding the location as selection criteria is not sufficient.
    Most important would be to have knowledge how the data is captured and stored in infostructures. If it is not stored with storage location as aggregation level, then you will not have a chance to get the result according to storage location.......except.......you are doing planning at MRP area level (a MRP area can be a storage location). And MRP area is already in the selection.

Maybe you are looking for