cancel
Showing results for 
Search instead for 
Did you mean: 

formula in pricing procedure

Former Member
0 Kudos

Hello,

I want to create a new formula in my pricing procedure which is -

The system calculates 'gross value' per PR00, PR02 ... records.

The system should propose 'new gross value' as 'gross value' proposed by system * 10%

example

In condition record, gross value calculated is 100

this should become 100 * 10% and value calculated should be be new gross value.

how to do this?

instant points for instant solutions.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U just go to VOFM t.code and then select requirements in menu bar there u can see condition base value requirements(standard) or alternative calculation requirements. U can select any of them and do need ful changes with the help of ABAPer. Then assign that requirement to condition type in Pricing..

Hope u have understood..

Regards

Sankar

Answers (3)

Answers (3)

Former Member
0 Kudos

You don't need to go to the lengths of writing ABAP in a forumula to do this. You can accomplish this within the Pricing configuration. Have a record defined to be 10% and add it in the procedure.

The ABAP route will work for sure, but why write code if you don't need to ?

Former Member
0 Kudos

Thanks for replying.

my commander (team lead) asked me to get inputs. so I am trying to do whatever can be done, if possible from this forum.

In which program should I be writing this routine.

Instant points for Instant replies.

Former Member
0 Kudos

Create a new include program for example ZV64A501 for application sales & development class VF.

former_member217082
Active Contributor
0 Kudos

Hi alex

You have to create your own routine and assign in the requirement field. in the pricing procedure

I hope you can use this module pool SAPLV61A, which is available in program RV61AFZB

Regards

Srinath

Former Member
0 Kudos

Kamesh & Srinath. This is regarding your answers.

How did you know

1. Include is for application sales & development class VF.

2. module pool SAPLV61A which is available in program RV61AFZB

Instant rewards for instant solutions

former_member217082
Active Contributor
0 Kudos

Hi alex ,

Just go to system -> status- > you can get the program name.

Just integrate with ABAP'ers . you can get it

Regards

Srinath

Former Member
0 Kudos

I checked already existing routines and they were created as Include programs, Application sales & Development class VF

Former Member
0 Kudos

Go to transaction VOFM and from menu bar select, Formulas -> condition values.

create a routine as per your requirement.

Once created, assign this routine in your pricing procedure in AltCty column..