cancel
Showing results for 
Search instead for 
Did you mean: 

Multiplying of pricing condition

Former Member
0 Kudos

Hi friends,

In pricing I want to multiply 2 condition values and pass on to another. How is this possible? Please let me know at the earliest.

Thanks in advance.

Ratna Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please take the help of your ABAPER and

say to him to capture that condition record and write a routine for that to store the value in temporary buffer and when your second condition type is triggering pass the values to that condition type.

regards,

balajia

Answers (2)

Answers (2)

former_member183879
Active Contributor
0 Kudos

Hi,

You have to create a Alternate calculation type routine in VOFM to multiply the values of the two condition types.

Say COND1 has 5

COND2 has value of 15

COND3 shoudl be 5*15 = 75

To do this for COND3, the alternate calculation type routine should be created in tcode VOFM. This routine should be assigned to the condition type COND3 in the pricing procedure in the column "Calc Type".

Now create the test document. Your functionality will work.

Ensure that u run the program RV80HGEN in every target client when the code moves to another client.

Former Member
0 Kudos

thread discussed the same -

BR

Raj