cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Issue.

Former Member
0 Kudos

Hi,

I have following problem in pricing calculattion.

I have a step 935 which is having value 10 (No condition type is assigned to it)

I have a condition type ZFIN value 1

I have a coniditon type ZFI2

ZFIN is + condition type.

Now requirement is that step 935- ZFIN=9 has to be populated to ZFI2 condition type.

In the same pricing procedure I already used the subtotal field D and E and Alternative calculation formula 12 for another pricing calculation.How can I achieve this pricing calculation?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Question answered.

alex_zheng
Contributor
0 Kudos

Hi,

If the existing sub to fields are insufficient, an enhancement is possible as part of a modification. For more details, see Note 1022966

*****************************************************************************:

10. What you can do if the number of internal auxiliary variables

(XWORKD -XWORKM) is insufficient

An enhancement is possible as part of a modification. For this purpose,

a corresponding data declaration must be made in the LV61ATOP Top

Include of the SAPLV61A program, for example:

  • additional work field for xkomv_bewerten

DATA: zwork1 LIKE komv-kwert,

You must then also fill the zwwork1 auxiliary variable using a condition

value formula (see Question 9).

******************************************************************************

And you could define your own formula for condition value calcuation based on your requirement.

Cheers,

Alex

Former Member
0 Kudos

Hi Alex,

Thanx for your answer.I have one more query.In my pricing procedure D,E subtotal i already used for another calculation.So If I use same subtotal to store another conditiion type value it will add up the condition values.Instead of that for taking care of above calculation is it possible to use subtotal F and G and writing a nother custom routine like Alternative Calcualtion type 12 for F and G and assign it to condition type ZFI2 will that resolve thet problem?

Regards,

Bedayan

alex_zheng
Contributor
0 Kudos

Hi Bedayan,

If the sub to F & G haven't been used yet, of course you could make use of them to realize your

requiremnet. You could also create a formuar reference to the 012.

I think this could work.

Regards,

Alex