Variant config for MM quotation comparison

Hi Experts
I have used MM config functionality for a requirement as described below:
I need to specify characteristics values for an equipment in Quotations from vendor. This is required for technical evaluation in addition to commercial evaluation.
Hence, i marked the material as configurable and not as batch managed.
Then i could maintain characteristic vlaues in respective quotation against charateristics for the class of type 300.
Since the material is not batch managed, there are no characteristic values seen in GR. This is OK for me.
But my querry: Is there any issue with this usage?
warm regards
ramSiva

hi
The procedure is as follows:
Create a Material - KMAT type with Item category (002)
Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)
Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.
Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.
Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save
Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save
Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order
for the varient configuration refer following
http://www.sap-topjobs.com/VARCONFG%5B1%5D.pdf
http://help.sap.com/printdocu/core/Print46c/en/Data/pdf/LOVC/LOVC.pdf
regards
kunal
award if helpful

Similar Messages

  • Variant config for Mobile Sales scenario

    Hi Experts,
    I am just looking into possibilities for this particular requirement and would really appreciate any inputs
    Req: Being able to use variant configuration in an offline mobile sales scenario involving graphics (i.e. selection of characteristic: color should be reflected in the image of the product being configured.)
    currently we using ECC 5.0.
    the possible option at hand is to use CRM MSA but we still need UI which can handle the interactive graphics.
    What other options do we have ?
    Thanks

    Hi K.C.
    You're correct  - MSA is an offline application, with ocassional synchronization to CRM server.
    What we've developed - was on the front end ( UI ) in the Mobile Sales application.
    I'm not sure if this can be done in CRM UI ( with ABAP coding ).
    I understand your requirement, and to me it sounds similar to what we have done.
    You would need someone who know's Visual Basic or .NET really well, to develop an OCX control. Then, you have to incorporate this custom control into MSA.
    After that, according to your requirement, you need to build a custom code to change UI based on the user actions.
    So, to your point, whenever user changes the values of particular fields ( product type, quantity, status or category ) - the color will change.
    I'm not sure what type of functionality you are looking to customize in MSA, but it definitely achievable.
    Let me know if you need help.
    Regards,
    Vadim.

  • Variant Config w/o Batch Mgmt ?

    Experts,
    We are trying to implement Variant Config for our business & do not currently manage our products in Batches. I've done VC with Batch Mgmt earlier, however want to know if VC can be managed without batches. If so, what could be draw backs? Our variant config process is purely make to order, no material variants.
    Your ideas on this pls
    Cheers

    Hi,
    Below are the few issues which sparks immediately.
    1. When you Produce materials , the characteristics values cannot be tracked at batch level.
    2. The configuraiton will be available only in the sales order.
    3. Tracking the configured product in the shop floor would be a huge task.
    May be the list will grow as experts share their views.
    Reg
    Dsk

  • Variant config and Dependencies

    Hi All,
    In Variant Config, for writting syntax code for dependcies, what is the approach? for "Procedure" and for "Precondition"
    Br,
    Krishna

    Hi,
         I can just give the way how you have to define the precondition in generic, but it depends on the context which you have to apply the condition.
    $SELF.OBJECT = ' VALUE' IF CHARACRTERISTIC = ' VALUE'
    In the above example Object is replaced by config material reg  value and characteristic you will be knowing, the syntax should be carefully followed space, IF condition, single quote, after single quote no space but I have given to clarity and for better vision.

  • BAPI_SALESORDER_CREATEFROMDAT2 is not carrying out pricing for variant config materials

    Hi Guys
    I need to create a BAPI to create sales orders coming in through a web service from an external system, for normal materials all works well, but for variant config materials the pricing is not happening, like the way it does when I manually create an order, I don't want to manually pass the pricing condition in BAPICOND as I want the BAPI to dynamically determine the conditions from the access sequence.
    While debugging VA01 I found that the control goes to the 'PRICING' function module twice, ones for the main material , and next for all its config materials, the second time it calls the 'PRICING' fm with pricing type 'O'. Here it selects the price for all the variant materials and loads into an internal table vkomv and displays in VA01 the variant materials that we select while creating the order, but in the case of the BAPI call, the control is going only to the 'PRICING' fm call for the header.
    I have passed 'V'  in the application parameter and the variant material in the varcond parameter of the BAPICOND structure.
    Any idea what I might be missing ??
    Thanks
    Sameer

    Solved by reading the following OSS notes
    562124 Configuration change via
    549563 BAPI: Filling the configuration structures
    567348 – Fill configuration via BAPI

  • Development of Print Format for Quotation Comparison Statement

    Hi,
    Can any tell me about what are the transtcion and configuration involeved in developement of
    Print format for Quotaiton Comparision.
    Regards
    Anil

    Not sure what you mean by printing quotation comparison, however the following will enable you to configure output for RFQ and rejection letters:
    IMG > Purchasing > Messages > Output Control > Message Types > Define Message Types for Request For Quotation
    First maintain message types for RFQ, there should be 3 already in the standard system, ABSA (Quotation Rejection) MAHN (Reminder) NEU (Inquiry). When you create the RFQ initially, NEU will be determined to output the details of the qutation required. To customise the form:
      - select line for NEU
      - Double click on processing Routines - This will give you a list of the possible output mediums (print, fax etc...), the print programs and print forms available.
      - If you want to customise the form, copy existing (MEDRUCK) to a Z object (ZMEDRUCK) in SE71
      - make any required changes to ZMEDRUCK using transaction SE71. If you are simply changing layout then changing the form will be enough, if you require additional data on the form, additional programming will be required in the print program  (copy SAPFM06P to ZAPFM06P to make changes with SE80). ABAP programming knowledge very useful here or pass to programmer.
      - Update customising previously mentioned to use new form/program
      - Maintain Condition records in transaction MN01 if you require the output to arrive on the RFQ automatically
    The same process can be used for ABSA and MAHN if required. ABSA will only be triggered from Quotation comparison/maintenance if the rejection indicator is checked.

  • Planning w/o Final Assly for Variant Config matls

    Experts,
    I have a requirement where in my finished MTO Variant Config products have to be forecasted (at standard configuration, pre-determined BOM for the variant product) so that the dependent assemblies can be produced in advance. The assemblies & some components have huge lead times (22wks), hence the need to produce/procure them in advance. However, the assembly of the finished VC material will only be after the Sales Order is recvd for it.
    I know strategies 56 & 89 allow me to plan based on char's, however, I'm looking for a strategy like 50 which will allow me to assemble the FERT right after the Sales Order has been recvd..Am I on the right track here?
    Cheers

    Andy,
    Try 55
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/cb/7f944143b711d189410000e829fbbd/frameset.htm
    Rgds,
    DB49

  • Tables, function modules for variant config data

    Hi all,
    I need to extract characteristics and values for variant material from sales order and production orders. Could you please tell me the relevant tables and function modules?
    Regards,
    Sachin M

    Hi
    Try the following;
    Function module to find values of characteristics - CLAF_CLASSIFICATION_OF_OBJECTS .
    Table # AUSP also holds values of characteristics, you can link to it via table INOB,which should also linked to table KONDH if you are using the same.
    Transaction code for Variant Config - CC04 (Product Structure browser)
    Cheers
    Chandra

  • Text item cateory for variant config item

    Hi,
    I'm trying to create a text type item category for a variant config item. I tried to use the std TEXT but it doesn't work possibly coz its a variant config item. The item category grp assigned to this item is 0002. I used ZVAC and removed relevant for delivery n billing as I don't wnt this item to b relevant for either or even appear in either of those. But it still doesn't work. When i create the order and enter the item and hit enter, it takes the default item category grp for that order type (TEXT item category is added in manual item category field) and it grays out. I cannot make any changes to this item category although the order has not even been saved yet.
    Has anyone done any such config or know anything abt it? Pls help.

    0002 is basically for single-level configuration. So right there you are probably getting the issue, as well as using the standard TEXT item categoty..
    0004 is for multi-level config, which is, I guess, what you are looking for.
    But you will also want some other "Z__" item category defined for what you are looking for - don't use TEXT. I know, then it's a pain 'cuz you have to do all the copy control, but you really need to.
    Now with your new "Z__" make it Non-pricing-delivery-rqmts-picking-delivery-billing-etc.
    It's lots of fun, isn't it !

  • IDOC / BAPI for Variant Config

    Can anyone help with getting data out of Variant Config detailing all possibilities?  Does an extract/upload BAPI / IDoc exist?
    If not does anyone have any other advice on how to do this?
    Rgds,
    Mark

    Hi,
    If you are looking for Variant Config data of a Sales Order, then the function is VC_I_GET_CONFIGURATION
    The function expects VBAP-CUOBJ as the input
    regards,
    Advait
    Edited by: Advait Gode on Oct 28, 2008 10:16 PM

  • BI Implementation for variant config

    Hi All,
    if Anyone having experience of BI Implementation for Variant config then please share detail steps with extractor/datasource available.
    Thanks

    Hello Sangita,
    Please check this link
    Implementing Variant Config (VC) as a characteristic in BW 3.5
    Thanks
    Geeta

  • Fields for Super BOM, Work Center & Super Routing for Variant Config

    hi! gurus,
    Please can you give me mandatory fields & values for Super BOM, Work Center & Super Routing for Variant Config
    thank you

    Hi,
    In the Super BOM you need to maintain the object dependencies.
    Workcenter fields are as usual for other production processes.
    Also you can use search option in the forum to view the threads posted in the past. There are many posts related to variant configuration.
    Regards,
    Senthilkumar

  • No valuation variant found for valuation area 4000

    Dear Experts
    When we are saving the production order we are getting the Following Error "No valuation variant found for valuation area 4000" i have check from my side the config for Valuation Varaint and Costing Variant is OK can any one please help me in this
    we are running on EHP4 right now
    Best Regards,

    got the solution

  • Vendor quotation comparison

    hi i need code for a report to dislay vendor quotation comparison statement based on purchase org,material number,submit information.

    Use some function modules starts with the
    WB_SPLIT_* or go through the include and u have some function module in it
    LS_WB_SPLIT_EDITOR_INITIALUXX its same like
    SE39

  • MI31 - Phy Inv. - how to exclude Variant Config Materials

    For our Variant Cofiguration Materials (parent materials) we don't have stock to count for the physical inventory (MI31).   The company would like to exclude these items from the material selection automatically.
    I've looked around in the IMG  for material master and in physical inventory but I didn't find anything that looked like a "exclude from Phys Inv." indicator or anything that could be used on one of these materials.
    The site could "exclude" the individual material #'s in the selection screen of the MI31 transaction and save a variant or something...but it would have to always be monitored when new materials were created, etc.   Company would like to know if there is a configuration setting of some kind that can exclude a Variant Material from the phys inventory run.
    Any ideas would be appreciated.
    Thanks,
    Jason

    what is wrong with ACC TO STOCK settings?
    Does it exclude to much? more than you expect?
    Unfortunatly you have not done anything in your design to distinguish Variant Config Materials from standard materials.
    Same material type mean probably the same number range as well.
    I have other ways to select, but it depends on the number of materials that are in this material  type.
    How many do you have in that material type, how many do you want to exclude.
    How often will you count?

Maybe you are looking for

  • Help needed in pricelist query

    Hi All, I want to know the join between tables qp_list_lines, qp_pricing_attributes and mtl_system_items_b. Currently the query which we are using is - SELECT qpll.list_header_id, qpll.list_line_id, qpll.start_date_active start_date, qpll.end_date_ac

  • My 10.5.8 won't update adobe flash.

    I have a macbook 105.8 and have no idea what is wrong, all the sudden my adobe is out of date and I can't view any videos on any of my browsers. I attempted to download the updated versions of adobeflash many times, but it won't download/ work. I don

  • Color for links, lines around photo's.. color trouble.

    I must have changed something, somehow because this never happened in the past couple of weeks I've been playing with iWeb. Now I started a new website and dropped in pictures and such. I drop in a couple of photos and when I go to try and change the

  • Ipod touch stopped working completely

    I have a 3rd Gen Ipod Touch and it was working fine until I hooked it up to my computer and started to update it. The screen went white and then it failed to update it and now my ipod touch wont even turn on. What do I do?

  • I was trying to delete a large number of e-mails from Stamp. I did something and now I can't delete any of my e-mails. What do I do to fix this.

    I tried to delete a large # of e-mail. I did something that caused the computer to hum for a few minutes. All of the e-mails came back and now I can't delete any of my old e-mails.  What did I do and how do I fix it?