2013 May 17 7:12 PM
Hello,
When using FPVC (mass dunning reversal), we call upon event 1758. We are using FPVC with:
1) 'Release Procedure' option checked
2) 'Executed as well' option NOT checked.
So when 1758 is called, the function FKK_BWDUN_DELTA_QUEUE_UPDATE that updates dunning
history delta queue is never executed because lv_mako_active IS INITIAL.
Variable lv_mako_active is always INITIAL if 'Release Procedure' is checked. I was wondering if there was
a way to update the delta queue when mass dunning reversal is executed with the options we use.
Thank You,
Silver
2013 May 20 6:36 AM
Hi Silver,
I don't think that you can do anything in the standard SAP to trigger the FM FKK_BWDUN_DELTA_QUEUE_UPDATE, without checking the 'Release Procedure'
However, if you customise the FM FKK_SAMPLE_1758 and in there skip the process for release process, then you can trigger the FM FKK_BWDUN_DELTA_QUEUE_UPDATE to dunning history delta queue.
Hope it helps...
Thanks,
Amlan
2013 May 20 6:36 AM
Hi Silver,
I don't think that you can do anything in the standard SAP to trigger the FM FKK_BWDUN_DELTA_QUEUE_UPDATE, without checking the 'Release Procedure'
However, if you customise the FM FKK_SAMPLE_1758 and in there skip the process for release process, then you can trigger the FM FKK_BWDUN_DELTA_QUEUE_UPDATE to dunning history delta queue.
Hope it helps...
Thanks,
Amlan
2013 May 21 2:41 PM