BOM with Same Parent Number But Different WH

Hello fellow SAP B1ers!
I have a question and hope someone can help.  This point has us scratching our heads on how to do this.
A customer has two warehouses (WH 1 and a newly-built WH5) producing the same product (Product A) but at different costs per warehouses.  They want to create two Bill of Materials (BOM) u2013 one for each warehouse.  For Example: BOM of Product A in WH1 and BOM of Product A in WH5.  The item cost is maintained at the warehouse level and, with it being a new warehouse, of course the item costs are different on the Item Master Data (Inventory Tab).  I cannot believe SAP B1 2007 cannot handle this, as this is Production 101 for any company.   Creating fake new and/or phantom products is certainly not the answer, because that could lead to an unbelievable amount of double work.  Besides, they want to be able to see the Product A information together.
We have researched both SAP Help and Documentation and in both areas, it says (a direct quote) u2013
If the parent item already has a Bill of Materials, the components are displayed. However, you can still create a new Bill of Materials for that parent item.
So, how do we create a NEW Bill of Material for that parent item?
We have tried to enter a new BOM with the parent item and WH5 and same components, but we receive an error that the item is already on the table.  When we use the duplication drop-down function, change the WH number on the header, and change the WH on the lines for components, the original BOM Product A WH1 is gone.  For some reason it also duplicates the components (but that is easily fixed).  I would imagine that a BOM table would need to have part of the key as ItemCode and WhsCode u2013 maybe a mistake in thinking?
Can someone help us and tell us what we are missing???
Many thanks for responses - Zal

Hi Zal,
Product Code is same as item code as it is unique so it is not possible to have two BOM  for same one item .
I think help file to pointing towards special production order where you define new BOM for same product
But I think it is too much work  if you have a lot.....
So I think you have to look for add on to solve your issue ...
A thought for  your problem 
Thank you
Bishal

Similar Messages

  • How To Create Table View With Same Column name But Different Table?

    Hi All,
    I have the problem to create a tableview with same column name but in different table.
    The Table that i have:-
    Table - PAC051MPROFORMA
    Column - mrn,visitid
    Table - PAC051TPROFORMA
    Column - mrn,visitid
    Table - PAC052MTRANSBILL
    Column - mrn,visitid
    Then i want to create a table view to view that table. This is my SQL
    CREATE VIEW pacviewproforma (mrn,visitid,mrn,visitid,mrn,visitid)
    As Select PAC051MPROFORMA.mrn,PAC051MPROFORMA.visitid,PAC051TPROFORMA.mrn,PAC051TPROFORMA.visitid,PAC052MTRANSBILL.mrn,PAC052MTRANSBILL.visitid
    where
    *(a.PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)*
    and
    *(a.PAC051TPROFORMA.mrn=PAC052TRANSBILL.mrn)*
    That SQL Return this error = ORA-00957: duplicate column name
    Then I modify that SQL to
    CREATE VIEW pacviewproforma (mrn,visitid)
    As Select PAC051MPROFORMA.mrn,PAC051MPROFORMA.visitid,PAC051TPROFORMA.mrn,PAC051TPROFORMA.visitid,PAC052MTRANSBILL.mrn,PAC052MTRANSBILL.visitid
    where
    *(a.PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)*
    and
    *(a.PAC051TPROFORMA.mrn=PAC052TRANSBILL.mrn)*
    This time this error return = ORA-01730: invalid number of column names specified
    What should i do?
    Thanks...

    Hi,
    SQL> CREATE VIEW pacviewproforma (mrn,visitid,mrn,visitid,mrn,visitid)
      2  As Select
      3  PAC051MPROFORMA.mrn,
      4  PAC051MPROFORMA.visitid,
      5  PAC051TPROFORMA.mrn,
      6  PAC051TPROFORMA.visitid,
      7  PAC052MTRANSBILL.mrn,
      8  PAC052MTRANSBILL.visitid
      9  from PAC051MPROFORMA,PAC051TPROFORMA,PAC052MTRANSBILL
    10  where
    11  (PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)
    12  and
    13  (PAC051TPROFORMA.mrn=PAC052MTRANSBILL.mrn);
    CREATE VIEW pacviewproforma (mrn,visitid,mrn,visitid,mrn,visitid)
    ERROR at line 1:
    ORA-00957: duplicate column namePlease give different names to each column.
    Something like this..
    SQL> CREATE OR REPLACE VIEW pacviewproforma (MPROFORMA_mrn,MPROFORMA_visitid,TPROFORMA_mrn,TPROFORMA
    _visitid,MTRANSBILL_mrn,MTRANSBILL_visitid)
      2  As Select
      3  PAC051MPROFORMA.mrn,
      4  PAC051MPROFORMA.visitid,
      5  PAC051TPROFORMA.mrn,
      6  PAC051TPROFORMA.visitid,
      7  PAC052MTRANSBILL.mrn,
      8  PAC052MTRANSBILL.visitid
      9  from PAC051MPROFORMA,PAC051TPROFORMA,PAC052MTRANSBILL
    10  where
    11  (PAC051MPROFORMA.mrn=PAC051TPROFORMA.mrn)
    12  and
    13  (PAC051TPROFORMA.mrn=PAC052MTRANSBILL.mrn);
    View created.
    SQL> DESC  pacviewproforma;
    Name                                      Null?    Type
    MPROFORMA_MRN                                      NUMBER
    MPROFORMA_VISITID                                  NUMBER
    TPROFORMA_MRN                                      NUMBER
    TPROFORMA_VISITID                                  NUMBER
    MTRANSBILL_MRN                                     NUMBER
    MTRANSBILL_VISITID                                 NUMBER
    ORA-01730: invalid number of column names specifiedThe list of column nmae you specified during the CREATE VIEW should match with the SELECT list of the view.
    Twinkle

  • How to handle same material number but different condition?

    In our industry(aerospace aftermarket), we can have inventory for one material in different conditions, e.g new, overhauled, scrap, etc. We use batch management and store the condition at the batch level. This probably was not the best way to handle this and now we're wondering how we can run MRP for a specific material, but only for certain conditions.
    From what I understand MRP only occurs at the material level, not the material-condition level. Is my assumption correct? Obviously, we would not want to include scrap inventory in any MRP or forecasting calculations. So if we had 10 for material 1234 in inventory, we'd want to exclude the amount that's scrap or any other condition we don't want to include in a forecast/MRP. 
    Is there a best practice that someone can share to handle this type of inventory management issue? Thanks!

    Hi,
    I've never used this but please have a look at it:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c6/126422bd9c11d1b54f0000e82de178/frameset.htm
    Planning startegies for variants:
    This section describes how to plan products that have a practical limited number of possible combinations of characteristics and characteristic values. Technically speaking this section describes the use of variants to sell configurable materials.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Feb 5, 2009 10:46 PM

  • Same patch number but different instructions in readme

    Hello,
    We have a current deployment of EBS-SE 11.5.9 and have a problem on LOV. As I checked on the patches that were applied I noticed that patch 3749160 which was applied in the year 2004 have a different readme specifically in post install instruction.
    Both readme differ in Build date.
    I need guidance on applying the said patch. If ever I am gonna apply the post install instruction located in new patch build, will it affect the stability of the deployed system? (We also have a test server for this) as we can see years have past since the release build. I am new to Oracle and may I also ask if this is the way Oracle releases an update to patch?
    Sorry for the newbie question.
    Thank you
    Below are the excerpt:
    Applied on 2004 3749160
    ==============================================================================
    PROFILE LOV -OM: INV & NON DEL SOURCE NOT SHOWING ALL VALUES
    ==============================================================================
    Update - 3749160
    Product - Order Management
    Release - 11i
    Platform - Generic Platform
    Built - JUL-06-2004 23:59:42
    ==============================================================================
    Instructions
    ==============================================================================
    This patch contains the following unified driver file to be applied with
    AutoPatch:
    u3749160.drv (This is the unified driver)
    You must apply the patches listed below before applying this patch #
    3749160. For patches that are included in Family Packs, you may apply either the
    individual patch or the Family Pack. When available, Family Packs are shown to
    the right of the individual patches they include. If you have already applied
    the patches or Family Packs mentioned below, you need not reapply them.
    Apply OM Prerequisite (PRP) patch # 3234019.
    Current Patch
    ==============================================================================
    PROFILE LOV -OM: INV & NON DEL SOURCE NOT SHOWING ALL VALUES
    ==============================================================================
    Update - 3749160
    Product - Order Management
    Release - 11i
    Platform - Generic Platform
    Built - FEB-05-2007 14:35:43
    ==============================================================================
    Instructions
    ==============================================================================
    This patch contains the following unified driver file to be applied with
    AutoPatch:
    u3749160.drv (This is the unified driver)
    You must apply the patches listed below before applying this patch #
    3749160. For patches that are included in Family Packs, you may apply either the
    individual patch or the Family Pack. When available, Family Packs are shown to
    the right of the individual patches they include. If you have already applied
    the patches or Family Packs mentioned below, you need not reapply them.
    Apply OM Prerequisite (PRP) patch # 3234019.
    Post-requisites
    Be sure to apply OM patch # 5849689 AFTER applying this patch # 3749160. If you
    do not, OM may not function properly.
    ==============================================================================

    Hi,
    It is unusual, but not impossible, for patch READMEs to change over time. Even more rarely, the readme in the patch bundle can differ from the online readme, but Oracle generally does a pretty good job of keeping both sets of instructions in sync. :-)
    In this case, it looks like the only thing that has changed is an instruction to apply a "post-req" patch. A likely scenario is that the original patch (3749160) caused problems for some users (but only some, thus "OM +may+ not function properly" in the revised readme), and patch 5849689 was released to resolve those issues. Then, to make sure more people weren't impacted by the problem, they revised the readme of the original patch (3749160) to direct users to apply the post-requisite.
    If you want to try to put your mind at ease about the two different versions of 3749160, and you still have the original patch bundle that was applied long ago, you could compare it to the contents of the current version on the patch bundle. I suspect that the only differences you will find are in the content of the readme files. :-)
    If you are not experiencing the problem that patch 5849689 is meant to solve, and patch 3749160 has been in place on your system for a long time, then you may be in the clear. It's also possible that another patch (family pack, minipack, etc) has already delivered the fix in 5849689 to your system, in which case you are also already covered.
    If you need an official answer to your question, however, you should open a service request with Oracle Support.
    Regards,
    John P.
    [http://only4left.jpiwowar.com|http://only4left.jpiwowar.com|Shameless plug for my low-volume blog]

  • Iam using iphone 4s and Iphone 5s with same apple ID but my network is different and whenever Iam getting call in i5s and in my both handset same calls are coming. Please provide me solutions

    Iam using iphone 4s and Iphone 5s with same apple ID but my network is different and whenever Iam getting call in i5s and in my both handset same calls are coming. Please provide me solutions

    On both devices, go to Settings>Facetime and turn off cellular calls.
    ~Lyssa

  • 2 iPhones in my house, both on the same Apple ID. Just got iPad mini, want to use iMessage with my phone number, but iPad only picks up other more recently added number (not mine) when I go to message settings. Is there a way to default to other number?

    Hi guys, so we have 2 iPhones in my house, both on the same Apple ID so that my mum and I can share everything. I have just got an iPad mini, and would like to use iMessage on it with my phone number, but the iPad only picks up other more recently added number (not mine, my mums) when I go to message settings. Is there a way to make the iPad default to other number?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Troubleshooting Messages http://support.apple.com/kb/TS2755
     Cheers, Tom

  • I had an iphone 4s and it worked nice with facetime and imessage using my phone number but  it was stolen on December so I buy a new iphone 4s using the same cellphone number  but now imessage and facetime does not work with my number, it only works with

    I had an iphone 4s and it worked nice with facetime and imessage using my phone number but  it was stolen on December so I buy a new iphone 4s using the same cellphone number  but now imessage and facetime does not work with my number, it only works with my apple ID.   Please Help me I speak Spanish so  if my English is not ok  I´m sorry about it.
    Do you think that apple has to   reset in their database of the old serial number attached with my phone number and that’s why I can´t activate imessage and facetime with my number in the new iphone 4s?? 

    I understand all of this Meg; that is why I bought an Iphone; but never expected my phone not even give a at least a 24 or even 12 hours....I work 12 hour shifts and also would expect to have to charge each night but not twice a day or more.  I am not always somewhere I can charge my phone.
    Your points are true; however it doesn't help me......

  • I got both a PC version and a mac version in my purchase but once i loaded to my PC it will not allow me to load to my Mac with same redemption number. Is there a way to do that?

    i got both a PC version and a mac version in my purchase but once i loaded to my PC it will not allow me to load to my Mac with same redemption number. Is there a way to do that?

    I was going to ask a similar question - we bought the boxed version of PSE11 with mac and pc disc - can we install the program on our mac as well as our PC? It's already on the PC but would be very handy to have it on Mac also. Thanks

  • Same station resource with same schedule squence but the start date is diff

    We are running ASCP capacity planning but found "Same station resource with same schedule squence but the start date is different". Does anyone know which parameters/setup may impact on this result or the root causes?
    Regards,
    Edward

    Wesley,
    I am a little confused about your scenario.  I will assume that you are talking about the Planned orders that are generating the dependent requirements that are being seen by your Raw Material.
    So, you have a material (not the Raw Material) that has the Material master settings that you mentioned above.  This material has been planned, and MRP created two planned orders.  These two planned orders have the same start date, but  the dependent requirements dates that have been generated against your Raw Material are different. You do not want this to happen.  Please confirm.
    Dependent requirements of planned orders can be influenced by:
    1.  Dependent Rqments Settings in OPU5
    2.  Distribution Strategy OPB3/OPB4/OPB5
    3.  Lead Time offsets in the BOM
    Ensure that these settings meet your business requirements.
    Best Regards,
    DB49

  • How to create multiple BOM of same parent item?

    Hi All,
    Please guide me, How to create multiple BOM of same parent item? I tried but system throws a message as same Parent Item already exist in the table. I am afraid if system supports this functionality or not?

    Hi,
    You are welcome.......
    Well the exact process would be as I mentioned in my previous post.
    1. Create the BOM for an item
    2. Choose this item in the Production Order
    3. Then in this Production order you can change/ delete/ add whichever item you want .
    OR
    If all the child items are completely different from the original BOM then you can use the Special Type BOM in which you can always create the BOM while creating the Production Order itself. There is no standard BOM here.
    J Nagesh

  • 2 iphones 1 computer. updated my wifes phone to ios 5 her phone got wiped of all apps and all my contacts are on her phone. we had been using the same apple id but different user accounts on our laptop. How do i get her phone back to normal?

    2 iphone 4, 1 computer. i upgraded to ios 5 and just updated my wifes phone as well. her phone got wiped of all apps and all my contacts were put on her phone. we had been using the same apple id but different user acct on our laptop. How do i get her phone back to normal??

    Have your wife log in to her user account on the laptop. Launch iTunes, then connect her phone to the computer with the USB cable. Sync. That should put back all apps and media. Since you already upgraded her to iOS 5 she'll have to manually enter all her settings and preferences, and organize her home screens.

  • Create two logical columns with same LTS mapping but diff filter conditions

    Hi,
    Problem:
    How to create two logical columns within same logical table mapped to same physical column but different filter conditions?
    I have a scenario where in,
    Physical layer columns
         - table1.employee
         - table1.emp_city
    I need a columns in logical layer:
    Logical layer - lt1.count_emp_delhi (counts distinct employees whose city_name = 'Delhi')
              lt1.count_emp_mumbai(counts distinct employees whose city_name = 'Mumbai')
    My approach:
    For Delhi column
    1. Create a logical column lt1.count_emp_delhi mapped to the physical column table1.employee
    2. Aggregate using countdistinct in aggregate tab.
    3. Edit the mapping condition
         3.1. Use the where clause and set table1.emp_city='Delhi'.
    For Mumbai column.
    Followed the same approach as above but in 3.1 if I change the condition to 'Mumbai', even the delhi column is populated with mumbai count which is ERRONEOUS
    Could some one please help?

    Hi,
    1. Create two alias tables for table1 in Physical Layer. Lets say TB_Mumbai and TB_Delhi
    2. Create a logical table in BMM layer (D1 Employee Cities )
    3. Drag and drop the employee & emp_city columns from both alias tables (TB_Mumbai and TB_Delhi ) into your newly created logical table.
    4. Now you can see two Logical Table Sources (TB_Mumbai and TB_Delhi )
    5. Now using Where condition, write the condition on each table
    NOTE: Don't write any condition on the Physical table Table1.
    Hope it helps you.
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • Two idocs with same idoc number in idx5

    We are using an idoc to file scenario where idocs are bundled using bpm and posted to ftp. here the issue is we are getting two idocs with same idoc number in idx5. due to which the file in ftp is getting overwritten.
    Could anyone suggest me what to do in this regard.

    Hi,
    >>>check your sender system is sending same IDoc twice ?
    if you send the same IDOC twice they both get different numbers as IDOC number is taken from the IDOC num range
    unless you're able to send the same IDOC twice with the same IDOC num somehow
    Regards,
    Michal Krawczyk

  • Unbale to create new document part with same document number

    Number range assigned to the X Document Type is internal. I have created new document (0001) with Document Part 000 & Version 00. For same Document Number when i tried to create New Document part by mentioning Document Numner 0001, Document Part 001 and Version 00, it says Document Type X can be assigned to internal number range only.
    Even I tried with following selection....
    Document Number = Blank
    Document Part = 001
    Document Version = 00
    Template:
    Document = 0001
    Document Part = 000
    Document Version = 00
    Now system is creating document with new number i.e. 0002.  But we want to create another document part with same Document Number. What is the problem with internal number range for Document Number?

    Hi Pradeep,
    Following are the config parameter of the document type.
    CM Relevnce = blank
    Number assignmt= 01
    Internal Number Range =02
    External Number Range= blank
    Number Exit =MCDOKZNR
    Vers. No. Incr. =0
    Version Sequence = blank
    AlternativeScreen = blank
    Let me know if you need anything more.
    Edited by: JJSingh76 on Dec 7, 2010 7:25 PM

  • Reprinting check with same check number

    How to reprint the check with same check number. In transaction FCH7, I am able to reprint the check but it gives another check number. Is there another transaction code to reprint the same check with the same check number
    thankyou

    Hello Sheena,
    please disregard the last answer, that works for SAP Business One...
    For your situation:
    If you reprint checks with transaction FCH7, you need to void the
    previous check (with a void reason) and afterwards the system would
    assign a new check number.
    However, if you do it through transaction FBZ5 (print form for Payment
    Document), the system will ask you, if you would like to print an
    existing check number or would like to get a new check number assigned
    (Check -> print->"Check information already exists.
    Reprint old check number or assign new check number?" => print with old
    check number).
    As per you comments, I assume that the second option (via transaction
    FBZ5), is the way you should use to reprint checks without getting
    a new check number assigned.
    Sorry for the confusion...
    Cheers,
    Jon

Maybe you are looking for