|
I want to configure motorcycle having different types
of colour, each colour have variety of standard feature as wall as different
CC. while want to create sales order I want motorcycle with specific colour,
Cc feature. which is not possible while creating BOM it will only be configure
by materiel Variant Configuration.
-------------------------------------
1.Create a Material of your Motor Cycle using Material type KMAT(MM01). 2.Then create a characteristic called ZColour(SAP has a standard Characteristic for this but it has multiple values-i.e you can select more than one colour for your Bike.If you do not want that create your own)with character format and assign single value radio button on the initial screen.Go to values Tab and give the colours you need.save the characteristic.Similarly repeat for CC(I figure this CC as 100cc & 200cc kind of thing.If you want these as materials then it is a different story-I am taking this as feature as well) 3.Create a class called Zbike with the above 2 characteristics.save the class 4.Create a configuration profile Zbikeprof using Cu41 and assign the Kmat material to Class Zbike, 5.Then create the order and Enter the Kmat material you want in the Order. John Devraj. -------------------------------------
Ugamesh. -------------------------------------
John Devraj. -------------------------------------
I am working on variant configuration here my product is 9-100. i have created characterstics for describing colours. this characterstics assigned to class, this class is assigned to 9-100(KMAT type). here i have not created amterial to describe each colour. Now how I need to setup my system to calculate the price based on colour. Ugamesh. -------------------------------------
Here are the steps. 1. Create a Characteristic called ZColour(Standard SAP
has a characteristic called colour.I did not use it.)
2. Now create another characteristic called ZCol_surcharge
3. Now go to CT04 and change the Characteristic Zcolour.
In front of 000010 Enter $self.ZCol_surcharge='RED'.
4. Link both these characteristics to the Class(The class which you have attached the KMAT Material). 5. Go to VK11 and the Enter VA00.Then give the values RED and BLUE and enter the values. 6. Go to your order and Enter your material. John Devraj.
-------------------------------------
what is the significance of item category group 0002
and 0004. Apart from these are they any other item category groups are
available for configurable materials ?
Ugamesh. -------------------------------------
I think these two are the only ones used for Configuration. Please let me know in which Scenario you would like to have the configurable material Inside a BOM(as it would help me in visualising thh Item Category Assignment). John Devraj. -------------------------------------
I went to ZCOLOUR characterstics I maintained (extras-object dependicies-editor-action) there I have given $self.ZPRICE = 'RED' for all the values. When am creating the sales order price is coming only for RED colour not other colours. even price is maintained for all the colours. Ugamesh. -------------------------------------
In front of 000010 Enter $self.ZCol_surcharge='RED'.
All this is Case Sensitive. So please be careful. John Devraj. -------------------------------------
Ugamesh. -------------------------------------
If you can kindly explain me the same as I was trying to do the same. Reena -------------------------------------
There is no need to assign any sales document to this material. Follow the steps and you will get the result. John Devraj. -------------------------------------
Reena -------------------------------------
John Devraj. -------------------------------------
What I have done is created a customer with KMAT (
Car), without characteristics tab pg. After this I created 3 charateristics
viz., zcolor, zengine & zcol_surcharge and assigned them to Class 300
( Variant).
Reena -------------------------------------
The characteristic Zcol_surcharge(By name this suggests that it is applicable only to colour-Whereas you can use it for other characteristics as well) does not have any values. For the values maintained in the Characteristics Zcolor and Zengine you have to go to each value(Go to values tab and select Red) and maintain the object dependency "Action" $self.Zcol_surcharge='RED'. Similarly maintain for Blue,V6,V8 for Example. Then maintain the condition records for Va00(without any Case mismatch). Use standard pricing procedure RVAA01.(or a copy- as it has provision for VA00). This should solve your problem. John Devraj. |
Read also:
SAP SD Books :-
Goto:
Back to :-
Return to :-
(c) www.gotothings.com All material on this site is Copyright.
|