How to maintain alternative material in a BOM for a component.

how to maintain alternative material in a BOM for a component.if stock for existing bom component is less then it should consider other alternative material in the same BOM

HI,
You can maintain alternate material for BOM Component by specifying Alternate Item group as below;
Go to CS03/CS02--> Items-> Select Component and go to details->Basic Data Tab--> General Data
Pls. find more details about Alternate Item group maintainance as below:
Alternative item: group
Consolidation of alternative items within a BOM. Every material in the assembly can be included in the alternative item group.
Use
As soon as you enter an alternative item group, you see an additional dialog box with the following data: ranking order, strategy, usage probability.
You can maintain alternative items in the following situations:
Alternative positions with specific usage probability
These alternative items are incorporated with a specific usage probability. Enter the usage probability for each alternative item in the group, so that:
dependent requirements are determined in requirements planning
dependent requirements are changed to a reservation in the production order
Alternative positions as information
You can enter an alternative item for information purposes. This item would then, for example, only be taken into account in situations involving missing parts.
As there should be neither dependent requirements nor a reservation for this item, enter no usage probability.
Procedure
Enter the same character string to denote the alternative items of an alternative item group.
Enter the same strategy for all alternative items in the alternative item group.
Dependencies
Alternative items are valuated in the following way:
Dependent requirements determination
Requirements planning determines the dependent requirements according to the usage probabilities that have been entered.
If the usage probability is 0%, then no procurement is planned for the item. For information purposes, however, dependent requirements with 0 as quantity are created.
Withdrawal posting
You can control the withdrawal posting for the resevation in the production order in the following way:
Withdrawal according to usage probability (manual change is possible)
Withdrawal if there is 100% availability
(Check ranking order and strategy)
Example: See Strategy for alternative position
Further you can also maintain alternate material if you want to stop using this material at certain time as below:
In material master of the material ,
Go to MRP-4 View----> Under Discongtinued parts specify
Discontinuation Indicator
Eff-out.
Follow-up matl
So system will automatically consider follow up material in BOM as per the settings you have maintained for the material to be replaced.
Hope this helps.
Regards,
Tejas

Similar Messages

  • How to maintain the material master data in plant

    Hi all,
    while creating BOM I am getting an error "no material master data in plant' can some one help me how to maintain the material master data in plant
    Regards,
    Balu

    Check the material available in MARC table in SE11 transaction against your plant.If it is not available please maintain through MM01 transaction.

  • How to list a material in a plant for the specified delivery date

    Hi experts,
    I am quite new in the area .I have now a problem with PO.
    At the item level of my PO, the plant will not be extracted automatically. Is this normal?
    And after I entered the plant manually and the error message shows up:
    ""the material xx not listed in plant".
    To be more specific, "Material xxx is not listed in plant xxx for the specified delivery date".
    I have checked the material master data and found this material has been extended for this plant.
    How can I fix this problem?
    Best regards,
    Fan
    Edited by: Fan Mou on Aug 27, 2009 3:18 PM

    Hi,
    At the item level of my PO, the plant will not be extracted automatically. Is this normal?
    Yes this is normal, however you can set a plant to be proposed by the system. To do this in the purchase order, click the button Personal setting, which you can find at the top right hand side. The system will open a personal settings window. In the default values tab, under PO item tab, you can enter the default plant value and other data. Save the data. Then whenever you create a new purchase order, the system will populate these default values.
    ""the material xx not listed in plant"
    Check whether the material master -purchasing view has been activated or not.
    Regards,

  • How to Maintain Surrogate Key Mapping (cross-reference) for Dimension Tables

    Hi,
    What would be the best approach on ODI to implement the Surrogate Key Mapping Table on the STG layer according to Kimball's technique:
    "Surrogate key mapping tables are designed to map natural keys from the disparate source systems to their master data warehouse surrogate key. Mapping tables are an efficient way to maintain surrogate keys in your data warehouse. These compact tables are designed for high-speed processing. Mapping tables contain only the most current value of a surrogate key— used to populate a dimension—and the natural key from the source system. Since the same dimension can have many sources, a mapping table contains a natural key column for each of its sources.
    Mapping tables can be equally effective if they are stored in a database or on the file system. The advantage of using a database for mapping tables is that you can utilize the database sequence generator to create new surrogate keys. And also, when indexed properly, mapping tables in a database are very efficient during key value lookups."
    We have a requirement to implement cross-reference mapping tables with Natural and Surrogate Keys for each dimension table. These mappings tables will be populated automatically (only inserts) during the E-LT execution, right after inserting into the dimension table.
    Someone have any idea on how to implement this on ODI?
    Thanks,
    Danilo

    Hi,
    first of all please avoid bolding something. After this according Kimball (if i remember well) is a 1:1 mapping, so no-surrogate key.
    After that personally you could use Lookup Table
    http://www.odigurus.com/2012/02/lookup-transformation-using-odi.html
    or make a simple outer join filtering by your "Active_Flag" column (remember that this filter need to be inside your outer join).
    Let us know
    Francesco

  • How to find the material received in warehouse for work order through table

    Dear All ,
    I am creating alerting system We have  requrirement that if the notification or work order is pending for 10 days then alert to be sent to planner and 20 days to his senior and 30n days to his senior
    We have created FM for this  every day program will run and check open work orders and notification pending for some days
    Now my question in the FM I want to add fields for material receipt
    Idea is say for refuebsihment order pending material is received in warehouse now when this is received alert to be send in the work order planner that material is arrived
    From which tables I can track this and how to know for the alerting system that material is arrived in warehouse so alert to be send
    please reply
    Regards
    pratap
    Edited by: Pratap bhikai  Ingole on Jun 5, 2010 9:20 AM

    Hi ,
    With reference to your second point , if your looking for some alret then whenever you have goods receipt or goods issue of stock material you can have a mail triggerred through workflow .. in our project what we did was , we had a user status ALMR - All Material received and this is SET by a  Z programme which checks whether all stock materials or non stock materials against the order have been received and sets the user status and this programme is run as a batch job with 30min frequency ....
    regrds
    pushpa

  • How to alter the materialized view defintion with -- For update clause

    My db version is 9.2.0.3
    My orginal materialized view difination does not have "for update " clause.
    how can i alter the mview defination to inclused and exclude the "for update" clause.
    I dont want to drop and recreate the mview with for update clause. But I what to change the existing definition.
    Please suggest.
    Thanks
    Naveen.

    I already have the view definition in place. I want to change the exising defination, by adding the "for update " clause. Is it possible with any " alter mview ... " syntax.
    Below is my existing syntax. I don't what to drop and recreate. Just want to alter the existing definition , with for update clause.
    create materialized view test
    pctfree 0
    tablespace DATA storage (pctincrease 0)
    build immediate refresh start with sysdate next (trunc(sysdate+1) +1/24)
    with primary key
    disable query rewrite
    as select * from test@isource;
    Please suggest!
    Thanks
    Naveen
    Edited by: user12096071 on Apr 8, 2010 2:56 PM

  • How to reserve the material ( Make to Stock) for selective customers?

    Dear Friends,
    I want to reserve the material which is a Make to Stock for selective customers i.e if the customer base is 100 I want to reserve the certain quantity for 3 customers.
    It is a Make to Stock.
    Thanks in advance.
    Regards,
    Shrikant

    Dear Friend
    First you have to create sales orders for these three customers
    There are three ways of doing this
    1. T code MB1B use movement type 412 E and input your sales order no
    Stocks will be reserved for this order
    Your item category should be marked E in special stock indicator
    This is the perfect way of doiung it
    Suppose if the order gets cancelled stocks can be moved back to unrestricted using  T code MB1B use movement type 411 E
    2.Create sales order and then delivery and save dont do picking and PGI
    Stocks will be reserved for this delivery
    3.In t code OVZ9 if you have ticked include sales requirements then for whatever sales orders created stocks will be reserved for them
    But this is soft way of handling as thro backorder processing the stocks can be allocated to other orders
    Regards
    Raja

  • How to maintain List Of Values (LOV's) for BPEL Processes

    We are integrating two systems.Source and destination systems store data in different formats. For example State is stored as a string in source and its stored as an number in destination system. In BPEL we are trying to transform this information and send it to destination system so that it understands the incoming data.
    A sample of transformation we need to do is as shown below.
    State in Source     Sate in Destination
    Texas               1
    Nebraska          2
    But we have so many fields that we need to transform as we are doing for State.
    What is the best way of handling these domain mappings in BPEL. I want to know is there any efficient way we can handle this in BPEL as we do in J2EE applications(Maintaining them in Domain tables and making them available for all functionalities).
    We are looking to hold all these domain mappings at one place and use in all the processes we design.Can anyone suggest a better way to handle this for BPEL processes.

    Hi,
    I am using the lookup-xml for maintaining list of values.But dont know whats the problem unable to get the output.
    Example: this is just a sample one which i am testing.
    My xml file is placed in c folder with the name "StateList.xml" which contains the following info.
    <?xml version="1.0"?>
    <Countries>
    <Country><Abbreviation>CO</Abbreviation><FullName>CO</FullName></Country>
    <Country><Abbreviation>CT</Abbreviation><FullName>Connecticut</FullName></Country>
    <Country><Abbreviation>ID</Abbreviation><FullName>Idaho</FullName></Country>
    <Country><Abbreviation>NJ</Abbreviation><FullName>New Jersey</FullName></Country>
    <Country><Abbreviation>AP</Abbreviation><FullName>Andhra Pradesh</FullName></Country>
    </Countries>
    And in BPEL, in the transformation i am taking the input and assigning this lookup value to the output variable as follows :
    <ns1:result>
    <xsl:value-of select="orcl:lookup-xml('file:/c:/StateList.xml','/Countries/Country','Abbreviation','FullName',/ns1:HelloWorldPavanaProcessRequest/ns1:input)"/>
    </ns1:result>
    But unable to get the result.Kindly help me out in this.
    Regards,
    Pavana

  • Costing shows high value due to BOM alternative material

    Hi,
    In BOM we have maintained alternative material for few line items.(not maintained alternative BOM) When we do the standard cost run system is taking main material and alternative material value. so the cost of the product is showing high.
    How system will behave this situation when doing standard cost estimate? how to avoid this excess value due to adding the alternative material?

    Dear Govindaraj,
    If there are alternative items maintained in the BOM,then as per the usage probability defined for each
    item the cost will be taken.
    say for one item if its 60% and for the another if its 40% means accordingly the cost gets captured.
    So goto CS03,say Items X and Y are defined under alt.item group A1,now select the first item(row) X
    and click on item details and check under Basic tab page you will be able to see the alt.item group
    along with priority,strategy and usage probability.
    So in CK11N or CK40N,it will be showing as 6 ea and 4 ea along with their prices for costing part.
    So as per to the usage prob it picksup for the costing part.
    Check and revert back.,
    Regards
    Mangalraj.S

  • How to maintain material master data in plant....

    Hi all,
    while creating BOM I am getting an error "no material master data in plant'  can some one help me how to maintain the material master data in plant
    Regards,
    Balu

    Hi,
    Please check the below link for MMR creaion .
    http://web.mit.edu/sapr3/windocs/bpmdb01m.htm
    Regards,

  • Alternative material in BOM

    Dear SAP Friends,
    I have a BOM with 1 material & want to add 1 alternative material if previous one is not available in stock.
    pl tell how to create alternative material in BOM without creating alternative BOM.
    Regards,
    Chandra.

    Hi chandra
    Alternative items can be added to the BOM without alternate BOM.
    In change mode of BOM CS 02 go to BOM item details There you can see alternative items with item group
    There you can define you items with Priority,usage probability , Strategy,
    Alternate item will be selected during MRP run as per your usage probability
    Regards
    J . Saravan

  • Dismantling of material from equipment BOM

    Dear Experts
    I am a beginner in SAP PM. I have one PM scenario. How to implement in SAP.
    I want to dismantle one temperature gauge from one equipment for repaired, first I have to dismantle the gauge from equipment and after repairing I have to reinstall the gauge on equipment. How to proceed for that?
    My temperature gauge is maintained in BOM for that equipment. How can I dismantle material from equipment BOM and reinstall that?
    Thanks

    Hi Iqbal
        In IQ01 for the 'material' Temp gauge I created one serial no and equipment. I installed that equipment(temp gauge) on pump as sub equipment. Then before repairing, in IE02 itself I selected dismantle and dismantled. Is it the way you were mentioning?
    Alternatively when I use the t-code IE4N it gives the following error massage: -
    "Missing Customizing settings for software component ECC-DIMP
    Message no. IEN126"
    Can you please tell me the path details for IE4N. And is there any customising settings reqd for this T-code.
    Thanks

  • BOM for the Rawmaterial

    Dear all,
    I need your help to build a BOM for the Rawmaterial, my scenario is:
    I have a FERT material as "A'. Which has components B,C,D (B and C are Rawmaterials which is procurred externally and D is a semi-finished product).
    I have to maintain BOM for the component 'B' and having components X,Y and Z.   (Here the cost of X,Y and Z should not be rolled to the material 'B', so am not maintaining the costing relevancy indicators for the X,Yand Z materials).
    Now i have to sent the component 'X' for external processing and bring it back as Component 'D'.
    Please let me know how to process the above scenario.
    Thanks & Regards
    Dhanasekar

    Hi,
    As per your scenario you are manufacturing FERT A with compmonents as B,C & D. For component B you want to create bom with externally procured materials X, Y & Z.
    X is sent for externally processing & bring back as semifinshed product D.
    So you can map this scenario as,
    1. Create BOM for HALB material D with component as X (with the material master setting as SPK- 30 subcontacting to get it done from outside)
    2. Create BOM for FERT material A with the components B, C & D.
    3. You don't need to maintain BOM for ROH materials B & C as they are the externally procured materials.
    With this scenario when the BOM explosion is done for material A, then dependent requirements will be created for components B, C & D. Purchase requisition will be created for components B & C, and then they will be converted to purchase order. For component D planned orders are created & then purchase requisitions will be created for material X.
    Hope this resolve your issue, reward points if helpful.
    Regards,
    Avinash.

  • How to do backflush of alternate material in a bom?

    Hi,
       My user wants to do choose alternate material at the time of backflushing  according to material availability..
    currently we are maintaining as following priority - 1
                                                               strategy - 2
                                                                probability - for first material (100)
                                                                 rest of material as  blank.
    any body please guide me what should be the right procedure to achieve this.
    Already iu have searched found a thread Can we define alternate material in a BOM  try to apply our expert suggestion but it is not working.
    Kindly anybody help me to solve the issue.
    Thanks & Regards
    Sandeep Kumar Praharaj

    Hi Ramagiri,
      I have gone through your document but my user wants he should select the component according to his requirement.
    for that purpose i have opened the planned order in md12
    select the first component make the usage probability to 0.
    select the second component change the usage probability to 100
    after that requirement has been transfer from first alternate component to second alternate component.
    But after when i am trying to do the backflushing through MFBF second alternate component is not showing in overview screen it is still showing the first component.
    can u please help me why it is happening & explain how to achieve this point as you mentioned
    Thanks& Regards
    Sandeep Kumar Praharaj

  • How to Maintain two different prices for same material in different qty?

    Dear all,
    How to maintain two different prices for same material in different batch quantities in purchase order(ie.,info record)?
    (Vendor is supplying quantities in 2 different batches & also in different prices)
    Expecting valuable reply.
    Jeyakanthan

    In a PO you can create 2 items, and each item can be maintained with a different price in the conditions.
    In info record it is not possible to have different prices for the same period, except for scales.
    so if you have a price of e.g. 2 USD for 1000 kg and 1,90 USD for 2000 kg then you can maintain this in scales, but you still have to have 2 items in the PO so that each one can individually find its price.
    Alternative you can create contracts (as well with more than one item) to reflect the different prices and batches.

Maybe you are looking for

  • Product registration question

    I recently downloaded trials of both Lightroom 2, and CS3 Extended. Since then, I have purchased box sets of each but have not received them yet. When I do, can I just type in the serial # to register the versions already on my system, or do I have t

  • Best format for "Share"?

    I am going to be using the "Share" function with Photoshop Elements to post pictures for my relatives to view. I know that the photos uploaded to the site will be formatted by the site for display. What I would like to do is format them myself before

  • Apple policy on inappropriate content for iBooks

    Hello, I have an idea for an iBook that I would create using iBooks Author, and plan to distribute via the App Store (or the iBooks Store, or wherever it ends up when you submit it via Author). However, I've been warned that Apple has a policy on ina

  • Error  java.lang.Exception: Exception in sending Request :: null ..Kill Me

    i use windows XP and oracle10gR2 ,my database run well ,and when run the EM the error java.lang.Exception: Exception in sending Request :: null , my TZ is: agentTZRegion=Asia/Baghdad ,in emd.properites file or SELECT SESSIONTIMEZONE FROM DUAL; SESSIO

  • Document type for stock transport order

    Dear all; I have created one new purchase order document type for stock franport order from UB and given to a separate name ZUB ,but the at the time of creating one stock transport order the condition tab page is missing both in the header level and