cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing

former_member301027
Participant
0 Kudos

In condition type i want price is multiply with quantity and get the final value, i got it with PROO. than in 2nd step i want that now the answered value is further multiply with the next condition record value.

Please advise how can i resolve it.

Example

Price Value

BTU 735 x 1487 = 1092945

than

Condition record value 43 is multiply with 1092945 and deliver the answer.

So what kind of condition type is for 43.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member301027
Participant
0 Kudos

done

Former Member
0 Kudos

Hi Imran

Use calculation value routine .

In VOFM Create a new condition value routine for pricing and assign it to the step where u want to multiply by value in calculation value .

In code of routine :

Get Cond type XKOMV KSCHL .

Use value from cond type XKWERT and multiply to the cond value u want to.

Take help of abaper if u dont know about ABAP Syntax .

Regards

Mandar