cancel
Showing results for 
Search instead for 
Did you mean: 

Incomplete Character Value Assignment

Former Member
0 Kudos

Hi firends,

My client is making a sales order but getting error "Incomplete Character Values Assignment" I have checked the values of characters in variant configuration but the values are very much assigned.

I have found that the characters have been duplicated in the class. How can this problem be resolved ? Its very critical. Please suggest.

With regards

Pankaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pankaj,

Please check the below variant configuration and cross verify it with your client's configuration:-

The procedure is as follows:

1. Create a Material - KMAT type with Item category (002)

2. Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc

3. 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)

4. Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.

5. Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.

6. 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

7. Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

8. Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save

9. Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

10.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.

Thanks & Regards,

Rahul Verulkar