cancel
Showing results for 
Search instead for 
Did you mean: 

varient dependancies

Former Member
0 Kudos

hi sap gurus,

in varients, along with change in combinition price should change,

ex. in motorcycle say combinition is colour, cc,wheels ( each one is with 2 values each.)

so with change in cc & colour the price should be changed.how can i do it?

thanks

regards

rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To determine the pricing for variant materials, the SDCOM table is used to link the pricing condition record with the variant values.

Hence, Create a characteristic in CT04 for pricing (eg., Z_price) and go to the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for).

Then assign this characteristic (Z_price) to the class (eg., Z_bike) in CL01 along with other characteristics (eg., color (Z_color), engine).

Next create the dependencies with procedure ($self.Z_price='red', $self.Z_price='blue' and so on) for the characteristic's(eg., Z_color) value (red, blue).

Finally set the condition record VA00 (variant condition type) in VK11 for variant values like 'red' , 'blue',etc., and create the sales order.

Regards,

Mano Ramya

Edited by: Mano Ramya on May 26, 2009 10:09 AM

Answers (0)