cancel
Showing results for 
Search instead for 
Did you mean: 

Custom calculation Rule like 'Condition Group Factor'

Former Member
0 Kudos

Hello,

my question is, is it possible to create an own custom calculation rule which is defined like calculation rule 'condition group factor'?

The problem is the named calculation rule works fine, but there it is only possible to calculate a condition values either due to periodic condition purposes or due to one-time condition purposes. But for our cases we need both!

I see there is BAdI BADI_RE_CD_CD for calculation rule but it looks like that from the pre-defined parameters it is not possible to use it like 'condition group factor'?

Regards
Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

bowen_cao
Contributor
0 Kudos

Hi Michael,

Please check the Badi:

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

Using this Business Add-In (BAdI) you can determine the time-dependent calculation factors that are multiplied with the unit price.

Implementation of this Business Add-In (BAdI) is mandatory for each external calculation formula that is defined in Customizing (under Calculation Formulas) on the basis of internal calculation formula 1000 ( = BAdI calculation).

You can process all user-specific calculation formulas within the same Business Add-In implementation. This means that you do not have to create a separate implementation of the BAdI for each calculation formula.


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


If you need some more values from the contracts, you will need to call the BAPI BAPI_RE_CN_GET_DETAIL in your badi implementation.


Regards,

Bowen