cancel
Showing results for 
Search instead for 
Did you mean: 

IMP. PRICING PROB: IBM INTERVIEW QUESTION

Former Member
0 Kudos

HI,

How to Solve :

case :

client product Base price

A X 100

B Y 200

C Z 250

D V 300

HOW TO MAKE FOR CUST X PRICE WILL BE 2X + 3Y + 1.5 Z + 4 Y

It is asked yesterday in IBM to me. Also steps of Variant pricing.

Raaj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mail sent for variant config notes.

And the in reply to the question, it can be solved using variant config.

Assume X,Y,Z,V are the parts of a car and try visualizing it, you will get it. (Assume Z as Paint metallic (1.5 times cost of regular paint)

Reward points if helpful.

Regards

AK

Former Member
0 Kudos

Hi Ayub,

I didn't get you.Please could you elaborate this point.

Regards,

Neelam

Answers (3)

Answers (3)

Former Member
0 Kudos

<u><i><b>Steps for SD Variant Configuration</b></i></u>

Some light on Variant Configuration in Detail.

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

Former Member
0 Kudos

I think this may be variant config issue.....can you please confirm

thanks

Former Member
0 Kudos

Hi,

Its just an error of message. May be its a case of variant pricing.

problem is :

client product price

A X 100

B Y 200

C Z 250

D V 300

HOW TO MAKE FOR CUST X PRICE WILL BE 2X + 3Y + 1.5 Z + 4 Y

here A , B , C, D are Client . X Y Z V are product , 100 200 these are price.

former_member183879
Active Contributor
0 Kudos

Hi

Can u pls let us what are those A and X. if that is known and little idea of the scenario, we can try.

Does it involve some Bill of material or variant configuration

Pls be little more detail in the scenario.