cancel
Showing results for 
Search instead for 
Did you mean: 

error in varient price

Former Member
0 Kudos

im getting error in varient configuration.

my main item is cd1

varient color is red, blue, black

im maintaing pr00 for cd1, and va00 for red,blue,black.

cd1 price is RS.500(pr00)and vairents price red RS.10, blueRS.15, bnlack RS.20.

when i raised sales order and im selecting black varient my price should be 520, but im getting 500 only main materil price.

plz give me the suggestions

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

main item is cd1

varient color is red, blue, black

maintaing pr00 for cd1,

va00 for red,blue,black.

SOLUTION

goto CT04 and create a characterictic Zprice

Now goto Cl02 and include it in the class which ucreated earlier and assigned the char Zcolor ...

Now goto CT04 and take Zcolor .. goto values .. and select Red and then create object dependency -


give code as $self.Zprice = 'A1' for RED and then for blue again give code as $Self.Zprice = 'A2', and then for Green obj dependency as $self.Zprice = 'A3'

now goto Vk11 ..give Va00 as cod type, and enter

give A1 = 200

A2 = 300

A3 = 400

and then save ... dont give red, green etc here in VK11

now create profile in CU41

run order and select red u will get price in VA00 which u have maintained for A1 in Vk11.

Reward if useful

Krishna

cd1 price is RS.500(pr00)and vairents price red RS.10, blueRS.15, bnlack RS.20.

when i raised sales order and im selecting black varient my price should be 520, but im getting 500 only main materil price.

plz give me the suggestions

Former Member
0 Kudos

Hi...

Missed one point when u create Zprice...

create as folows

CT04

Zprice as name

goto addl data tab .... give table SDCOM and field VKOND ... and no values to be maintained like other characterictics. and save it and

include it in the Class created earlier

reward if useful

Krishna