cancel
Showing results for 
Search instead for 
Did you mean: 

need calculation formula in pricing

Former Member
0 Kudos

Dear all,

we have a business requiremnet like the client is taking price as cost(VPRS) for now.

but now they want to take price as mush as 10% higher then cost.

i.e.

price = cost + 10% of cost.

please guide the process for function requiremnts as in pricing procedure.

i have idea about the Tcode VOFM where we can make routins for SD and MM.

what should be process...??

please guide...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Routine is the solution (VOFM) discuss with ur abaper.

Best regards,

venkataswamy.y

Former Member
0 Kudos

Dear all.

i have solved the issue.

i created two more price condition.

one is used for getting the 10% value of cost.

on second new condition type i used routine for sub total and got the total of cost and 10% value of cost

so i got the final value as cost + 10% of cost.

Thanks for support.

Deepak.

Former Member
0 Kudos

Hii Deepak

As per me creating new condition type is not the correct way, because as per ur requirement u wanted 1.1 *VPRS value in PR00 .

The Pricing procedure should be as less cllutured/ simple and concise and unnecessary condition/ extra condition types need to be avoided .

Rohit

Former Member
0 Kudos

Hi there,

In VOFM --> Formulas --> Condition base value put a code sothat the system picks up the VPRS KOMP-WAVWR in pricing. Then it should calculate the below logic

VPRS + (10 x VPRS/100). It should default the result into PR00. It is same as 110 x VPRS / 100.

Explain the logic to the ABAPer. He would be able to help you.

I hope you are aware that to code the VOFM routines, you will need to apply access key.

Regards,

Sivanand