Default Storage Location of Child items in BOM

Hi Experts,
We are facing a problem, when we create BOM, we have to manually put default Storage location (Backflush Storage Location) in each of the line item. Can somebody suggest me some solution sothat it should come automatically in all the line items.
Ishu

Dear Ishu,
1.Backflushing storage location can be set either in the material master in MRP 2 view or else in the BOM under status/Long text
tab page.
2.The reason why SAP has provided this option at 2 places is if the material is always backflushed from the same storage
location for any assembly(assuming if this material is used in diferent assembly) means you can set it in the material master.
3.If it's BOM or assembly specific means,set it in the BOM.
4.You have to set this if the backflushing storage location is getting varied for the same component for different assembly
structure.(This system will not propose automatically).
Regards
S Mangalraj

Similar Messages

  • CJ20N, auto-defaulted storage location at activity level

    Hi all,
    we have this problem at CJ20N (PS) screen.
    At activity level, componenent overview, if user keys in the material no, a storage location is auto-defaulted
    later we found out that if the material is extended to only 1 storage location,  the storage will be auto-defaulted at componenet overwview, is there any setting to prevent the auto-defaulted storage .. pls advice

    Hi,
    Carry out these IMG steps:
    SPRO 
    Logistic Execution 
    Basic Shipping Functions
    Shipping Point and Goods Receiving Point Determination
    Set Up Storage-Location Dependent Shipping Point Determination
    Assign Shipping Points According to Storage Location,,,,,,,,
    Put in your combination of Shipping Conditions / Loading Group/ Plant/ Storage Location/ Proposed shipping point
    Next time you create a Delivery document,, the system will pick up the above values from the Material/Customer master records and propose a Storage Location at line item number.
    I just tried it and it works, let me know if this works.
    Cheers,
    Mohammed
    Edited by: Mohammed Raheel on Jun 5, 2009 1:09 PM
    Edited by: Mohammed Raheel on Jun 5, 2009 1:11 PM

  • Default storage location setting

    Hi,
    how can i set the default storage location.
    I need to reflect it autometically while booking any order.
    Regards,
    Rajdeep

    Hi Rajdeep,
         there are quite different ways to achieve this,
    - If you are open for enhancement, then write the piece of coding to default the storage location in Includ:MV45AFZB under
    USEREXIT_SOURCE_DETERMINATION which could be applicable for all doc types or set of doc types/ item cat's
    OR
    - You can achieve the same requirement with Transaction variant in Tx:SHD0 while recording enter this field manually & at the time of save , save it as "with content" & assign this variant in order doc type details in VOV8.
    then whenver you create sales order using this doc type, storage location will be defaulted. ( assumption is - you have single storage location which has to be defaulted in order)
    Hope it helps,
    Regards,
    ReazuddinMD

  • ATP check in certain storage location based on item category

    hi gurus,
    i need to know whether any one can help me. i need to know how to set the availability check in certain storage location by each item category. such as :
    mat A item category TAN, ATP check only include in SLOC 01,02,03
    but mat A with item category TANN, ATP check only include SLoc 04.
    case:
    in MMBE:
    mat A
    plant 1000 pc
         sloc 01 - 400 pc
         sloc 02 - 200 pc
         sloc 03 - 300 pc
         sloc 04 - 100 pc
    so when create SO:
    1. mat A itCat TAN qty 1000pc
       (Sistem will say that the stock not enough, bcoz stock in Sloc 01,02,03 only 900pc)
    2. mat A itCat TANN qty 200pc
    (Sistem will say that the stock not enough, bcoz stock in Sloc 04 only 100pc)
    actually i prefer to use the standard solution but i think that must be use user exit, if so, do u know which user exit i shuld used, if not maybe u have a standard solution,.
    thank you so much..
    regards,
    cindy
    Edited by: cindy himawan on Feb 22, 2008 6:17 AM

    Hi
    As per my knowledge there is standard solution available for your requirement.. you may need to do some customisation using Z tables..
    Muthupandiyan

  • Default Storage Location

    Hello Gurus,
    I am creating a stock transport order and creating a delivery through VL10G, when i create the delivery the default storage location should be X, but it is taking Y as default storage location. Can you guide me through config and also would there be any userexits that can be kept for this storage location.
    Thanks,
    Sri

    Hi,
    Can you check the below config done?..
    1)SPRO>LE>shipping>Picking>Determine Picking Location..
    2) Define rule for picking locn determination for the delivery type..in your case for deli typ..NL or NLCC
    3)Go to "assign picking location" submenu and maintain default picking storage location for the data as per Rule. e.g. if rule is shipping point plant and storage condition...you need to maintain X SLoc for particular shipping point, plant and storage condition.
    Hope this will help..
    Reg,
    Sudhir

  • Report to see avgprice of each child item on BOM

    Can someone help me create a query for this or is there a standard report in SAP which will do same?
    I want to see avgprice of each child item on BOM i.e...avgprice from OITW and father, childnum, code, warehouse from ITT1 combined in one report.

    Try this one:
    select T1.Father, t1.code, t0.itemname, t1.Quantity, t1.Warehouse, t1.Quantityt2.avgprice AS 'Warehouse Average Cost',  t1.Quantityt0.AvgPrice as 'Item cost'
    from dbo.oitm t0
    inner join dbo.itt1 t1 on t1.code = t0.itemcode
    inner join dbo.oitw t2 on t2.itemcode = t1.code and t2.whscode = t1.Warehouse
    where t1.father = '[%0\]'
    Thanks,
    Gordon

  • Change default storage location during creation of PO

    Hello all,
    I have the following question.
    When creating a purchase order using ME21N and filling in the items, the storage location is retreived from the material masterdata and displayed as default.
    I need to change this default, because the storage location must be determined in another way.
    So when entering the values for the item in the screen, another Stloc needs to be determined and displayed, overwriting the Stloc from the material master data.
    For this I probably need a BAPI.
    Can anyone tell me which BAPI to use and how I can implement this?
    Because I also no experience with BAPI's.
    Thanks in advance.
    Kind regards,
    Marco

    Hi Van,
    You need to goto SE18 -> give 'ME_PROCESS_PO_CUST'  in BADI Name - > Click on Enhancement Implementation at the header -> Create -> Give some implementation name starts with 'Z ->provide some short description -> Here you need to click on 'Interface' tab -> and double click on the method which serves your purpose.
    I think you need to do the enhancement for storage location so you need to use the method 'PROCESS_ITEM'.
    <text removes>
    Thanks,
    Siva
    Message was edited by: Matthew Billingham - don't ask for points

  • Storage location issue in case of BOM

    Hi All,
    I have a issue related to storage location determination. There are three materials X,Y and Z. Material X is main item and Y, Z are components of X. While creating sales order when we enter X it explodes BOM. Now in customizing for material X and Z storage location has been determined as SL1 but for material Y SL2 is determined. When we create delivery system automatically proposes storage location for all materials as-
    Material X- SL1
    Material Y- SL1
    Material Z- SL1
    For material X and Z it should be SL1 (which is coming right) but for Material Y it should be SL2 (but its coming as SL1 automatically)
    I've checked every area right from the combination of plant, shipping point and storage condition (storage condition is different in case of Material Y). There are also no stock determination rules defined in item category and material master. SL req. and determine SL is marked for item category of each line item.
    Please help me with this issue

    Hi,
    The system proceeds during BOM explosion to determine the issue storage locations follows:
    In oppr
    <b>If you set indicator 1 Only components, the system checks to see whether the issue storage location has been maintained in the material master record of the</b> components and uses this storage location. This storage location is then used as the withdrawal storage location and is displayed in the component list of the planned order.
    <b>If you set indicator 2 Only assembly, the system checks to see whether the proposal withdrawal location has been maintained in the production version of the assembly or finished product</b>. If this has been maintained, the system uses this withdrawal storage location for all components and displays it in the components list in the planned order. If no proposal withdrawal location has been maintained, the system uses the assembly’s receiving storage location as the withdrawal storage location for the components.
    <b>If you set indicator 3,</b> the system first proceeds as for indicator 1 described above. If it cannot find a storage location using indicator 1, it then proceeds as described above for indicator 2.
    <b>If you set indicator 4,</b> the system first proceeds as for indicator 2 described above. If it cannot find a storage location using indicator 2, it then proceeds as described above for indicator 1.

  • Default Storage location from the Material master

    Can we default the storage location from the material master into the reservation line item in trasaction MB21?

    enter the production storage location in material master MRP2 view.
    Edited by: Jürgen L. on May 7, 2008 6:52 PM

  • Plant and Storage Location determination at Item level during Copy control

    Hello Freinds,
    We are experiencing issues within Sales Order creation when the line item is referencing a contract. The plant and storage location is being determined from the contract - this should not be done, we have an enhancement in place for sales order plant/storage location determination which is how these values should be determined.
    Kindly suggest, if it can be achieved through configuration setting at Copy control level, to avoid the Plant and Storage location determination from Contract in to Sales Order.
    Thanks,
    Anup Bansal

    Hello
    You can mention the additional logic of redetermining Plant and storage location whenever copied from contract.
    In a sale order, i think you are maintaining a enhancement in prog MV45AFZB & user exit userexit_source_determination.
    YOu can maintain the coding at same place.
    thank you
    Anirudh

  • Default storage location for transfer posting

    Hi Gurus,
    In transfer posting using mvt type 311,i want to make the storage location defaulted by a particular storage location. In other words system should not allow transfer posting if i use other storage location. Is this possible?
    Regards,
    Kumar

    [Restrict user to post to a particular storage location|Restrict user to post 313 to a particular storage location.]

  • Duplication of Child Items in BOM

    Hi,
    When creating a BOM , if I am selecting same Child Item more than Once, it is getting updated.
    Issue :-
    It should not accept the same child item more than once in the BOM under any circumstances.
    Pls. help with Validation process asap.
    Regards
    Mona.

    Add this to the SBO_SP_TransactionNotification stored Procedure to block duplicate items for the same parent
    <font color='Blue'>
    IF @transaction_type IN ('A','U') AND @object_type = '66'
    BEGIN
    IF EXISTS (SELECT T0.CODE FROM [dbo\].[ITT1\] T0 WHERE T0.FATHER = @list_of_cols_val_tab_del
    GROUP BY T0.CODE HAVING COUNT(T0.CODE) > 1)
    BEGIN
    SELECT @Error = 1, @error_message = 'Duplicate Child Item for Same Parent'
    END
    END
    </font>
    Suda

  • Default Storage location from PO to GR

    Dear All,
    How i can made storage location from to come automatic while i am doing the GR through MIGO movement type 101, but it should be changeable but main thing it should appear from PO while i am doing GR.
    regards,
    qsm sap

    Hi,
    First Storage location should be extended in Material master.
    Then you can include this Storage location in PR . If you are creating PO based on PR then it will copy to PO.
    While doing GR in MIGO with respect to PO the system will default this Storage location & stock will be posted to that Storage location.
    If you extended in Material master but not inputed in PR/PO system will not default in MIGO.
    One other option is In IMG settings if you set the checkbox set storage location automatically.
    Then in MIGO you can directly choose any storage location which is created for your plant.(Make sure the str loc should be part of Plant)
    No matter if you extended in material master/PR/PO
    rgds
    Chidanand

  • Default Storage Location in MIGO

    HI,
    We have materials stored in specific and unique storage location. Our user want to default the SLOC in MIGO as he does not want to enter each and every time. Currently, system was not proposing it unless we mention in PO. But, the buyer may not know the SLOC and he does not want to enter.
    Is there any way to populate SLOC in MIGO based on material master??
    Appreciate your responce.
    Regards,
    Dev.

    Directly from Material master to MIGO is not possible.
    But you an maintain the field Storage location EP  (EP = external procurement), it is in MRP view. This will then default to requisition and from requistion it will flow into the PO, from the PO it will flow to  MIGO.
    Making the storage location field mandatory  is no solution, as it will restrict you from creating POs with account assginment, as those POs do not have a storage lcoation.

  • How to Add logic to change quantity of child item(Template BOM).

    Now We use ver 2004B.
    2004B has bug about Sales Bom,The Bom can't be expanded correctly using UI-API.
    We have to using BOM Both UI-API and GUI,so we use Template Bom(in UI-API we expand the BOM by ourselves).
    Now we face two problems.
    1. In Template BOM,when change parents item's quantity,
    child item's quantity don't change.We must make UI-API logic to change child item's quantity,but we don't know which event should we catch.
    2. We have to add another logic,when expanded Template
    BOM (using GUI),setting zero price specific item.But don't know which event should we catch.
    Focus lost event may not use,because focus lost event triggers too much timing(for example,displaing a list of item,expanding BOM etc...).
    Please suggest us how to do.
    thank you.

    Hi Ibai Peña
    I tried logic which trrigerd Validate Event,but I face a
    new probrem.
    &#12539;When trrigerd Validate Event ,and add something value to other field, trriger Other Validate Event.
    To avoid this problem, I use a variable which type is bool using flug triggerd process.
    But I think this way is not so sensible, I want to take other way.
    thank you.

Maybe you are looking for

  • ALV functionality in Visual Composer 7.0

    Hi colleagues, I have easy question, is anybody know have Visual Composer 7.0 ALV functionality or no? If it have, is it concerning to BI models only, or it can be concerning to any models in Visual Composer 7.0? Thanks in advance. Regards Dmitriy

  • Naming of my SOA Composite Application ? (EBF, ABCS...)

    Hi all I have created a SOA composite application that uses a dbAdapter to poll data from a database and that processes these data in a BPEL process. The BPEL process transforms the data, then calls other dbAdapters to perform business tasks. I'd lik

  • Prepress query about supplied PDFs with ICC profiles

    Hello please help Working at a print company we get a lot of print ready PDFs supplied We have our own press colour profile which we ideally apply to all PDFs My question is what to do with a supplied PDF which contains a none standard ICC profile on

  • #2 screen or monitor won't come into focus!

    #2 screen or monitor won't come into focus! Have gone from 1:3, 1:2, 1:1....none will come into focus. Lightroom 5 on Mac Pro. 24 gigs of ram. Use it as I have on LR#2,3,and 4 to view faces up close (on same monitor) while viewing full image in main

  • How to check remote server(client server) name in RFC

    Hi, gurus.. Is there a way to get a name of client server in RFC. There is an RFC 'ZTEST' at System B. 'ZTEST' could be called by any system. So, I want to check the authority by calling system's name. System A is allowed to call System B, but System