Component allocation of phantom assembly

I have a phantom assembly "X" with its components as A, B, C, D. During component allocation in routing do I need to allocate Phantom Assembly "X" to an operation as well.
Please specify the reason for YES and NO?

Hi
Check the following:
Material components in a BOM that are not assigned to an operation in the routing are automatically assigned to the first operation when you create a production order.
If you have assigned a phantom assembly to an operation in a routing, the system automatically assigns all of the material components in the phantom assembly to the same operation as the phantom assembly when you create a production order.
If you have assigned individual material components from the phantom assembly to various operations without also allocating the phantom assembly, the system assigns the material components that have not been assigned and the phantom assembly to the beginning of the first operation when you create a production order.
Thanks

Similar Messages

  • Pull list for the component of the phantom assembly

    Hi
    I am in rem process. while doing the pull list for the fianl product using Entry with bom explosion.
    i did not get the components (level 3)for 1 assembly(level 2 ) which is phantom one under the final product (level 1) BOM.
    i also maintained the production stor loc for the components and the phantom assmy.
    i check the stock in the production storage location . no stock is there in the location.
    what is the problem . how to get the component of the phantom in the pull list.

    Dear Raj,
    If your FERT contains a HALB and inturn this HALB contains say HALB1 which is a phantom assembly
    and and another 2 raw materials means,when you execute MF60 For HALB,you will get the 2 raw
    materials along with the component's of phantom assembly.
    Check and revert back.
    Regards
    Mangalraj.S

  • BAPI_ROUTING_CREATE problems with component  allocation of phantom BOMs

    I try to create a routing via the BAPI_ROUTING_CREATE and all works fine until I try to do component allocations for phantom BOM lines in the next level.
    In my simple BOM I have the following structure:
    00004465 (ROOT BOM)
    +
    +---Phantom_BOM_B (BOM 00004466)
        +
        +---Material_X
    +---Material_Y
    I only can allocation Material Y and BOM_B but I am not able to allocate the material X instead of the BOM_B, in that case I always get the message "The component to be assigned has not been completely specified".
    My COMPONENTALLOCATION Table Code:
    T_COM-SEQUENCE_NO = '000000'.
    T_COM-OPERATION_ID = '0010'.
    T_COM-BOM_TYPE = 'M'.
    T_COM-BOM_NO = '00004466'.
    T_COM-ALTERNATIVE_BOM = '01'.
    T_COM-ITEM_ID = '00000001'.
    T_COM-ITEM_NO = '0010'.
    T_COM-BACKFLUSH = 'X'.
    T_COM-PLANT = '1000'.
    T_COM-MATERIAL = ''.
    T_COM-BOM_TYPE_ROOT = 'M'.
    T_COM-BOM_NO_ROOT = '00004465'.
    T_COM-ALTERNATIVE_BOM_ROOT = '01'.
    *T_COM-PATH = '000001'.
    I hope some can help me to find me, a solution to solve my problem.
    Thanks
    Jörg

    Dear ,
    Phantom BOM means which you want to plan interm of Operation Hrs and Issue Componenets but not intereted to Physically Store  rather re-ssiue it to Main FG .
    Now ,from your requirement it s clear that BOM : 00004465(ROOT BOM) is for your FG (Let Say A) BOM :  00004466 is  a SFG (Let say B) as Root BOM component  , which is In House produced .
    Bascically , If you do not want to *Store B( Phantom BOM) *  but want plan the depedent of B ( X, Y , Z  etc )  along with A's dependent and also cost of B ( Phantom BOM )   , then the routing hrs /component along will be issued directly  to  A( Root BOM)  ,
    So you do not need to create Routing for Phatom BOM and also no componenet alocation required . Better ,  you can add that routing operation hrs to main routing of the FG .
    Hope this is clear
    regards
    JH

  • Phantom Assembly Planned Order in APO

    Sub : Incorrect quantity and Bucket for component in scenario of Phantom Assembly
    Hi Gents,
    I am using the Optimizer planning run for a scenario with Phantom assembly.
    The master data has been used below
    Material u2013 862700 (Finished goods)
                    1091895 (Phantom assembly maintained for above FG)
    Location - 8501
    Planning Book - ZAL_SNP_PB_BG
    Data View - ZAL_SNP_DV_BGF
    Optimizer profile - ZAL_OPT_01
    I have entered a demand for above FG on 22.02.2012 and running a optimizer by selecting both FG and Phantom assembly. As a result the optimizer has created the planned order for FG from 18th to 22nd Dec. 2012. The advancement of the planned order is due to production capacity constraint.  When i analysed System has created  planned order for phantom assembly in last two buckets of the planning book and heneceforth  the component requirement it is appearing only on last 2 buckets of the planning book. The date for this dependent demand is 28th and 29th Feb.2012 and the quantity is also wrong for the components as per the BOM.
    The result I am expecting as system should create the planned order and dependent demand for the component maintain below phantom assembly should be same FG planed order date and quantity of component should also give the right requirement as per the BOM.     
    Thanks in advance,
    Regards,
    Rajesh patil

    HI Ipsita,
    Did you try running it form SE38.
    SE38 because in SE37 it is not necessary to give all the parameters..
    But in SE38 you need to pass all the values required & Check form there.
    Also you can check the details in PLAF-Table.
    Thanks & regards,
    Dileep .C

  • Phantom Assemblies with component for PDS - SNP.

    Hello,
    Does anyone  have planned a components under phantom assembly?  How can we  explode the BOM in PDS-SNP.
    Is it possible to used PDS for  Phantom Assemblies, what have to check and modify?
    Thanks in advance.
    Dgee

    Dear Dgee,
    please read followings on sap help about phantom assemly and PDS: http://help.sap.com/saphelp_scm50/helpdata/en/40/57454070eb2571e10000000a155106/frameset.htm
    and
    http://help.sap.com/saphelp_scm50/helpdata/en/92/b84d40eae76f13e10000000a1550b0/frameset.htm
    and
    http://help.sap.com/saphelp_scm50/helpdata/en/dc/28c13dd9279710e10000000a114084/frameset.htm
    and
    http://help.sap.com/saphelp_scm50/helpdata/en/4d/01be3d1abbe913e10000000a114084/frameset.htm
    and
    http://help.sap.com/saphelp_scm50/helpdata/en/71/513b407b686913e10000000a1550b0/frameset.htm
    I hope this helps.
    Regards,
    Tibor

  • Level & path determination for Component allocation in BAPI_ROUTING_CREATE

    Hi,
    I am facing a problem in determining the level and path which needs to be fed in the BAPI structure of Component allocation in BAPI_ROUTING_CREATE for phantom assemblies and its components.
    ls_compall TYPE bapi1012_com_c.
    ls_compall-order_lvl       = ls_bomexp-stufe.
    ls_compall-order_path      = ls_bomexp-wegxx.
    Is there any FM or any logic to find out the same.
    Thanks,
    Vasudha L

    Hi,
    I am facing a problem in determining the level and path which needs to be fed in the BAPI structure of Component allocation in BAPI_ROUTING_CREATE for phantom assemblies and its components.
    ls_compall TYPE bapi1012_com_c.
    ls_compall-order_lvl       = ls_bomexp-stufe.
    ls_compall-order_path      = ls_bomexp-wegxx.
    Is there any FM or any logic to find out the same.
    Thanks,
    Vasudha L

  • Component Allocation in Routings

    Hello all:
    what is the essence of component allocation in the Routings(CA01), especially if we have
    more than single operation for the given material
    If component allocation is not maintained, how it affects the production cycle
    Thanks in Advance!!

    Hi Eshwer
    It all depends on the business requirement/scenario
    Suppose if there is a phantom assembly in your BOM and they will be used only in the second operation then you can inform the same to the system by means of allocation to the operation
    By means of allocation automatically all the components of the Phantom assembly also gets allocated to the second operation
    it helps the back flushing process too
    It doesn't affect the production cycle but rather it helps adding more information and makes production process much easier
    Even if you don't maintain this System will automatically assign all the components to the first operation(aas you might be already aware)
    SAP has provided this feature as a standard functionality,for some it wont be of use,so you dont need to use if it doesnt make sense to your requirement
    Please check the below link for more details
    http://help.sap.com/saphelp_46C/helpdata/EN/7e/d42611455911d189400000e8323c4f/frameset.htm
    Thanks
    SVP

  • Component allocation in the Routing "BAPI_ROUTING_CREATE"

    Hi,
    I am using the BAPI "BAPI_ROUTING_CREATE" to create a Routing. It works fine creating the operations, Component allocations and updating the Header data Information.
    The Problem i am facing is with the allocation of components with Phantom assembly. Can any one help me in passing the Parameters to the BAPI to allocate the components with the Phantom assembly.
    Thanks
    Shekar

    Hello Nagasekhar,
    I am not able to create operations even.
    can you please help me out.
    i create routings from the data available in file uploaded from system.
    i am able to create the routing.
    if i give group number only on the first screen of CA03 its showing the task.
    But when i give material and plant its saying the Task doesnot exist.
    And when i see the operations then it shows nothing.
    can you send me your code to [email protected]
    Please help me in this regard.
    thankyou.
    Message was edited by:
            Ravikumar P

  • BAPI_ROUTING_CREATE problem in component creation for phantom materials

    Hi,
    I am using the BAPI "BAPI_ROUTING_CREATE" to create a Routing. It works fine creating the operations, Component allocations, InspectionChar creation and updating the Header data Information.
    The Problem i am facing is with the allocation of components with Phantom assembly. Can any one help me in passing the Parameters to the BAPI to allocate the components with the Phantom assembly.
    i am getting error message
    "cpccdt-206 The component to be assigned has not been completely specified "
    Thanks
    Pravin

    I i'm having exactly the same problem.
    "cpccdt-206 The component to be assigned has not been completely specified "
    In my case this message occurs with normal material and not Phantom materials.
    Do you have any solution already?
    Thanks,
    Joao
    Message was edited by:
            João Costa TMG

  • Problem in  BOM or component allocation for the Non- codified Item in a PO.

    Hi All,
    Please advise how to explode a BOM or Assign component in a Purchase order with Item category (L) for a Operation oriented material for which no material code is created from a production order .
    Actually in my scenario, no raw material component will send to the Sub -Contract Vendor. Only Assembled operation material lets say operation 20 from a routing ( which is not having material code ) from an In - house production from a shopfloor has to be sent to the vendor to create a operation 30 material , which is also not having a material code." How to explode a BOM or component allocation for the Non- codified Item in a PO".
    Kindly give me the IMG settings for the above scenario.
    regards,
    YK

    Hi Prasobh,
    Tnx for your suggestion. But, the client external processing routing is not constant activity . Based on the Operation bottlenecks client is sending the operation as external Processing. For Eg., If on first order operation 20 be external , Then in second order operation 20 need not be external. operation 30 may go out for external processing. Client does not want a material code for each operation.
    Give your valuable suggestion.
    regards,
    YK

  • Problem with Phantom Assembly

    Hi expert,
    I have question with BOM and production process. In packaging industry, At start we have 8 components for finish goods. but recently, 2 component 0020 and 0030 (example bottle cap and sticker) will issue from warehouse for assembly process before return to warehouse. then re-issue to use for finish goods.
    usually component 0020 and 0030 will convert to another component or change to semi-finish goods.i must create this BOM , Routing , and Open Production Order.and change component in finish goods, 
    if i not create BOM , Routing , and open Production Order. but create new component as semi-finish goods for item from assembly process to use in finish goods BOM as phantom assembly.
    how is my resolution, possible or impossible? , will be any problem in the future. any advise is good.
    regards,
    kittisak.

    Hi,
    There are 2 possibilities in this case.
    If you do not want to make stock of your HALB then make this as Phantom and include the assembly operations (manufacturing operations) in the header level material so that the activities will be captured at the Time of FERT confirmations.
    If you want to make a track of the stock for re issue from Warehouse then no other way.
    You should maintain it as HALB with BOM nad Routing, Pl. Order and Production Order route to capture the stocks and issue it to FERT production.
    Hope this clarifies..
    Regards,
    Siva

  • Phantom Assembly Reporting Point Backflush - Not able to backflush

    We are unable to generate a backflush of the assembly components of a phantom assembly.  The backflush indicator in the operation have been activated and the components involved are production relevant.
    In the material master, i believe the REM Profile has been set correctly to allow for backflushing of the asseblies.
    Am I overlooking something to have this work properly? 
    Any thoughts are much appreciated!
    Thanks All!

    Dear suntevea,
    Generally Production confirmation is not made for phantom assemblies either in Discrete or REM scenario.
    So once when you do the confirmation for the upper level assembly where this phantom assembly is used
    as a component,then at this point the good's issue(backflush) will be happening for the component's of the
    phantom assembly.
    Eg : Material A is a phantom assembly which is made up of components say B & C.
    Again material A is a component for making another assembly say X,so when you do the backflushing in
    MFBF for material X,you can see the components B & C are getting issued,which means Good's issue will
    be happening for B & C,261 movement.
    I hope you will be clear with the concept.
    Revert back if you need any further assistance.
    Regards
    Mangalraj.S

  • PP - Phantom Assembly Alt Item in BOM not loaded in Planned Order

    Hi all,
    I have a scenario where in my finished product, I have several components organized in Alternate Group, and for each group, I define a component as Prime (100% usage) and others as Alternate (0% utilization). Among these there are some components that are configured as Phantom (Special Procurement 50), and these Phantom items, when they are Alternate in the BOM, ie, 0% Probability of Use in Alternate Item Group, it is not loaded in the list of components in Planned Order. Only the Phantom that is as Prime in BOM is showed in the Planned Order, together with their subcomponents.
    The other components that are not phantom, usually appear within the Planned Order, those that have 100% utilization, and those who have 0% utilization set in the BOM. Obviously, all requirement is pointed in the Prime Item, but I can change according to availability of material in MDVP or manually in CO02.
    When the Production Order is created directly by CO01, without conversion of planned order, the list of components typically brings all the Phantoms, independently of the Probability Use %.
    Someone tell me if there is some kind of configuration to allow the Phantoms Optional also be uploaded to the component list of planned orders without having to change the percentage of use in BOM.
    Thanks in advance.

    Hello MCantos,
    When you have maintained the usage probability as 0% for a alternative component, that means you do not want that partular material to be planned further. In short this is just an Engineering Relevant Material (is not required in Production activity).
    When this alternate material with usage probability 0% is phantom material, you want its components to be proposed. But you yourself have answered that this phantom material has usage probability 0% and this means it is not required in Production and thus its components as well are not required. Thus system is not exploding the BOM and proposing the material at the time of Production activity.
    Hope I answered your query. Please check your usage probability for phantom assembly part and if required correct the same so that you can achive what you want.
    Thanks,
    Rahul.

  • Planned order is not creating for a phantom assembly

    Dear experts
    My fert having two semi finished components
    first semifinished is assigned with a raw material
    And second semifinished is assigned with two different raw material
    in material master of second semifinished mrp2 view Special procurement=50
    and after running mrp, second semifinished is not getting any planned order or dep requirement all the raw material under this getting planned order
    But in my understanding of phantom second semifinished in should not get any planned order?
    Am  i correct?
    Pls advise me where i need to check
    Abu Fathiam

    Hi,
    Phantom assembly will generate planned order for its component when you will maintain:
    Procurement type: E
    Special procurement type: 50
    Also in SPRO: OPPQ BOM explosion
    Also check in BOM In basic data tab
    In MRP Data screen, check explosion type- are you maintained phantom assembly off? Check it if you want planned order.
    If you don't want system generated planned order for your phantom assembly component you should not maintain this indicator.
    Regards,
    Alok Tiwari
    Edited by: Alok Kumar Tiwari on Feb 29, 2012 11:38 AM
    Edited by: Alok Kumar Tiwari on Feb 29, 2012 11:39 AM

  • Phantom Assembly not exploding in production order

    Hi All,
    We are using phantom assembly as a BOM component.
    When we create a planed order from MD03 or MD02 and try to convert this planed order to production order the components of Phantom assembly are not explode in production order. When I tried with read PP master data option it get explode.
    Can you please let me know the reason?
    Thanks,
    SAP PQ

    Dear ,
    Couple of points on this issue which may help you understand the problem  : Bom Explosion With Phantom Assemblies will happen based on the following set up .
    1. You need to maintain the special procurement key-50 for the phantom Assembly
    in the MRP 2 View of the material master
    2. We can override the Phantom Assembly Setting by defining in SPRO --->
    Define Explosion Types so that MRP Creates Procurement Propasals for the
    Phantom Assembly itself.ie We can Swith off the Phantom Assembly Settings.
    This settting need to be defined in the BOM Item details screen in the Basic
    Data Tab Page under MRP Area.
    So check in your Bom whether switch off phantom assembly is defined.Make the Explosion Type-Blank
    3.Run MRP Single Item - Multi level - Transaction MD02 with Planning Mode 2 : 'Re-explode BOM and Routing'. The Phantom Item will now get exploded correctly in the Planned Order.
    4.Check the Validity of the BOM  and planning date
    5.Check the MRP4 set up in FG where you have kept the BOM/Routing selection
    6.Check wether dependent requirement  material master -MRP4 view -MRP  for Depent Requ should be blank .
    Check the above points and come back
    Regards
    JH
    Edited by: Jiaul Haque on Jun 14, 2010 2:15 PM
    Edited by: Jiaul Haque on Jun 14, 2010 2:18 PM

Maybe you are looking for