cancel
Showing results for 
Search instead for 
Did you mean: 

pricing routin..

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 (1)

Answers (1)

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