2016 Sep 21 6:36 AM
Hi Everyone,
I need to skip the dunning locks and perform dunning on those accounts which have *Dunning lock**
Can anyone let me know is there any (FQEVENTS) Event in FI-CA to achieve the above mentioned scenario.
Thanks in Advance.
Raja
2016 Sep 21 10:15 AM
Hi Raja,
There is no such FICA event which allows you to dun the account with a dunning lock, as then the whole purpose of a dunning lock is not met.
Technically, when a dunning run is executed, only those items/accounts are coming into the events, which dont have a dunning lock, so the logic for removing the dunning lock items happens in standard SAP code.
If at all you have to perform dunning , then just remove the lock and it will go into dunning based on the dunning rules configured in your SAP system.
Thanks,
Amlan
2016 Sep 21 10:15 AM
Hi Raja,
There is no such FICA event which allows you to dun the account with a dunning lock, as then the whole purpose of a dunning lock is not met.
Technically, when a dunning run is executed, only those items/accounts are coming into the events, which dont have a dunning lock, so the logic for removing the dunning lock items happens in standard SAP code.
If at all you have to perform dunning , then just remove the lock and it will go into dunning based on the dunning rules configured in your SAP system.
Thanks,
Amlan
2016 Sep 21 1:09 PM
2016 Sep 21 1:47 PM
Christian:
Unfortunately, this does not work with FI-CA events.
regards,
bill.
2016 Sep 21 2:02 PM
Ok Thanks for the Tip.
Ok we try this
Put an Breakpoint on FM FKK_Func_Module_Determination
regards
Christian
2016 Sep 21 2:39 PM
2016 Sep 21 2:42 PM