cancel
Showing results for 
Search instead for 
Did you mean: 

What are the condition value colours in sales oder condition tab

Former Member
0 Kudos

Hi SAP Guru's,

I would like to know how many colours is their in for pricing condition values in sales order.And kindly explain the colours functionality.

Thanks&Regards

Vikram.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Here are the steps.

1.Create a Characteristic called ZColour(Standard SAP has a characteristic called colour.I did not use it.)

Give your values.

Say, Red & Blue

2.Now create another characteristic called ZCol_surcharge

Give the description and go directly to Addnl Data Tab.Here in the table name Enter "SDCOM" and in the Field Name Enter "VKOND".The system will pick up the format from the Dictionary.

3.Now go to CT04 and change the Characteristic Zcolour.

Go to values tab and select RED.Goto Extras-> Object Dependencies->Editor and then select Procedure.

In front of 000010 Enter $self.ZCol_surcharge='RED'.

Similarly Select Blue and enter $self.ZCol_surcharge='BLUE'

3.Link both these characteristics to the Class(The class which you have attached the KMAT Material).

4.Go to VK11 and the Enter VA00.Then give the values RED and BLUE and enter the values.

5.Go to your order and Enter your material.

I think this is what you wnated..

**IF YOU FEEL THIS IS USEFUL THEN JUST REWARD POINTS**

Former Member
0 Kudos

Hi Anil,

Thanks for ur kind reply.Im not asking varient configuration.In pricing condition values (Item -> Condition) display in colours in sales order,i would like to know abt that colours functionality.

Thanks&Regards

Vikram.M

Answers (1)

Answers (1)

rmazzali
Active Contributor
0 Kudos

blue means condition active

black means condition not active

roberto