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: 

Is it possible in FI-CA to skip a dunning activity in the same dunning procedure

Former Member
0 Kudos

Hi FI-CA experts,

Is it possible in FI-CA to sometimes skip a dunning activity in the same dunning procedure.

Example:

if due date > x days then execute activity of level 01.

if due date > x+y days then; If 'condition' is true then execute activity of level 02. endif. endif.

if due date > x+z days then execute activity of level 03.

Should I put the 'condition' in an Event which execute the activity?

Thanks

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Waldo,

You have to enhance event 351 to cater your requirement.

Through this event you can revise the dunning activities defined in Customizing for the dunning procedure (Customizing table TFK047M) during the dunning activity run.

In addition to the dunning activities selected by dunning procedure, dunning level, amount limit, currency, and creditworthiness, the data of the dunning header (I_FKKMAKO) is also transferred.

Based on the information in the FKKMAKO structure, you can put in your conditions to execute the activity for various levels.

Hope it helps...

Thanks,

Amlan

View solution in original post

3 REPLIES 3

AmlanBanerjee
Active Contributor
0 Kudos

Hi Waldo,

You have to enhance event 351 to cater your requirement.

Through this event you can revise the dunning activities defined in Customizing for the dunning procedure (Customizing table TFK047M) during the dunning activity run.

In addition to the dunning activities selected by dunning procedure, dunning level, amount limit, currency, and creditworthiness, the data of the dunning header (I_FKKMAKO) is also transferred.

Based on the information in the FKKMAKO structure, you can put in your conditions to execute the activity for various levels.

Hope it helps...

Thanks,

Amlan

former_member215295
Contributor
0 Kudos

Hi Waldo,

You can skip the dunning level itself through configuration at dunning level there is a field called "Optional dun level", if you select this field based on your due date logic system skips the level.

thanks,

Vikram

Former Member
0 Kudos

Hi Waldo,

It appears (from your example) that you wish to determine first, the appropriate Dunning Level before choosing the suitable Dunning Activity. If you wish to derive an appropriate Dunning Level via custom logic, then you can enhance Event 304.

Consequently, if required, to determine a suitable Dunning Activity for that Dunning Level - if your logic requires parameters other than  Creditworthiness Score and $Amount, then you can utilize the Event highlighted by Amlan, above - otherwise, you can achieve the same via standard configuration.