2015 Apr 06 9:00 PM
Hi Experts,
Is there a way to identify the date on which the security deposit was released/partially released?
I need to report for the amount of security deposits which were released within a date range.
I explored the scope of custom enhancement where at time of security deposit release I could update the released amount with system date into a z-table, but couldn't find any events that SAP provides.
Any suggestions are welcome.
Thanks,
Dhiraj
2015 Apr 06 9:12 PM
2015 Apr 06 9:26 PM
Hi Tammy,
Thanks for quick response. However, as I understand FPD1 will show the return date even if the deposit has not been released and also will not give the segregation of the amount which was released on a certain date.
Say, I released a security deposit partially on 15th March 2015, and again partially on 1st April 2015.
I want to identify these two amount separately with dates on which these were released.
Could you please suggest anything on this?
Thanks,
Dhiraj
2015 Apr 06 9:33 PM
2015 Apr 07 8:33 AM
Hi Dhiraj,
check this note
1569065 - No change document created by the Security Deposit and
1415696 - FPSEC2: payment of CSD, change documents not created
2015 Apr 07 2:24 PM
Hi Dhiraj,
Check the method PartReleasePayment under the BOR object CASECURITY.
In here you will be able find the info. related to the partial release.
Standard FM, BAPI_CTRACASHSECURITY_PARTREL is triggered in this event.
You can plug in a custom FM in this event and can update the release date and the corresponding amount in a custom table.
Hope it helps
Thanks,
Amlan
2015 Apr 07 7:33 PM
Hi Amlan,
Thanks for the response. I may be doing something wrong but I experience that the BOR object CASECURITY does not get hit when we change the SD. Do you think it should get triggerred?
Thanks,
Dhiraj
2015 Apr 08 3:14 PM
Dhiraj,
There is quite a old SAP note which discusses about the BOR object CASECURITY not working correctly.
Can you check the SAP notes 979584 and 1003635.
Even if the method PartReleasePayment is not working correctly, you can check the Change method, it should work properly.
Moreover,you can create a Custom BOR object by as a subtype for the standard BOR CASECURITY and give the object name as ZCASECURTY and program name as ZCASECURTY.
In here you can create a method and try to use the BAPI that I have mentioned to see if you are able to capture the partial release info.
Hope it helps
Thanks,
Amlan
2015 Apr 08 4:19 PM
Thanks Amlan for all the suggestions. However I understand the notes are old and our system already have the functionality to amend SD through CASECURITY, but the reverse process does not happen i.e. the change of SD, does not trigger CASECURITY. The Z-object will only help if the original object is getting triggered.
2015 Apr 24 9:30 AM
Hi Dhraj,
Table FKK_SEC has a "Released" Flag and a "Changed on" date.
You could run a simple query/report as follows:
Lookup table:
FKK_SEC (with released = "X"), list changed date and Returned date.
Hope this helps.
Regards,
Ivor