SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interest on Security Deposit to be calculated at move out date automatically:FI-CA

Former Member
0 Likes
1,202

Hi Experts,

One of the requirement of Client: As we know, When move out
has done security deposit Amount will release automatically.

Client requirement: Interest on security deposit
to be calculated also to be required at move out date automatically

       please suggest me.

Thanks and Regards,

Prasadu Javvadi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

Hi Prasadu,

this is a standard functionalitu -

To calculate the interest during final biling

SPRO > SAP Utilities > Invoicing > Invoice Processing > Define control for additional invoicing functions > you can tick the box for the appropriate clearing type.

Release the security deposit during final billing

SPRO > SAP Utilities > Invoicing > Invoice Processing > Item selection in Invoicing > Item selection in account maintenance/sub items > select the clearing type and then click on the option item selection for bill print out and active the field TRN and give the main and sub 0020/0010.

thanks,

Vikram

View solution in original post

4 REPLIES 4
Read only

AmlanBanerjee
Active Contributor
0 Likes
774

Hi Prasad,

I don't think Standard BOR Object MOVEOUTDOC has the flexibility to automatically release the SD.

You have to create a 'SubType' for that.

In here, you can create a BOR method "Release Security Deposit", where in you can use the FM BAPI_CTRACCASHSECURITY_RELEASE to release the SD.

Similarly, you can use the FM FKK_CREATE_INTEREST_DOC to post the interest document against the SD.

Hope it helps..

Thanks,

Amlan

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
774

Standard functionality (if deposit is posted at contract level) releases deposit during final bill invoice.  You can also use event 2015 to indicate if interest should be calculated at that time.

regards,

bill.

Read only

Former Member
0 Likes
775

Hi Prasadu,

this is a standard functionalitu -

To calculate the interest during final biling

SPRO > SAP Utilities > Invoicing > Invoice Processing > Define control for additional invoicing functions > you can tick the box for the appropriate clearing type.

Release the security deposit during final billing

SPRO > SAP Utilities > Invoicing > Invoice Processing > Item selection in Invoicing > Item selection in account maintenance/sub items > select the clearing type and then click on the option item selection for bill print out and active the field TRN and give the main and sub 0020/0010.

thanks,

Vikram

Read only

0 Likes
774

Thank you very much.

  standard functionality is working.