cancel
Showing results for 
Search instead for 
Did you mean: 

Custom logic to default "Valuation tab" Interest rate parameter in RECN transaction

sandeep_ramesh88
Explorer
0 Kudos

Hello,

I am working on RECN transaction and want to default the interest rate parameter in the valuation tab using a custom logic. Could you please tell me whether any BADI's available for this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

ukupke
Explorer

Please check Transaction "RECECUST", there you´ll find the different enhancement spots for the valuation process.

Answers (1)

Answers (1)

sandeep_ramesh88
Explorer
0 Kudos

Hello Ute,

Thanks for your explanation. On checking this, I found that the method substitute can be used. However as suggested by SAP in note

782947, only API methods needs to be used to get the details of the contract and then change it.

In the method substitute, I am using

API_RE_CN_GET_DETAIL to get the details of the contract and then update the contract with the modified values using API_RE_CN_CHANGE.

I need to do this create and some functionality in change mode. However the values are determined correctly but the update to the contract is not occurring using API_RE_CN_CHANGE.

Can you please help me in this?