Diff. Storage Loc. for GR & Isuue

Hello Friends,
I am having semi finish product say A.
My requirement is that when I do the Auto Goods receipt for this material against process order then
system should use storage location as 3000.
When I Create process order of FG which contains this semi finish mat A, then requirements should be passed to storage location 2000 in process order.
In material master in MRP2 I can maintain only one storage location in Prod. stor. location field.
Is there any solution for the above scenario.
Please suggest your valuable solution.
Regards,
Amit Shirsath.

Hi,
Use production storage location in BOM. Go to bom item details - status/Lng Text - and enter production storage location. So when you make auto confirmation system will post the goods to this production storage location. Material stock will be available under this production location only.
Awd if useful.
Ramagiri

Similar Messages

  • Storage loc for GR

    Hello,
    I have a Finished product A and it has semi finished product B and B has component C.
    In the bom of A , the storage loc mentioned for B is '001' but the same storage loc. does not appear as default in proces order  for B for goods receipt.
    Can i do the GR of B in different storg loc than 001 ?
    What seetings i need to chk ?
    Regards
    Shankar R

    Dear,
    In the process order header , go to tab Goods Recpt and use the storage location field in this screen for defaulting the storage location for automatic goods receipt of the finished material. You can also chech this storage loaction if extended through MMSC.
    You have two additional places where you can maintain the issuing storage location for the components, different from the material master that is used for auto GR: in the detail section of the BOM item --> status tab --> further data, or in the production version. Or MRP 2 view.
    For details please rfer this link,
    Re: storage location
    Regards,
    R.Brahmankar

  • Partial DEL to single sales order with diff storage loc. in single DEL

    Hi SAP gurus,
    I have created a sales order with single line item of 100 Qty,
    Now i want to create single delivery with two different line item with different STORAGE LOCATION as per the availabiliy criteri with those different storage location of the same or different palnt.
    i had tried to create single delivery by manually putting second line item with different storage location,but i want this to be automatic by the system.
    In case of any clarification kindy revert back to me.
    Regards,
    Ujjawal

    Hi Ujjawal,
    Yes its possible only if the plant is the same.
    But storage location needs to be enter in the order manually. if you have different storage locations for the items in the order and system will allow you to create a single delivery.
    I hope it will help you.
    Regards,
    SK
    Edited by: Mastan Shaik on Jul 22, 2010 7:41 AM

  • Storage loc for samples

    Hi,
    How can we store a storage location on a part number without holding or showing any stock on SAP?  We don't want SAP to show any stock onhand.. It is actually "sample" parts they will not sell.  What we do is each time they build a production order on this part they will have one sample piece that they will keep in a carousal.  They keep a sample piece for every five orders they build. SO, when they build their "sixth" production order they will throw out the first sample piece they had in stock.  They will never keep more than 5 pieces in stock.
    Any quick reply is highly appreciated.
    thanks,

    Hi Suresh,
    You could delete the storage location even when it has stock. And put back the storage location creation transport back, when you need it again.
    Kind Regards,
    Prakash

  • Automatic Inspection Lot Creation for HUs (storage Loc.) in WHS

    Hi All,
    can someone guide me through customizing/with end result expected from client. How can I setup this configuration.
    The requirement is all Chem.Raw Materilas are subject to Quality inspection with HU managed storage Loc. with WMS.
    Good Receipt is posted Via Vl31n into Quality Stock. Subsequently a Transfer Order will be created & confirmed to transfer of materials from 902 interim storage type to destination storage type and bin. (due to lack of space in the Whse).
    Now expected is that when Usage decision made (Quality Managment) the stock type should change from Q to Unresticted within the same bin and same storage type and material should be made available to issue for orders.
    Also when GR is done 101 mvt. an inspection lot should generate automatically in Whse under the quant.
    Most appreciate your help.
    Regards
    Chandra

    Hi Chandra,
    Generally WM movement type '309' is assigned for posting change (Sap standard setting). This movement type is generally assigned against 321 IM movement type.
    Modify the settings for WM movement type '309' as below:
    Path: LE -> WM -> Activities -> Transfers -> Define Movement types
    - Automatic TO X (activate)
    - Activate 'To item can be confirmed immediately'
    - Activate 'propose confirmation'
    - Activate 'post to same bin'
    This should solve your problem.
    On your other question
    Generally the inspection lot is assosiated with the WM
    stock and Quant if the stock Quality stock is posted to bins directly.
    Please display the Quant using LS23 and let me know your findings.
    Regards
    Madhu

  • Allow a particular mvt type for a storage loc.

    hi,
    Is there a possibility to allow only a particular mvt type say 311 for a particular storage location.
    regards

    Dear you can restrict users to consume the stock from secondary storage locations by defining the main storage locations for raw materials in BOM components in item details in status/Lng.Txt so whenever you create production order manually or through planned oder the main storage location defulty copied so user can't change that location and insert secondary location.
    Check and Revert.
    Cheers
    KK

  • Sale Order change BAPI - Storage loc not updated

    Hi Everybody,
    Iam using "BAPI_SALESORDER_CHANGE", to change the sale order items.
    First iam calling above bapi with switch B, for new pricing & then second time for material change.
    When i change any material number, it is getting updated correctly.
    But the storage location, even though iam passing in the bapi it is not updated, & is blank - updation flag is also passed.
    When i execute sale order change again it is updated - ie, for any material change for first bapi call, storage loc is not updated - for 2nd bapi call storage loc is updation - for same input in both the cases.
    Is there any way to update the storage loc is first call of sales order change bapi.
    Below is the parameters iam passing in bapi :
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          SALESDOCUMENT      = LS_SALESDOCUMENT
          ORDER_HEADER_IN    = LT_HEADER_IN
          ORDER_HEADER_INX   = LT_HEADER_X
        TABLES
          RETURN                            = LT_RETURN
          ORDER_ITEM_IN               = LT_ITEMS
          ORDER_ITEM_INX             = LT_ITEM_X
          ORDER_CFGS_REF          = LT_CFGS_REF
          ORDER_CFGS_INST         =  LT_PARTS
          ORDER_CFGS_VALUE     = LT_VALUES
          ORDER_CFGS_BLOB        = LT_CUBLOB
          ORDER_CFGS_VK            = LT_CUVK
          ORDER_CFGS_REFINST   = LT_CUREF
          SCHEDULE_LINES            = LT_SCHEDULE_L
          SCHEDULE_LINESX         = LT_SCHEDULE_X
          ORDER_TEXT                   = LT_TEXT
          CONDITIONS_IN                = LT_CONDITION_L
          CONDITIONS_INX              = LT_CONDITION_X.
    Any help is appreciated.
    Regards,
    Nagarajan.J

    Hi,
    Storage location is updated only when same sale order bapi is called another time with required details.
    rgs,
    Nagarajan J

  • Automatically creation of storage location for material, in MF60

    Hi all,
    my collegue of PP module uses MF60 transaction.
    When he puts XXXX as Replenishment storage location, the system tells him this error: To stge loc. XXXX does not exist for material M1010000182 in plant 0001.
    In MM i have activate the automatic creation of storage location for plant 0001 and for all movement types.
    Why MF60 does not respect this requirement?
    If I try to do movement type 311 with MIGO, manually, there's no problem to transfer the material from a storage location to , XXXX s.loc.
    Is there something more that I have to do?
    Thanks in advance!
    Best regards
    Alba

    Thanks a lot...
    the note says:
    Summary
    Symptom
    A material without storage location view exists.
    If within a single material document, this material is moved in such a way that no change in stock occurs in total, the system does not create a storage location automatically even if this is set in Customizing.
    Additional key words
    OMC3, XLAUT
    Cause and prerequisites
    All postings to a segment (for example, material, plant, storage location) are only executed if a change in stock occurs. Only in this case, storage locations are created automatically. This way it is made sure that no empty segments are created.
    Solution
    The system behaves correctly.
    Header Data
    Release Status:     
    Released on:     07.07.2000  22:00:00
    BUT why IF i do 311 in MIGO, system creates automatically storage location (also if no change in stock occurs in total).
    AND if doMF60  (that does mouvement 311), system does not create automatically the storage location?
    Best regards
    Alba

  • What is the use of Storage loc.ref.in LE-WM Interface to Inventory Managemt

    Hi Guys
    What is the use of below fields
    Special movement indicator for warehouse management and Storage loc. ref.
    In the WM configaration LE-WM Interface to Inventory Management
    How we can do the below scenario with this configaration
    I have 3 scenarios all scenarios have MIGO and placing stock to WM
    2 scenarios requres Immediate TO creation after MIGO 101 mvt type
    But last scenario does not want Immediate TO ,it is having another Z transaction to create TO
    But problem is for the last scenario also creating Immdiate TO after MIGI 101
    How to avoid this Immdiate TO for this scenario
    And How to allow it for first 2 scenarios
    How we can to with that configaration

    Hello ,
    It is not possible directly in customising as all three cases are using the same Mvt Type.
    Alternate Solution :
    You may try an by creating a new Mvt Type 901 i.e making a copy of 101.
    Thereafter try to link a new Ref Mvt Type to the same .You should use this case for the third scenario.
    This may resolve your problem.
    Regards
    Ramesh Ch

  • During GR against Process Order Storage loc. not appearing

    He Experts,
    I am trying to do goods receipt against process order for bulk material using MIGO.
    But under where tab in MIGO storage loc field is not appearing. For this material production storage location is maintained in MRP2 view & in material type customizing both quantity & value field is selected for a given plant.
    Can you please explain why this field is not appearing? Is there any other customizing behind this? During migo 101 movement type (GR for acct. assgt.) is appearing in moveent type field.
    Thanks in advance,
    Vijay.

    Hi,
    OK,You are trying to do GR for a materisl which is defined as Bulk Material (Can be done in BOM or Material master).
    You said , there is no stock appearing for this material in this Storage location.
    Check one thing,
    go to MMSC and find out whether the storage location is maintained for the material or not?
    if your Storage location is not appearing in the list, maintain it there.
    Create a new Process order/productrion order  and check
    Regards
    Ratan

  • Where and how to find the storage locatation for the consignment stock

    where and how to find the storage locatation for the consignment stock (customer stock )  for more than one storage location .
    table :msku
    material no    -   werks - batch
    xxx                   sg11  - 200352ac
    table : mchb
    material no    -   werks  -lgort - batch
    xxx                   sg11   sg10   200352ac
    xxx                   sg11   gs11   200352ac
    note : each stock location having same batch no in different storage and my question how to find which link for msku to mchb .

    Hi,
    Try the table MARD: Storage Location Data for Material, where in the field LABST will give the stock field, against a given material/plant/Storage Loc.
    Regards,
    JLN

  • Storage loc required to appear automatically at the time of GR

    Hi, wants system to propose default storage loc of roh materials in migo screen. pls advise is it possible to set in sap? pls note pr's are generated thru mrp. pls advise.

    Dear,
    Storage location will pickup from MRP2 view if you want for good issue against production order the please maintain the Production storage location in MRP 2 view or in BOM component.
    If it is for the purchase material then miantain the EP storage loacation in MRP 2 view.
    Please try and come back.
    Regards,
    R.Brahmankar

  • Material Transfer from Storage Location 2 Storage loc

    Hi Gurus,
    Here Client want to transfer Material from 1 loc to another. Std T Code is MB1B with Mov Type 309. But here we have to enter material, qty,& batch no.But client's requirement is that he dont want  to enter all these things.He want to select the material,batches collectively sothat seperate entry should be minimised. Is there any functionality through which we can transfer the selected materials?
    Please reply soon its urgent.
    Regards,
    Mayur

    Hi mayur
    First of all 309 movement is ussed for Material to material transfer
    like our friend said for storage loc to storage loc. you need to use 311
    Now when you go to MB1B then goto Edit in that you can see default value
    enter your default value , so after that you need to choose only material and batch
    collectively
    Thanks
    Bala

  • Change storage loc in Sales order PO

    Hi to all,
                   Please help me in solving this problem, actually we have created a PO by referring a Sales Order PR with Acc cat-> 'X' and Item Cat-->'S', now the user wants to Change the Storage loc, but the storage loc is grayed out that is non editable, i want to know whether this is a standard functionally of thirdparty PO with item category 'S'  or else any configurational changes need to be done. for your information the PO is manual PO, I searched all over the scn i could not able to find it plz if this question is already posted plz let me know the link of the question .
    Thanks in advance

    Yes. It is a standard behavior. You can't use the storage location field for item category S.
    Its because, the material will direct goes to delivery address location instead of storage location.
    Normally, system will not accept storage location for the PO line item which has the item category S.
    If you want to keep the storage location for your reporting purpose, then you can use the storage location field as per your requirement.
    Go to path OLME-Purchase Order-Define Screen Layout at Document Level. Double click on PT5F field selection group.
    then double click on Basic Data, Item.
    Then make the storage location as per your requirement (Optional or required).
    Then you can able to enter or change the storage location in ME21N or ME22N.
    But remember, it will not effect at the time of MIGO.

  • Prod storage loc field in mrp2 view

    Hi, as i understand materials are stored in mm storage locations. from mm storage locations, materials will be issued to production orders. in this case why we need prod storage loc filed in mrp2 view of the material master? please advise in which scenario we need to use this field? is it necessary to define prod storage loc in discreate manufacturing? thank you all for your support.

    Dear ,
    Find the answer of your questions:
    1. why we need prod storage loc filed in mrp2 view of the material master?    It is nothing but a intrim stroge location between Store and Shop Floor specially nearby the Production Line from where componenet  are issued or back flashed  based on the SAP set up of Issu Storage Loaction Priority .
    Basically , if you want a SFG material to be issues to FG after in-house production of the SFG  and also want to keep some of the Bulk Item or common item which can be  issued immediatly upon reservation rather going to MMD store , then one way it will save your time .
    2.please advise in which scenario we need to use this field?   In case you have SFG/Bulk Item /Low value stock item which are utilised now and then in productiion line or in a group of work centre  and you want to material  can be picked up immediately as it near the operation line , then you have a facility to stock material called Issue or Production Storage Loaction .
    3.is it necessary to define prod storage loc in discreate manufacturing  It is not necessary .But REM  is is useful for Back Flashing iteem.For FG in house producted item , you can receive the material specifically as SFG/FG store to diffierentiate from others  .Some time , you can use the same to store the Sales Order stock based on MTO-Discrete Manufactruing for an cutomer order .
    Check my posting in this thread : Production Storage Location
    Hope this is helpful
    Regards
    JH

Maybe you are looking for

  • HT1498 Problem with renting movie from Apple TV

    Apple tv first asked me about my credit card code and then asked to go to iTunes store in my computer. I dont heve this movie in my rentals and I dont know what to do?

  • Macbook Retina HDMI to VGA

    I'm looking for the best solution to connect my Macbook Retina to VGA projectors at work.  I see two adapters on the Apple store both with bad reviews.  Has anyone had good sucess with any adapters that go from HDMI to VGA? Thanks

  • Window issue with Multiple displays

    I have a problem with my new iMac (late 2013) wich is connected to a secondary display (HP w2448hc) with DVI-Minidisplay port adapter. When Maverick wake from sleep, all de windows are hidden in the screen corners so I can't move them, even if the ap

  • Can I simply delete a Thawte email certificate?

    Morning. I've got an email certificate which does not contain my full name. Now I got a new one containing my full name. Both certificates are stored in my keychain. Now I do not know which of them Mail.app uses. Can I riskless delete the older certi

  • Boot MEGA 180 from PCI Sata card

    My onboard IDE controller has given up the ghost so I have purchased a PCI sata card to use a spare sata disk, the problem is I can't see any way to get the 180 to boot from the PCI card.  Anyone any ideas?