Query on variant configuration

Hi,
i have a variant SEATING and the values are
41-Standard
36P- 36 seats + 1 pantry
36B - 36 seats + 1 berth.
the vehicles are of only two models
can i use a selection condition for these?One type of seating shud be selected while configuration.
Next is if the customer chooses 41, there are again 4 models in it. Customer has the option of choosing one model.
How to map this?
Regards,
Ajit

Hi Bill,
the main product is bus and there are only two models in it.
the engine and all the basic stuff are the same. Now the customer has to select a few things like painting, seating etc. the customer has to select atleast one from these. it is mandatory.
So as i said in my post, Seating is one of the charecteristic to be selected as mandatory . now there are 3 basic charecteristic values, 41, 36P and 36B. If the customer selects 41, again there are 4 values in it i.e seating manufactured by 4 different manufacturers.
Hope I am clear now.
Regards,
Ajit

Similar Messages

  • Variant Configuration: Stock must be dispalyed on the charachteristics

    Dear All,
    I need your help to resolve the query in variant configuration.
    I have maintained the characteristics & class for the raw material.
    I have done all  the make to order process from So to Migo And it successfully run but stock is displayed on the material & not by characteristics wise.
    i want to display the stock characteristics wise.
    Regards,
    Anant

    Dear All,
    Please give me the solution.
    Regards,
    Anant

  • Create a production order with variant configurator data

    Hello,
    Can anyone tell me the way to create a production order with variant configurator data. Is there a BAPI ? an IDOC ?
    Is there several steps ?
    I have to create an interface which creates automatically PP orders. The data input is a file.
    Thanks for your help

    Hi,
    There are fews BAPI's available for creation of Production Order. They are:
    BAPI_PRODORD_CREATE
    This bapi will suit to your requirement, as input will be provided from file.
    Others are
    BAPI_PRODORD_CREATE_FROM_PLORD " this converts planned order to production order
    BAPI_PRODORD_CREATE_FROM_REF      " this creats production order considering other production order as reference.
    Hope your query is answered.
    Regards,
    Brajvir

  • Sales order costing (MTO) Variant configuration.

    Hi,
    Basically there 3 different types of finished castings :
    1.     Special finished Casting u2013 which is a configurable material . this casting is saleable as well as can be used for manufacturing machined castings. This casting is been manufactured at plant : 8110 only. The planning strategy maintained is 25 (make to order with configurable material)
    2.     Machined Casting u2013 this is also an configurable finished material which can be sold as well as can be used as an BOM for manufacturing Assembly castings. This casting gets manufactured at plant : 8130 only. The planning strategy maintained is 25 (make to order with configurable material)
    3.     Assembly casting : this is also an configurable finished material which is always saleable. This casting gets manufactured at  plant : 8130 only. The planning strategy maintained is 25 (make to order with configurable material)
    Scenario which is as follows :
    1.     Customer gives the PO for assembly casting at 8110 plant code.
    2.     Therefore Plant : 8110 will generate the stock transfer order to 8130 for assembly castings
    3.     For manufacturing of assembly castings in 8130, the plant needs to manufacture Machined castings in 8130 plant and for manufacturing machined castings in plant 8130 , the plant requires special castings which is been manufactured at 8110 plant.
    4.     So, firstly Special castings will get manufactured at 8110 plant with the reference of assembly sales order .
    5.     After that stock transfer for special castings will be done from 8110 to 8130 plant .
    6.     Then customer would start manufacturing machined castings
    7.     And then finally manufacture assembly casting
    8.     Finally assembly castings will get transferred from 8130 to 8110 plant for sale
    9.     Sale of assembly castings from 8110 plant respectively.
    Touch points of the scenario:
    1.     Cost of special casting and machined castings should get rolled up to the assembly castings
    2.     These needs to be executed in MTO scenario only because of variant configuration
    3.     While doing the stock transfer, the cost should include transfer pricing as well
    Problem Statement :
    1.     We understand that for configurable material , you cannot run the standard cost estimate, therefore the material master price with price control u201CSu201D is always zero. So when do the  stock transfer from of assembly cast or special cast for one plant to another then cost update happening at both the plants is zero.
    Please suggest some better solution for incorporating this scenario inclusive of the touch points.
    Thanks...

    Dear Srinivas,
    You can post this query to SD forum also for better response.
    Regards,
    Rakesh

  • Copying Variant Configuration across sales order items

    Hi,
    We are working with SAP 4.7.
    I have a requirement to default the variant configuration values entered within line 1 of the sales order entry process on to subsequent lines. i.e. defaulting initial values for the configuration.
    Our users have to enter many variant line items on a sales order and within an individual order the variant characteristics will be very similar, therefore by defaulting these values to be the same as the previously entered line would be a considerable overhead saving.
    However I am having difficulty accessing the variant values which have been entered in the first line item. I have looked at userexit_move_workarea_to_sdwa and userexit_get_field_from_sdcom, however I don't know if I am heading in the right direction. Any advice appreciated.
    Thanks for your time.

    We are doing this with main-positions and subpositions. The sales clerk enters the main Position with all the characteristics, switches to the tab "Fast data entry" types in the main position, he wants to copy from and the material. There is a dependency which calls a function module which does the real work.
    This works with 4.6B in 4.7 there is a psotion type global position which acts similiar.
    Ok, now the code:
    Dependency
    pfunction Z_SD_WERTE_CHARACTERICS                    
      (SD_VBAP_UEPOS         = SD_VBAP_UEPOS,   
       STAERKE           = $self.STAERKE,
       BREITE              = $self.BREITE)
    /code
    CALL FUNCTION 'Z_SD_INHERITANCE'
         EXPORTING
              GLOBALS        = globals
         TABLES
              QUERY          = query
              MATCH          = match
         EXCEPTIONS
              FAIL           = 1
              INTERNAL_ERROR = 2
              OTHERS         = 3
    /code
    Z_SD_INHERITANCE
    DATA: h_uepos LIKE vbap-uepos.
      DATA: x_values TYPE ibco2_value_rec OCCURS 0 WITH HEADER LINE.
      FIELD-SYMBOLS:
      -values.
        ENDLOOP.
      ENDIF.
    *-- Ausgabeverarbeitung
      LOOP AT match WHERE atcio = 'O'.
    *-- Konvertierung ATINN auf ATNAM
        SELECT SINGLE * FROM cabn WHERE atnam = match-varnam.
        CHECK sy-subrc EQ '0'.
        READ TABLE x_values WITH KEY atinn = cabn-atinn.
        IF     sy-subrc IS INITIAL AND
           NOT x_values-atwrt IS INITIAL.
          match-atwrt = x_values-atwrt.
        ELSEIF sy-subrc IS INITIAL AND
           NOT x_values-atflv IS INITIAL.
          match-atflv = x_values-atflv.
        ENDIF.
        match-atfor = cabn-atfor.
        MODIFY match.
      ENDLOOP.
    ENDFUNCTION.
    /code
    Kind regards
    Matthias Kabel

  • Variant Configuration for coils sheets industry

    Dears,
    In a variant configuration for coils sheets industry with MTO, there are six production lines:
    1. Pickling
    2. Cold Rolling
    3. Annealing
    4. Skin pass
    5. Galvanized
    6. Coloring
    Every product line manufacturing product with different characteristics:
    1. Thickness
    2. Surface
    3. Galvanization types and concentration
    4. Color concentration
    How to build BOMs and Routing if every production line delivers a product to the next production line and we can sell the output of every production line.
    I'm confused to use variant configuration scenario or material variant scenario.
    Regards,
    Ahmed Rouby

    Hi Ahmed,
    Variant configuration is the best option to go for,
    You have six production lines means you need to create six work centers in super routing.
    First create detailed product structure at each level . To build an BOM STRUCTURE  follow below procedure.
    In your case every production line delivers a product to the next prod line here create super BOM
    FOR all 6 production lines comprising possible components for that Product. If pickling is an product then it will have cold rolling and annealing as component and as per business scenario write dependencies under which condition before pickling, coiling or annealing will be selected.
    Assuming fulfilling dependencies, coiling is selected for BOM explosion.
    Accordingly in coiling super BOM include annealing or skin pass  or coloring  as component  to be selected based on dependency written likewise till raw material BOM can be build.
    From FG characteristics should be flown from one
    BOM component to other for that write procedures to copy thickness character value from one level to other. Prerequisite could be all characteristics should be in all six product lines class. LIKEWISE MANY BUSINESS SCENARIOS CAN BE BUILD USING PROCEDURES AND CONSTRIANTS AT DIFFERENT PRODUCTLINES.
    Above details answers you’re below query:
    Type: GV1, Concentration: G60, Thickness: 0.8 mm, Weight:
    5 TO, Width: 1250 mm.
    DC01_GV1 need a semi-finished as a variant
    DC01_SK1 with characteristics:
      Thickness: 0.8 mm, Weight: 5 TO, Width:
    1250 mm.
      DC01_SK1 need a semi-finished as a variant
    DC01_NA1 with characteristics:
      Thickness: 0.8 mm, Weight: 5 TO, Width:
    1250 mm, Surface: Super Bright.
       How I build BOMs structures as we have
    configurable materials with super BOM and its variants.
    Super routing can be built on each product line
    with possible all operations required to manufacture it and write dependencies in this operation to be selected at a time under given character value fulfillers.
    PLS REPLY HOPE SO YOUR QUERY SPECIFIC ANSWER IS GIVEN.
    REGARDS AND THANKS
    SANKET

  • Production Order BOM with Variant Configurable Material

    Hi,
    I have a requirement to process the document items in the Production Order BOM for a variant configurable martial. I am not sure which Function Module will do this purpose. I checked the FM: CS_BOM_EXPL_MAT_V2 and does not seem to be working.
    Can you please help me with a suitable Function Module or program that will process the Production Order BOM? Appreciate Your Help.
    Thanks,
    Kanan
    Edited by: Kannan SA on Jul 6, 2011 8:59 PM

    What are you doing with the characteristics right now ?
    If you want operations selected based on characteristic values, you need to have dependencies written just like you do (or in your case, will do) in your BOM components.
    I understand the business-push to not do things 100% at the start and just "oh we'll add that part later" but I would really push back to get that part included initially.

  • Stock Report for Variant configuration

    Hi Experts,
    Request your help to get the following information.
    We have a material which are packed in to multiple packing modes. Inorder to ease the selection of packing mode in sales order, we are thinking of introducing variant configuration. I.e all the packed materials will be created as variants in SAP and the sales order will be created for the configurable material. When the proper characteristic is selected the material will be automatically replaced by the variant.
    But the requirement is to see the stocks of all the varaints along with the configurable materials as the header. For eg. Material A is having variants A1, A2 & A3. The sales quantites are 25, 30 and 35 respectively.
    In any of the standard report, can I see the sales of these along with the total sales of config mtl A as 90
    Please guide.
    Thanks & Regards
    Prathib

    Hi Prathib,
    On my last project, we define material code with the same code at the beginning like you do A1 A2 A3 (for variants) and AC for example for configurable material. Then for stock report you can use MB52, in material field just write A* it will show you stock from material start with code A. But make sure you define material type and material group for selection wisely. It works for me. Now depends on how well you define your structure.
    Regards,
    Arman

  • Error message while creating configurable material for variant configuration.

    Dear All,
    I want to create configurable material for the purpose of variant configuration. When trying to create configurable material using mm 01 or mm k1, it is displaying an error message that internal number assignment is not possible for the material type configurable materials as well in using external number also. Can anyone specify the steps to be done in creating the configurable material. Thank you all.
    Regards
    Akula Sivaji Kumar Madhu Kiran

    If you want to set these material type to another group (Which has a internal number and external number range), then you can do it.
    In MMNR, Click on the Edit Group.
    Then select the material type and click select element.
    Then mark a tick option in another group and then press Element/Group.
    Then you can see the material type will come under this group.
    Now save your entry, and create a material with this material type.

  • Variant configuration

    I have done all the settings for variant configuration. But still I am getting a error while raising sales order (VA01) (ERROR -configuration not possible for material)
    now what should i do.

    Dear pavan kumar,
    Check Delivering plant is maintained or not in sales order.
    Regards,
    Srikanthraj

  • Tolerance Limits for Class Character in Variant Configuration

    HI all,
    We are Using Variant Configuration, for this we have linked MIC's to Class character, When The Inspection Lot is created the Lower & Upper Limit in the specification comes as the character Value.it does not takes in to consedration the tolerance key assigned to it. For E.g. Charater Dia has value 20, & in the Tolerance key for 20 +/- 0.10 is maintained, when the Inspection lot is created the Upper & lower Limit comes as 20-20 instead 19.9 - 20.1
    I have gone through SAP Note 210658, the sample code provided in note is for "Material Specification" I have tried the same with minor code correction the specifications in the lot comes as desired i.e. specifications in the lot consider the tolerance key.
    Our Requirment is of task list, in the same not EXIT for task list is also mentioned but no souce code is provided, when we are using the above program (Used for Material Specification) after doing the desired changes, & when we run in de-bugging mode it shows all the calculations are being done, but finally in the lot specification appear as the charater value ( 20-20) & in the inspection lot One first MIC comes it delete's all other MIC's assigned in the Plan.
    Has any body worked on this requirment, please let me know how to do the same, & if any body has used EXIT_SAPLQPAP_001 (Enhancement QPAP0001.)Plese provide me with the soution if any one has worked on it.
    Thanks & Regards
    Gaurav Behl

    Hi ravi,
    I did't work on class hierarachies but i do have a document regarding classification.
    Regards,
    Kanth

  • Regd : Error during saving the  sales order for Variant configuration

    Hi -
    When the item( config material) is saved in the sales order , system scheduled the production order and getting an error as " Posting Rule for Assembly order for item 000010 could not be generated".
    Any solutions regarding the error.

    Hi,
    This is the process of Assembly to order with variant configuration. In material master, you can maintain gen item category 0002 (configurable material) in basic data view, sales 2 view item category grp 0002 and strategy group 82 in MRP 3 view. After creating of material master, BOM & Routing, You can create sales order in VA01 transaction.
    In this VA01, When you create sales order, system will check material availability, capacity checking and system will show variants for each items. And also when you will save the sales order, system will create production order no immdiately.
    So you can maintain the above settings compulsory.
    please let me know any clarification.
    Regards,
    Mohan

  • Why don't  we do the confirmation in variant configuration?

    Hello guys,
       As far as i know that in variant configuration we don't do the confirmation, we directly do the goods receipt.Is it right?If yes than why?
      Following are the steps we  do while doing the variant configuration scenario:
    1)First we create the characteristics and give the values inside it.
    2)Then we create the class of class type 200 and give characteristics defined in it.
    3)Then we create the variant of class type 300 and give all the characteristics inside it.
    4)Now we create the configurable material with Basic data 1,2, MRP 1,2,3,4 , Classification view ,workscheduling view.
      In classification view, we give the variant of class type 300.So it shows all the characteristics and its value over there.There we select all the values.
    5)Now we create the super bom of configurable material and in class tab we give all the classes of class type 200.Here even we can maintain the dependencies if we define all the characteristics value in item tab.
    6)Then we create the super routing and inside it we give all the possible operations inside it.Right now my routing contains operations  which are necessary all the times.
    7)Then we create the configurable profile for configurable material of class type 300.
    8)Now we give the requirement in md81 for configurable material and there we select the characteristics values which we want.
    9)After that we run the mrp for configurable material and it generates procurement proposals(planned order) for it.
    10) Afer this we convert this planned order into production order and release it and save it.
    11) After this we do the goods receipt for the production order in mb31.Because of this it shows the stock of sales order as production order qty.
                This procedure my tutor has taught me.Have i missed any steps or am i wrong somewhere?If that the case than plz guide me.

    if you can generate a production order then you can always confirm it according to SAP PP logic.
    we use variant configuration for the manufacturing of complex products. once the component quantities and
    operation are selected for a particular variant and copied to Production order, the rest of the process is same
    as normal Production Control. Revert back with any queries you have.
    Regards,

  • Creation of sales order with Variant configuration info

    Hi friends,
       I am creating sales order along with Variant configuration data. We have 3 level BOM structure.
    I am using BAPI_SALESORDER_CREATEFROMDAT2 and filling in ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF ORDER_CFGS_VALUE, ORDER_CFGS_REFINST
    tables exactly the same way BAPISDORDER_GETDETAILEDLIST FM returns.
    Sales order is being created with no variant configuration information.(Not in the header level atleast)
      Can any one help me on this.
    Thanks
    Seshagiri

    Updating Variant Configuration data for SO item became little tricky for us in an ongoing implementation. After spending some hours investigating the correct combination of data to pass, we were able to post the document correctly. As no detailed documentation is available online for this scenario, I hope this post will help community for similar requirements. J
    For updating Variant configuration (VC) data for Sales order item, we need to populate below tables of standard FM or BAPI (e.g. SD_SALESDOCUMENT_CREATE).
    Normally the standard FM or BAPI does not return any error messages in case configuration data is not updated successfully.
    ·         SALES_SCHEDULES_IN: The required date field should be populated with appropriate value (REQ_DATE).
    ·         SALES_ITEMS_IN: Field PO_ITM_NO should be populated with appropriate value.
    ·         SALES_CFGS_REF Table:
    1.       This table should have 1 record per item.
    2.       Combination of CONFIG_ID and ROOT_ID should be unique across line items.
    POSEX
    000010
    CONFIG_ID
    000001
    ROOT_ID
    00000001
    SCE
    1
    COMPLETE
    T
    CONSISTENT
    T
    CBASE_ID_TYPE
    G
    ·         SALES_CFGS_INST:
    1.       This table should have 1 record per item.
    2.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    CONFIG_ID
    000001
    INST_ID
    00000001
    OBJ_TYPE
    MARA
    CLASS_TYPE
    300
    OBJ_KEY
    MATNR value
    QUANTITY
    Quantity value
    QUANTITY_UNIT
    Quantity Unit
    COMPLETE
    T
    CONSISTENT
    T
    OBJECT_GUID
    MATNR value
    PERSIST_ID_TYPE
    G
    ·         SALES_CFGS_VALUE:
    1.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    2.       We can have multiple characteristics for a material. In that case appropriate records should be inserted in this table. Note that CONFIG_ID and INST_ID should be same for all the rows you insert in this table for multiple characteristics for a material.
    3.       The characteristic value should be in SAP internal format.
    CONFIG_ID
    000001
    INST_ID
    00000001
    CHARC
    Material characteristics
    VALUE
    Material characteristics value
    ·         SALES_CFGS_VK:
    1.       Combination of CONFIG_ID and INST_ID should be unique across line items.
    2.       We can have multiple characteristics for a material. In that case appropriate records should be inserted in this table. Note that CONFIG_ID and INST_ID should be same for all the rows you insert in this table for multiple characteristics for a material.
    CONFIG_ID
    000001
    INST_ID
    00000001
    VKEY
    Material characteristics

  • Error in Variant Configuration CO684

    Hello, friends !
    Back in the forum, now with a problem in Variant Configuration.
    I was able to carry out the whole process up to the creation of the production order. There I have the error message CO 684 "You cannot make an assignment to make to order stock" .
    All the configuration stuff seems to be OK.
    I created a sales order configuring the product.
    The MRP creates a planned order in the Customer Segment of the MD04.
    The components have the special stock E.
    I have tried with stock available in warehouse and also tranferring to E using MB1B movement type 412 E.
    But the error still remains !!
    Any tip or clue ??
    Thanks in advance.
    Dario

    Rajesha,
    for the KMAT we have:
    strategy group: 25
    Individual: 1
    In the sales Order:
    Item Category: TAC
    Requirement Type: KEK (in the procurement Tab); class should be 046.
    However, in the controlling for sales order there is no entry for:
    TAC "   "  046 , only for Class 041, in the Assignment of Requirements Type to transaction.
    In the planned order: Account Assigmnment: M (it takes from strategy 25)
    Settlement Profile (In the order Type) SD1.
    Result Analysis Key: ?? (where can I find it??)
    Regards

Maybe you are looking for

  • How to insert new record in the database table using the Jdeveloper

    Hi Masters I am new Bee in j2EE developing side and i ahve oracle jdeveloper 9i version is 9.0.4 And now I wann to know that how can i create the web application that will enter the Data in the HTML FORM and save that data into the Table emp plz tell

  • Why do old video snapshots occur instead of the photo i have took when i take a photo on my Ipad2?

    Basically, whenever i take a picture or a screen shot, the photo turns into an old video snapshot or an old image. The photo is correct in the thumbnail, but when i open it up to full screen, it changes. Help, please!

  • Publishing to personal domain

    We have registered the name www.bitsyland.com for our site with godaddy. We are using a .mac account and publishing the site that way. i went through the steps with .mac to set up a personal domain, and their web site says that it is configured to ho

  • Ichat video has stopped working since move to new ISP

    Both my father and i chat using ichat AV and for the past 2 years have never had an issue video chatting. I recently changed my ISP and for some reason I'm no longer able to get a video chat working. I've checked my new router and there is no firewal

  • How to override LWAP/WiSM PoE ignorance

    I have a LAP-1130AG plugged into a 3750G port. As the 3750G is non-PoE, the LWAP has an AC power-pack/brick plugged in, but still generates this error in the WiSM syslog: LWAPP-3-AP_POWER_ERR, and refuses to power up the radios. A search on cisco.com