Creation of Supre BOM

Hi Experts,
   How to Create Super for this Specification
COMPUTER is a main material and has the  components
80GB HARDDISK
40GB HARDDISK
128 RAM
256 RAM
Please explain me how to create Super BOM & how to do the Coonfigure the material.
Thanks In Advance
Silviya

Hi,
Super BOM Creation Is same as BOM Creation (CS01).
For Example in your case COMPUTER is the Configurable material.(Mat type KMAT)
This Computer is made with (80GB  & 128 RAM ),(40GB & 256 RAM),(80GB&256RAM).i.e. suppose these are the possible combination and each is the seperate product.
We call these configured products  as Variants which are FERT materials.
COMPUTER 1 - (80GB  & 128 RAM ),
COMPUTER 2 - (40GB  & 256 RAM ),
COMPUTER 3 -  (80GB &  256RAM )
Normally to produce these materials we need to create Seperate BOM for each.
Instead of Creating 3 seperate BOM , We Create only one it is SUPERBOM which is having all the Components to produce all the variants.
That is
80GB HD
40GB HD
128 RAM
256 RAM.
For selction of this Components we use Dependency Called 'SELECTION CONDITION'
For this we have to create
CHARACTERS    CHAR_HARD_DRIVE(Values 80GB,40GB), CHAR_RAM(Values 128RAM, 256RAM)
Regards
Praveen

Similar Messages

  • BAPI  for  creation of Equipment BOM

    Which BAPI is used for creation of Equipment BOM?

    Hi,
    Check this Code, it works:
    DATA ecsin  TYPE csin.
    DATA estkob TYPE stkob .
    DATA estzub TYPE stzub .
    DATA astlnr TYPE stzub-stlnr .
    DATA t_stpob TYPE STANDARD TABLE OF stpob WITH HEADER LINE .
    PARAMETERS: pa_equnr TYPE equnr DEFAULT '1500037'. "Your Equipment.
    START-OF-SELECTION.
       ecsin-equnr = pa_equnr.
       ecsin-stlty = 'E' .
       ecsin-stlan = '4' .
       ecsin-werks = 'C002'. "Your Plant.   
       ecsin-datuv = '20130101'.
       estkob-bmein =  'ST'.
       estkob-bmeng = 1.
       estkob-stktx = 'TEST'.
       t_stpob-stlty = 'M' .
       t_stpob-postp = 'L' .
       t_stpob-idnrk = '000000000040002882'. "Your Component.
       t_stpob-meins = 'ST' .
       t_stpob-menge = 1 .
       t_stpob-rvrel = 'X' .
       APPEND t_stpob .
       t_stpob-menge = 2.
       t_stpob-idnrk = '000000000040002877'. "Your Component.
       APPEND t_stpob.
       CALL FUNCTION 'CSAI_BOM_CREATE'
         EXPORTING
           ecsin                    = ecsin
           estkob                   = estkob
           estzub                   = estzub
    *   FL_NO_CHANGE_DOC         = ' '
    *   FL_COMMIT_AND_WAIT       = ' '
    *   FL_NO_COMMIT_WORK        = ' '
    *   FL_ALE                   = ' '
         IMPORTING
    *   FL_WARNING               =
           astlnr                   = astlnr
         TABLES
           t_stpob                  = t_stpob
         EXCEPTIONS
           error                    = 1
           OTHERS                   = 2.
       IF astlnr IS INITIAL.
    ****ERROR.
       ENDIF.
       IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       ENDIF.
    Regards,
    Sergio.

  • Exit for production order creation that update BOM explosion date

    Hi Guros
    does any one know a user exit for production order creation that update BOM explosion date = AUFLD.
    or a UE that run before the BOM explosion.
    thanks.

    Dear,
    I dont think user exist will work for you,
    You need to find BAdi for it, cl_exithandler=>get_class_name_by_interface .
    Or try with SE84,
    Enter the package name and check the " Enhancements"
    Regards,
    R.Brahmankar

  • Creation of Altrenate BOM designators

    Hi,
    Can any one help me out in creation of alternate BOM designators.
    Do we have any API for creation of alternate BOM designators or is it a direct base table insert into bom_alternate_designators.
    Thanks in advance.

    Hi,
    Generally we define an alternate name and it is can be used for all the BOM's and routings so we do need to have too many different alternates.
    How many alternates do you have?
    Karthik.

  • Creation of Material BOM

    Hi All,
    I need to create a material BOM ,as in Transaction CS01, without any components.
    Which function modules should i be using..
    I have tried using CSAI_BOM_MAINTAIN and CSAP_MAT_BOM_CREATE but not with too much success
    Thanks
    Aviroop

    Hi,
    thanks for all your inputs. My requirement has somewhat changed over the last 24 hrs. What it stands as of now is that for a material and a plant there exists a bom (with items and sub-items).
    I have to retrieve this data and create a new BOM for a different plant.
    The first step would be to retrieve all the BOM data from STKO STPO and STPU. Is there any FM that would retrieve all these data
    What FM would i then use to create a new BOM
    Thanks
    Aviroop

  • Creation of Variant BOM using Simple BOM

    Hi
    I am havign a production BOM, i wanted to create Variant BOM using Production BOM.
    Pls let me know, whether we have any Function modules for the same.
    Regards
    MD

    check SAP std.program to create variant BOM .
    <b>RCSBI030</b>
    Regards
    Prabhu

  • Reg. Creation of Super BOM

    Hi all,
    Pls tell me how to create Super BOM.
    I am using ECC6.0
    My Requirement is i want supply a finished Product for Eg. Car which has many variants like Colour,Engine Type etc.,I have to create Variant BOM that is Super BOM for this Fin.Product Car.
    Here it is tedious for me to create all type of Variant materials in the material master.So By using Variant BOM my work will reduced by creating Finished Product car single item in the material master.
    But i am not fully clear about how to create this form the materail master to linking to the Super BOM.
    So pls. help me by sending me the Flow of this item from material master to Super BOM.
    Take the same Example.
    Regards,
    M.Badrinarain.

    Hi,
    1 Create characterstics in CT04.
      EX: colour(red, blue, green), engine etc., with characterstics value.
    2 Create class in CL02 with class type 300. And assign all characterstics in class.
       EX: car
    3 Creat object dependecy in Cu01.
       Assign the condition type.. it should consists of charater = 'char.val'
    4 Create material master with variant material type or create normal finished material and            activate material is configurable in basic data 2. Assign classification view with the type of 300.
    5 Assign configurable profile in CU41. for variant material
    6 In BOM assign variant and non variant material then for variant material assign object depency.
    Regards,
    S.Suresh.

  • Creation of super bom-- mrp run

    Dear Friends,
    i want to create one super bom for any fert.
    what i understand from super bom is that, it defines all possible components(bom data). when we require specific type of product, we have to consider some of the components relevant to the particular type of fert before proceeding to mrp.for this i need some clarification!
    i am giving small example....In cars blue and red colors are there. for this i have created  super bom through the t-code CS01 by considering two colors.
    what are the next steps(screen inputs required)involved to survive the purpose? some clarification on objects and its dependences,classes.
    can anybody tell the procedure involved in creating super BOM form material master to running mrp?
    thanks in advance

    Dear satheesh,
    Thanks for your reply I want some more clarification, which will be solve my problem.As per your explanation,i tried procedure,but i am unable to do the needful. I am facing the following problems in the following menus.
    when i went for creating configurable material in BASIC BATA 2---PLANT CM CONFIGURABLE filed is asking some reference material. how to go about it?
    AND IN MRP3---> PLANT CM CONFIGURABLE --- variant material and classes field are showing!
    I am familiar abt clasees and characteristics.but how to create variant class and items!
    can u please explain how to go about it? it will be very helpful for me to overcome my problem.
    I know abt clasees and characteristics,but how to create variant class and items?
    can i get ur e-mail id for further communication(if required.)
    Thanx Dosth.

  • Process order creation with out BOM

    Hi
    I have an requirement...
    material A is finished good
    i create process order for material A
    but i dont use BOM... with out BOM can i create process order .
    after creating process order cani isuue components against  order ? is it possible please can any one help me in this issue
    but one condition : i craet process order material A 10 KG
    for this FG i used components  materia A used 8 kg  and material B used 2 kg
    is it possibel pls..could any one gude me in this issue
    Regards
    Sesi

    material A is finished good
    i create process order for material A
    but i dont use BOM... with out BOM can i create process order .
    yes, You can create a orderwith out BOM
    after creating process order cani isuue components against  order ? is it possible please can any one help me in this issue
    Yes, You can assign component  manually in component overview screen  or you can issue material directly for order with 261 movement, It will go to unplanned consumption
    but one condition : i craet process order material A 10 KG*
    for this FG i used components  materia A used 8 kg  and material B used 2 kg
    In The component overview screen of process order  assign the Material A with 8 kg ,
    & material B as 2 KG
    Regards,
    Sundaresan
    Edited by: Sundaresan . E. V on Oct 4, 2010 2:41 PM

  • Order creation with Sales BOM........

    Hi there ,
                   If I maintain the MRP & work scheduling view in the material master & maintain <b>BOM with usage as <b>sales</b>.</b> Then can I create as process/production order of that material as there is no BOM with usage type production maintained in SAP........
    Please enlighten me ........
    Thanks
    Kaushik

    Kaushik,
    A process/production order can be created without BOM also, so the answer is yes still you can create a production order.(You will get an additional status "NMAT" - No material).
    If the usage is defined as Sales then that BOM will not get picked for Prodn/Proc order.
    If the Item level details of the component is also defined "production relevant" with "Relavent to sales", then the BOM gets picked up. (This is defined in Status/Long txt tab page in component item level details).
    Hope this helps...Reward your points if so,
    Regards,
    Prasobh

  • Prod order creation using a BOM

    Hi Experts,
    I am trying to create a production order for a BOM which has one line item. I could create a prod. order for the line item, but when i am trying to create the prod. order for the BOM, I am getting  a message "No Default value mentioned for Op. generation for order type PP01 (material name BOM). What do I do?
    Pls advise.
    Vijay

    Hi,
    Maintain the default operation for plant & order in OPJG
    Manu

  • Creation of Compliance BOM using PSS

    Hello
    I am very much new to this module and have never worked before.
    I would like to know how to create Compliance BOM from PSM using PSS.
    Thanks & Regards
    Satish

    Dear Stash
    no idea what you are looking for. I found only this link:
    Essentials of SAP PLM 7.01, Engineering BOM and Product Structure Synchronization (PSS) (26APR11) - LeverX
    But may be check:
    Bill of Substance –Bill of material (BOSBOM)
    BOM BOS Interface
    C.B.
    PS: please explain your terms. Is PSS like: "SAP Product Structure Synchronization" and PSM like "Funds Management Integration (PSM-FM)" (never heard about this module before)

  • Issues during creation and maintenance of BOM using FM's

    I am facing problems while using FM's BAPI_MATERIAL_BOM_GROUP_CREATE , CSAP_MAT_BOM_CREATE .
       Previously i was using CSAP_MAT_BOM_CREATE but it did not support creation of another alternative bom if there already exists one for the same material,plant,usage.
       So i started using BAPI_MATERIAL_BOM_GROUP_CREATE. This bapi supports creation of alternative BOM's but i have a requirement that i need to create items with a specific item id.
       The Bapi's interface has a item table which has a field item_id which i am filling up but internally this bapi converts it into a structure using FM 'MAP2I_BAPI1080_ITM_C_TO_ITM_CL.'
       But this FM does not transfer the item_id from the bapi's structure into the internal structure field ident. The FM being called from this bapi for creating items - CS_CL_S_ITM_CREATE uses this ident field for updating item id in an item but this field is empty.Do you have any idea how this issue can be resolved ?
       Also similar to BAPI_MATERIAL_BOM_GROUP_CREATE i was not able to find a BAPI for changing an existing BOM.Currently i am using  CSAP_MAT_BOM_MAINTAIN.
       Can anyone please help me out with these issues .

    To enable and protect the variant maintenance of a report, it needs an S_PROGRAM group on it (see report RSCSAUTH).
    Via S_PROGRAM p_action = 'VARIANT' those users can then maintain the variants AND also submit the reports via report trees or transactions (including SA38 for example).
    To make the variant user specific for maintaining it but not restricting the ability to use it, take a look in transaction VARCH at the "Protection" flag (this is user specific then, for the current user who sets the flag first).
    Also see the SAP notes and discussions here about report RSVARENT - for globally unlocking the protection (to be used and protected itself with caution).
    To lock them down beyond the reach of the user's normal authority, you can also create custom system variants in client 000.
    Cheers,
    Julius
    Edited by: Julius Bussche on Jan 13, 2009 6:07 PM

  • BOM change after Purchase order creation

    Dear all
    My client requirement is an error message should appear when the end users are trying to change the BOM after the purchase order creation for the BOM items and the system should allow the BOM change only after the PO cancellation.
    Please throw some light
    regards
    Kumar

    Dear Kumar,
    Do you mean to say user's should not be allowed to change hte BOM items in a purchase order?or should not be allowed to change a
    BOM,if there are some purchase orders for the same material?
    If your requirement is to restrict the BOM change of a material using T code CS02,after purchase order creation,I dont think its
    possible.
    Please explain your problem little more in detail.
    Regards
    Mangalraj.S

  • BAPI for AFS BOM Creation through Cost Sheet

    Hello Experts,
    Is there any way to create the AFS BOM through BAPI.
    Client requirement is to create the automatic AFS BOM through Cost Sheet (KKE1), I already developed custom Cost Sheet as per the requirement .
    When we create the Cost Sheet Using KKE1 / ZKKE1, automatically AFS BOM should be create in the system with all grid values of component.
    I'm not getting how should I create the AFS BOM using all the components in the Cost Sheet with Grid values.
    There is no issue in creation of simple BOM using Bapi but for AFS BOM I'm facing problem.
    Please suggest and also tell the possibility.
    Thanks & Regards
    Prajyot.D

    Hi!  Thanks for your help.  I used CS_BI_BOM_CREATE_BATCH_INPUT1 and was able to create the BOMs successfully.  My problem now is on the change.  I tried using CS_BI_BOM_CHANGE_BATCH_INPUT but I kept running into various errors.  I think it has something to do with the fields that I am populating in the structures and tables that are being passed to the BAPI.  I tried researching for CS_BI_BOM_CHANGE_BATCH_INPUT but could not find any match.  The function module documentation is not available as well.  If you have used this FM in the past, will appreciate if you could share some inputs on how you were able to make this work.  Thanks a lot!

Maybe you are looking for

  • Windows XP, Itunes error on startup, NEED HELP!!!

    Whenever i click on iTunes i get this error... [img]http://img301.imageshack.us/img301/2160/itunesyi3.th.jpg[/img] i cant even open itunes.... I tried reinstalling, and restarting and the works.... if anyone can help i would be AWESOMELY thankfull!!!

  • Itunes 9.2 wont recognize iphone4

    i have been battling itunes since I bought the iphone4 a few days ago. First, as soon as it noticed the new iphone, it requested i upgraded to 9.2, which I did. The iphone4 then disappeared - not recognized by itunes, not detected in My Computer. I f

  • Regex - Find a word

    Greetings all I want to find a particular word in a string example string: SELECT CUSTOMER.STUDENT."NAME", CUSTOMER.STUDENT." FROM DATE" FROM CUSTOMER.STUDENT i want to grab the FROM WORD from the above string . search condition: There must be a spac

  • How to create tool tip in indesign skd?

    hi, Anyone suggest me, how to create tool tip in indesign skd? thanks, vijay

  • Patches of 4.7 and 5.0

    hi Please let me know the pathces of 4.7 and 5.0 in FI-CO.  What are the major paches are happining in 5.0 thanx sri