Payment in dunning program

Dear Gurus,
We have an issue.
My customer has a invoice of 5000. He made a payment of 4000. It is booked as partial payment.
In my dunning run , only the invoice is getting considered but not the payment.
How does it actually works.
Balaji Dhanavel

Hi Balaji,
First check the dunning procedure assigned to the customer. And check the dunning procedure settings in FBMP if you want to understand how dunning works. Click F1 help on each field to read more about how dunning works.
I am summarizing it briefly here. In a normal dunning procedure (if you do not select dunning for credit balance) the system checks for the net debit balance for a customer before dunning is run. So if there is a net receivable from the customer the customer will be dunned.
There are 2 ways you can apply a payment - residual or partial. If you received a residual payment it will clear the original invoice and will create a new document for the residual amount. This will be shown on the dunning notice.
If you did partial payment the original invoice is open with the full amount. This might be the reason for your problem.
Regards
Sharabh

Similar Messages

  • Payment method-dunning run

    Dear experts,
    Can any body explain me what is the link between payment method and Dunning?
    Why we can't execute dunning for a customer for which payment method in customer master or due line item?
    Regards
    babu

    Hi,
    If a payment method is entered in the customer master, dunning program doesn't select this customer/line item because APP is responsible for this. So this line item/Customer is only dunned if this customer/line item has payment block.
    Rgds
    Murali. N

  • AP payment custom build program

    I have a requirement to create an AP payment file format specific to a Bank (Oracle 11i). The bank accepts payment file in 2 different formats.
    Format X: to make payment in its own country (Netherlands). i.e. payment for invoices where supplier bank is in Netherlands.
    Format Y: to make payment in all other counties (except Netherlands).
    Standard Oracle Payment SELECT/BUILD program selects Invoices for all countries (for the param given: pay batch, currency..)
    If I create two payment FORMAT programs; one to pick up the Invoices for payment in Netherlands and another to pickup invoices for payment in all other counties; will it be fine ?
    OR
    I have to create a custom BUILD program to build a payment batch considering counties of supplier (and payment FORMAT program to create the flat file)
    Help Appreciated !!
    Thanks
    SM
    Edited by: user13294561 on 27-Sep-2010 00:22

    Define 2 concurrent program to format batch records and create payment file
    (or a single program with technical handling of batch type)
    Define 2 automatic payment format program
    Sample
    NL Foreign Payments Program
    NL Domestic Payments Program
    Define 2 electronic payment formats,
    Sample
    NL Foreign Payments
    NL Domestic Payments
    Select each of your payment format program in this setup
    Go to Internal Bank Account Setup
    Payables Document
    Create 2 payables document
    EFT DOMESTIC,
    EFT FOREIGN
    Payment Format,
    Select the format programs
    Create Batch
    Hope this helps
    Bilal SARIOZ

  • Format Payments check printing program completes in warning APP-FND-00500:

    Hi All,
    I'm in process of converting Oracle Payables check printing from reports 6i to XML publisher.
    I created template, data definition and changed the output for concurrent program to XML.
    I tried printing check and 'Format Payments (Evergreen)' concurrent program completed with warning.
    Log file has following error.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the print process.
    Any one there has any idea what this error is for.
    Thanks
    pallavi

    This could have something to do with the fact that your printer is not set up correctly. Can you run a plain text (OReports) file output to the same printer? If not, then the printer is not set up in FND correctly. If you can ...
    Remeber that unless you have a more modern printer that can handle PDF documents natively then XMLPs PDF is going to need to be converted to PS or PCL. I would suggest you investigate the PASTA printer driver and get that set up. It provides the ability to call a program pdf2ps for instance, to convert the PDF to PS. There is a bunch of info on metalink
    Tim

  • Payment Advise note program RFFOAVIS

    Hi
    How do i debug payment advice note program to see if spool is produced?
    Thanks
    Rendani

    Hi,
    You do not need to debug, if you want to see if the spool is produced or not.  Do not select the "print immediately" check box and execute the program.
    If a spool is produced you will be able to see it in T code SP01.
    However, if you do want to see this in debug mode, set a breakpoint at the following code:
    call function 'OPEN_FORM'
    This should take you to the place where the advise is opened and you can check the values being passed.
    cheers...

  • Dunning program

    Hi experts,
    We have developped a new dunning program (a copy from the standard one but with some specific customer requests). but I can't print the dunning letters (no orser spool generated). I need to know where to find and how to affect the printing program for dunning transcation.
    Can anyone help me?

    Hi,
    Please check if you have completed the activities to print dunning notice as mentioned below.
    To schedule each dunning notice separately for printing, proceed as follows:
    On the Dunning screen, choose Dunning notices à Schedule dunning notice printout.
    Enter the date and time that you want the system to print the dunning notices, or alternatively choose the option to print out immediately.
    Enter the four-character code for the printer and choose Enter.
    If the dunning notice printout is interrupted, you can restart it. Choose Dunning notices à Restart printout.
    You can have the system optically archive dunning notices as they are printed.
    The text of the notice depends on how you set up the dunning program, and on the language key in the customer master record. The system suggests a printer based on the default printer in your user master record. The system first stores the notices in the spool, and then prints from the spool.
    Also check the printer settings with the help of Basis consultant.
    Hope this helps. Let me know if you need any other information.
    Rgds
    Manish

  • How to enhance dunning program

    Hi,
    The requirement is to enhance dunning program to pick different address while printing dunning notice. This is based on specific conditions like dunning level etc.
    What is the dunning program which needs to be enhanced?
    How do we enhance? Any User exits/BADI/events?
    Thanks & Regards
    Kamal

    Hi,
    use trx. FIBF - Business transaction event (BTE)
    -> got to trx. bf34 - process 1705 - 1720
    and have a look here:
    Re: BTE : Business Transaction Event
    A.
    Message was edited by: Andreas Mann

  • F150 DUNNING PROGRAM

    Hi every experts,
    Could you tell me the the dunning print program and form name.
    tks very much!!!
    best regards.
    davidzhang.

    F150_DUNN_01
    F150_DUNN_02

  • Dynamic Filename in Sel screen for Payment Medium Creation program SAPFPAYM

    Hi,
    We have a requirement to provide the dyanamic filename on the selection screen of payment medium program SAPFPAYM. The filename should contain the concatenation of date and time stamp.
    For eg. it should be something like CLIENTNAME.ACH.PY<YYMMDDHHSS>.TXT.
    Do we need to write the code in any of the custom event in the transaction OBPM3 to acheive this requirement OR Can anyone of you suggest me an alternate way to acheive this dyamic filename selection functionality.
    Thanks!
    Rupesh

    Thanks Henri
    I have used the same method to implement this. I have awarded you point for this as well.
    Thanks,
    Rupesh

  • Automatic payment printing error:Program RFFOUS_C: No records selected

    Hi,
    I need to excute printing after payment with f110 using program RFFOUS_C.
    I have done the following configurations:
    - Assigned SAPScript in 'payment methods in company code' in Tcode FBZP.
    - Assigned printing program in 'payment method in country
    - Created check lot. Check created successfully.
    - Entered variant in printing program RFFOUS_C in automatic payment F110.
    Automatic payment run successfully. But printing form donnot have data which are check information
    This is job log in SM37:
    =======================================================================
    Job started
    Step 001 started (program SAPFPAYM_SCHEDULE, variant &0000000001950, user ID xxx)
    Step 002 started (program RFFOUS_C, variant &0000000000093, user ID xxx)
    Check number status at beginning of processing: 1002
    Program RFFOUS_C: No records selected
    Job finished
    =======================================================================
    Please give me help.
    Thanks & Best Regards,

    Hi,
    In F110 in the tab, Additional log, tick all that is there and mention your vendor no. range that you have specified in parameters tab and run Proposal again.
    Then go to proposal log to see the exact error reason..It will help..
    Regards,
    SAPFICO

  • Spool creation for each vendor/ payment document in program RFFOUS_C

    Hi experts,
    Requirement is to create spool for each vendor/payment document in RFFOUS_C.
    What is presently happening is only one spool is created for all the payment document numbers.
    I need to create separate spool for each cheque and remittance advice based on the payment document.
    Ex:I have 2 vendors with one cheque and remittance advice each.The first cheque and remittance advice of vendor 1 should be created in spool 1 and the second cheque and remittance advice of vendor 2 should be created in spool 2.
    Please suggest your inputs as to what needs to be changed in the program RFFOUS_C or do we need some configuration to achieve the same.
    Regards,
    Joby

    HI,
    Try to see if the check is register on FCHN transaction. So, you will be able to reprint the check using FHC7 transaction.
    Let me know your comments
    Daniel

  • ACH payment with RFFOUS_T Program

    Hi SAP folks,
    I am having a small issue with ACH payment process through F110 Program.
    I am using Payment program RFFOUS_T for a payment method " A" for ACH and all variant and other configuration is perfect.
    When I execute F110 program, it create DME file for me and let's say I clear one vendor with one invoice only then in DME file I can see record 1, 5, 6, 7, 8, and 9 and file is 100% good to transfer to bank.
    Now If I have two Invoice for same vendor and I execute the same process, record 7 with is Addendum record disappears and I will have only 1, 5, 6, 8 and 9.
    Our requirement is that let's say we need to pay multiple almost 100 invoices per vendor and we would like to have records 1, 5, 6 and 100 7 records which contains all vendor invoice information and 8 & 9.
    I am using CCD format but i guess with program RFFOUS_T it doesn't matter too much.
    Has anybody face this issue before ? I have spent hell of the time on this issue but haven't resolved this. I would greatly appreciate your response on this.
    Thanks
    Perry

    Hello Rana,
    Thanks for your help. I have already tried that option in vendor master and it works fine but issue is here.
    Let's say If I have two vendor invoices for same vendor and each for $100 so as per your method SAP creates two line of record 6 and 7 in ACH out put file like below.
    Record 6.. for vendor name and payment $100.00
    Record 7.. for  Vendor Invoice reference 1234 for payment
    Record 6.. For Vendor name and payment $100.00
    Record 7..For Vendor Invoice reference 2345 for Payment
    So this way it cost more money to client because each payment is considered as a separate transmission.
    <b><u>We are looking for following solution.</u></b>
    Record 6.. with Vendor name and total amount of $200.00
    Record 7 ..For first invoice with invoice number for $100.
    Record 7..For second Invoice with Invoice number for$100.
    I hope I was able to explain my challenge and if you can provide any help, I would really appreciate that.
    I am sure somebody must have faced this problem before and I am curious to know how they resolved.
    Thanks
    Perry

  • How to debug zrffous_c payment advice script program?

    Hi experts,
    Payment advice is printing through (ZRFFOUS_C) this program. I want to debug this program .I tried in this way.
    Put the break-point in the program and execute then enter the input data and execute then the following message is displayed.
    "A:FO:098 29.01.2009 PNB" after this stopped the program .How to debug this program? I want to find these values (REGUP-BELNR, REGUP-XBLNR) in the program .The location where these values selecting in the program?I tried but i didn't get.
    please give me the details or give me form name?
    please help me in this?

    Hi,
    Your procedure of debugging is correct.
    when you getting the error message , double click on the message on status bar and see wheather it is standard message or
    custome message.
    you are getting that error because of invalid data  so get  the valid data from respective  Functional consultant
    and try to debug again.
    You ll not get that error after giving valid data.
    Regards,
    Pravin

  • Payment batch confirm program

    we moved apps tier to linux from hp-ux recently. Then onwards 'Confirm Payment Batch' is erroring out with below log message.
    APP-SQLAP-10916: apcnfm/3:ORA-01458: invalid length inside variable character string
    Any suggestions please. Thanks in advance.

    Hello.
    Have a look to MOS DOC ID 302734.1
    Octavio

  • Dunning Program : dunning charges

    Hello Experts,
    while dunning we can maintain dunning charges to the customer. I have defined dunning minimum charges + percentage applicable on amount for that dunning level.
    does it mean of the two, which is lower is applicable?

    percentage gets precedence over minimum fixed value. If you want fixed value to be used, don't maintain the percentage value.

Maybe you are looking for

  • Buying at a retailer

    Hy, I am from Europe and I'm planning to buy a MacBook Pro from the states maybe next month. The question is, that if I buy it from a retailer, I mean from an Apple store, can I personalize it, just like when I'm ordering online? I mean...can I choos

  • Creating a simple url link in WebDynpro

    Hello, I would like to create a simple link in web dynpro. meaning that a text i will have will be linked to an address in my computer, for example: "My Documents" will link to c:\douments and settings\my documents\ I tried to use LinkToUrl but it se

  • Cannot write to iTunes

    I cannot create AAC version iTunes nor modify lyrics as I get the message: 'You dont have write access for your iTunes or a folder within it. To change permissions...'. I checked and have full permissions to all libraries under iTunes. I have Windows

  • List missing some ID values

    I have a list that I populate from a data provider. data provider is an arraycollection of an object A whose fields are id, name, date etc. I bind the data to the list. Everything looks fine but the weird thing is that some of the id fields are left

  • Different pic quality in viewer and canvas

    Hi guys, I've noticed a lower quality in the picture in the canvas window compared to the viewer window. In the viewer the image is clean and sharp, however not so in the canvas. The image is slightly degraded. What gives? Have I set something up inc