cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Custom Rules to Collection Strategy.

balajishahrsap
Participant
0 Kudos

Hi,

We have a requirement where we need to create a new Collection Rule to select invoices that are in dispute based on Dunning Block key.

I have created a Custom Rule with Dunning Block key (BSID-MANSP) as the selection parameter through the BADI UDM_BASIS_RULE. I need to understand how the items are selected and populated in UDM_SUPERVISOR. Do we need to write the logic in any of the methods in UDM_BASIS_RULE? Or the standard program FDM_COLL_SEND01 will consider the Custom rules as well? Please advise.

Accepted Solutions (0)

Answers (1)

Answers (1)

João_FI_FIN-CS
Active Contributor
0 Kudos

Hi,

Before to build anything, I'd try to run the FDM_COLL_SEND01 to see what happend. Maybe the FDM* can considerer this items.

JPA

balajishahrsap
Participant
0 Kudos


Hi,

I need to understand how the items are selected and populated in UDM_SUPERVISOR based on the input parameter Dunning block key set in the custom rule.

Note: Based on the custom rule how we need to restrict the program to get the required output in the UDM_SUPERVISOR (Does it happen automatically or do we need to write the logic in the BADI implementation)

Please let us know, your inputs are highly appreciated

Thank you