cancel
Showing results for 
Search instead for 
Did you mean: 

Renewal Activation of a contract

Former Member
0 Kudos

Hello All,

We have designed a screen which allows the user to select a contract and renew the contract. Here in this screen it allows the user to change the components like lease rent, which if not within the limits of user triggers a wok flow.

Now when approver Approvers the change the expected behavior is to activate the renewal of a contract in the background.

We have tried BDC (as Screen are dynamic it is not working), We have tried BAPI_RE_CN_CHANGE. But still not able to activate the renewal in background.

Can anybody please suggest me how to activate the renewal of a contract using a function module, API or BAPI or any method of a class using which we can activate renewal?

Thanks,

Bala.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot. Our technical team identified a method in the RE class which activates the renewal and using that we are able to do the renewal in the background.

Former Member
0 Kudos

Which "method" in the RE class did your technical team discover to use for this problem?

Thanks

John W

Former Member
0 Kudos

Hello Bala

I'm not sure, but check APIs under Functional Group 'RECN_API_NOTICE' as well.

-Sekhar

Former Member
0 Kudos

Bala,

You can try CL_RECN_RENEWAL_MNGR method IF_RECN_RENEWAL_MNGR~ACTIVATE.

Also, change BAPI should work if you are passing all the fields expected for Renewal Activation like Approved On Date etc.

Your solutions might get little complex in case of Rejections.

Jag