2010 Jun 18 3:42 PM
Hello Experts,
My requirement is that whenever a payment is being made i should NOT create any dunning locks on the Contarct Account as if dunning locks are created the customer will never go into the dunning of they skip a payment.
How do i do this?
Thanks in advance.
Dan
2010 Jun 21 12:46 AM
Hi Dan,
Event 0020 gets triggered when a payment document gets posted in Contract Accounts Receivable, and open items are cleared either fully or in part.
As per your requirement, if you do not want to create a dunning lock when a payment is made, then assign a custom function module against this event, which will perform that functionality.
Hope this helps.
Thanks,
Amlan
2010 Jun 18 6:11 PM
Hello Dan,
Perhaps Event 303 Dunning: Dunning Lock and Dunning Procedure can help you to implement your required functionality....
Hope this is helpful for you.
REgards
Olivia
2010 Jun 19 1:52 AM
Hi,
What I understood from your requirement is -that the triggering point is payments coming into SAP.....
So I suggest you to go for Event 0020.
Thanks,
Amlan
2010 Jun 19 3:35 PM
Hi Amlan,
Yes Payment is coming into SAP but when a payment is made dunning locks are created. I need to by pass that i.e to NOT create dunning locks even when a payment is being made.
Thanks
Dan
2010 Jun 21 1:02 AM
Dan:
I am confused as to how you are creating these dunning locks. There is no standard functionality to create a lock during payment processing. This would seem to be custom logic. There is only standard functionality for returns to process a dunning lock.
Can you post more details?
regards,
bill.
2010 Jun 21 12:46 AM
Hi Dan,
Event 0020 gets triggered when a payment document gets posted in Contract Accounts Receivable, and open items are cleared either fully or in part.
As per your requirement, if you do not want to create a dunning lock when a payment is made, then assign a custom function module against this event, which will perform that functionality.
Hope this helps.
Thanks,
Amlan
2010 Jun 21 3:01 PM
Hi Amlan,
So you want me to create a Z version of the FM : ISU_EVENT_0200?
The description of the FM says "Determine Account and Business Partner for Contract" . Where do i put the code relevant for locking the payments?
Thanks
Dan
2010 Jun 21 3:38 PM
Dan:
I really think that your description needs to be clarified here - what are you creating and when? Again - there is no standard dunning lock creation process as part of payment processing.
regards,
bill.
2010 Jun 21 4:24 PM
Same as what Williams said. There is no standard code to put dunning lock if the customer pay the money.
I think you need to check all the custom code in all events ('0020', 'R720, etc) and comment the code that create a dunning lock.
Chaiphon.
2011 Feb 23 4:48 PM