Hi Pankaj,
I was having the same issue pending for some time and I just solved it:
Basically you are getting this issue because your are executing the same
Interest Calculation run multiple times (message CD 327).
Why:
For each Interest Calculation run, SAP creates a change document in tables
CDHDR/CDPOS (1 document per calculation run).
When re-executing that same run, the system tries to insert the same record
in the tables and of course that generates a short dump.
SAP is actually clear about re-execution of Interest Calculation run:
SAP Note 1499117 “We do not support the duplicate interest calculation of a period.”
Resolution:
If you need to re-execute the Interest Calculation run, then reverse the
initial execution (FINTSHOW) and execute again (FINT).
I just tested this and it is working fine.
If this has helped solve your issue, please mark as correct answer so that
other people can refer to it.
Regards,
Olfa