Payment on Average Due Date

Hi
Automatic Payment Program considers due date for making payment to vendors.
Now i want to know if there is possible for making payment on the basis of average due date (calculated on the basis of amount and the actual due date).
Requirement:
While posting vendor invoice, i will enter give payment terms and due date will be calculated on the basis of payment terms.
Now in one week, i need to make the payment on the basis of average due date for that week.
For example, on wednesday, i will make all the payment which are due in the entire week (i.e. monday to friday). Is this (average due date) possible for automatic payment program.

Hi
Check the BADI 'MRM_PAYMENT_TERMS'. You have a sample coding. See SAP Note 1559443 - Changing baseline dates for payment terms for Spain as an example. This note is for a legal requirement, but I understand that it's a good example.
I hope this helps you
Regards
Eduardo

Similar Messages

  • Terms of payment in past due date ???

    hi ...
    Is it possible to maintain due date in past in terms of payment ?
    In bizz scenario , if i maintain terms of payment in past due date in stead of future so that  automatic posting can happen ....
    Regards
    mkc

    Hi MKC
    Your question is unclear - What should post automatically?
    James

  • Terms of Payment to determine due date as last date of the month

    Hi Experts,
    Does any one know how to configure a Terms of Payment to determine due date as last date of the month ?
    I tried by puting fixed date as 31 in the Terms of Payment in FI but when I am creating in FI-CA it gives me an error "_Term of payment Z003 is inconsistent/not planned_"
    Please advice.
    Thanks & Regards
    Satyajeet

    Hi Satyajeet,
    It seems the settings that you have maintained in FI are correct.
    When you are assigning the payment terms in FI-CA, you need to assign a factory calendar as well to the payment terms in the following config-
    IMG->Financial Accounting ->Contract Accounts Receivable and Payable->Postings and Documents->Document->Maintain Payment Terms
    If you have already assigned the factory calendar and still the problem persists, can you give the message ID and the message number of the error that you are getting?
    Thanks,
    Amlan

  • Instalment payment terms and Due date

    Hello
    Can i have some comments on how the due date will be calculated in case of instalment payment terms.what is the configuration needed.Can we get the discount for each instalment if we pay in advance i.e before the due date.
    with regds
    RAJA

    Installment payment terms is basically one payment term linked to other paymnet term(s).
    If you split it to 3 lines, each of the 3 lines will get the payment term assigned for that line.
    E.g. you will configure as follows: (obb9)
    Inst Pmt Term  Inst     %       Payment term
    0001                  1     20              AAAA
    0001                  2     30              BBBB
    0001                  3     50              CCCC
    If you post an invoice (of say 1000) with the pmt term 1, it will split to 3 lines
    Line         Amt            Pmt term
    1             200                AAAA
    2             300                BBBB
    3             500                CCCC
    All the terms created for AAAA BBBB CCCC will apply to these lines.
    Praveen.

  • Payment Block removed or allow to make the payment after the due date

    Hi,
    Regarding Payment block, we have created one payment term with block indicator and assigned to some vendors. So each posting system will generate the entry with payment block, once the document crossed the due date (assume that 30days) system wants to allow to make the payment to the vendor without deleting or removing  the payment block. Is it possible.
    govind

    Hello,
    For this change, you need to develop a program and need to identify the age of 30 days invoices and remove payment block for those invoices. So 30 days aged invoices can clear.
    Logic: go to BSIK and find out ZFBDT of the document and deactivate the ZLSPR (Payment block).
    Or
    try to find out any functional module or user exit is available while clearing invoices. if available maintain the above logic.
    Regards,
    venkat

  • Payment terms and Due date field gets emptied after residual clearing

    Hi
    There is advance of Rs.50000 in Vendor ledger and Invoice of Rs.200000 (with payment term - G019)
    I cleared these two line items (residual clearing). One new line item got created of Rs.150000. When i saw that line item, i saw that there payment term field and due date field got emptied. My requirement is that the original payment term entered in initial invoice document (of Rs.200000) should automatically get populated in new line item of Rs.150000.
    How to fulfill this requirement?

    Thanks for the prompt reply.
    I wanted to ask one more thing. Same way when i do partial clearing (not residual), is it possible to populate the invoice's due date in advance line item. One link is that my invoice reference gets populated advance line item. So i want due date (not payment term) also to get populated in advance line item.
    Please help.
    Edited by: Deepak Agrawal on Jul 29, 2011 11:43 AM

  • Payment Stop Before Due Date.

    Dear All.
    I need to know is there any option we have to stop the processing of Vendor Payment against the NON DUE ITEMS.
    Here in my client, normal terms of payment is for 45 Days. Now the users are asking that, if a line item is Not Due as on Date, if by mistake we have selected such item for payment processing, the system should drop a error & stop the processing.
    The requirement is as follows as error message....
                 """ The Selected Item is Not Due"""""
    So, wht i have found out is, by changing the line item layout included the additional fields like:
    Due Date
    Item Due Indicators.
    But, here these are only for the information purpose, which dont have any control over item payment process.
    SO, CAN ANY BODY PROVIDE SOME IDEAS ON THIS, IF SUCH OPTION IS AVAILABLE IN SAP..
             """ LINE ITEM PAYMENT BLOCK IS NOT SUITABLE HERE """""
    Thanks
    Talluri

    Hi
    With my knowledge,  You have choosen the best process ie., brining the due date in the screen layout. even thou, the client required to make the error message, first work out the change of the message type
    or
    there is no such standard process to stop the payment voucher. Either you have to evaluate any routine
    or alternatively last option will be
    you can use the following procedure
    1. Maintain the Vendor Master -> Payment Transactions -> Maintain the Payment Block
    2. Generate the vendor line item daily with due date is "today's" date & select the MIRO document numbers.
    3. Release the documents through MRBR by selecting the above line items.
    This is for your information.
    Regards
    Anilkumar

  • Outgoing payment vs invoice due date

    Dear Forum,
    Our management wants to get historical due date outgoing payment compare to invoice due date. So we know if out finance paid accordingly based on the invoice due date. 
    The fields ;
    Invoice Number     
    Invoice Date     
    Invoice Value     
    Invoice Due date     
    Outgoing Payment Number     
    Outgoing Payment Date     
    Type of Payment ( check / cash /bank transfer)     
    Due Date Check/Cash/Bank Transfer
    Out Going Value
    If any experts can help me to get the query? thanks

    Hai!
    Run this Query in SAP Query Manager.
    Declare @FromDate datetime
    Declare @Todate datetime
    set @FromDate = (select min(S0.DocDate) from OPCH S0 where S0.DocDate >= '[%0]')
    set @ToDate = (select max(S1.DocDate) from OPCH S1 where S1.DocDate <= '[%1]')
    Select
    P0.DocNum as 'Invoice Number',
    P0.DocDate as 'Invoice Date ',
    P0.DocTotal as 'Invoice Value ',
    P0.DocDueDate as 'Outgoing Payment Number',
    V0.DocNum as 'Outgoing Payment Date ',
    V0.DocDate,
    (case
    when V0.CashSum > 0 then 'Cash'
    when V0.CheckSum > 0 then 'Check'
    when V0.TrsfrSum > 0 then 'Bank transfer'
    end) as 'Payment Type',
    V0.DocDueDate as 'Due Date Check/Cash/Bank Transfer',
    V0.DocTotal as 'Out Going Value'
    From OPCH P0, OVPM V0, VPM2 V2
    Where
    V0.Docentry=V2.DocNum and
    V2.Docentry = P0.Docentry and
    P0.DocDate >= @FromDate and
    P0.DocDate <= @ToDate
    Regards,
    Thanga Raj.K

  • Payment Terms-Manual due date Input-Which field?

    Dear Gurus,
    I can observe an option at the payment terms of "no default" which means that payment due date has to be entered manually.Is there some field in the order or billing document where the due date can be entered manually.Kindly hep,thank you.
    Regards,
    Sam Ahmed

    Hi
    By making due date manual you want to give a free hand to end user for entering any date as due date. He might enter 30 days or 300 days and this is the reason payment terms are used. I don't know about your business scenario but in most of the cases due date is determined from payment terms.
    If you want to make it manual then you can enter payment term with pay immediate and enter date in Fixed value date as suggested by Ravin or enter days in add value days field. System will take this date as billing date for accounting document and will calculate payment term days from here and if you payment term is pay immediate then this would be your due date as well.
    Thank$

  • Payment terms - net due date same as credit days?

    Dear all,
    I need to set up a payment term with 20 credit days, 2%. Invoices should be due also after 20 days.
    I would like the payment term to be set up as follow:
    Term           Percentage           No of days
    1.                2                           20
    2.                                             20
    The problem is that the system doesn't let me to set due date to the same number of days as the credit days.
    We will have baseline date = invoice date for our payment terms, if that matters.
    How could I acheive to have due date 20 days after invoice date (baseline date) and deduct 2% cash discount the whole time?
    Thanks and regards,
    Helene

    Hi,
    Please create a payment term as below, if your requirement is "I need to set up a payment term with 20 credit days, 2%. Invoices should be due also after 20 days"
    Term           Percentage           No of days
    1.                2                           20
    2.                                             21
    In case your requirement is to give 2% discount if paid within 20days and due net after that:
    Term           Percentage           No of days
    1.                2                           19
    2.                                             20
    Hope this will solve your issue.
    Thanks,
    Kiran Yelamarthi

  • Payment Terms (Fixed Due Date)

    Hi All,
    I have a requirement where in I need to set up a new Payment term 123 as an installement payment term.
    The payment term is divided as follows:
    Payment Term A: 25% (Due Immediately)
    Payment Term B: 25% (Payable on May 30)
    Payment Term C: 25% (Payable on June 30 => Baseline date calculation: Fixed day: 30 additional months:1)
    Payment Term D: 25% (Payable on October 30 => Baseline date calculation: Fixed day: 30 additional months: 5)
    Now the above can we achieved by creating a condition type (VK11) and adding the Main Payment Term 123 in that condition type with a fixed due date.
    Then corresponding payment terms B,C and D can be set according to the fixed due date(mentioned in condition type) in OBB8
    But how do I capture the payment term A since it will be on the basis of Billing date and not fixed due date mentioned in condition type.
    Also, please suggest an alternate approach in setting up the above payment term 123 and if any ABAP effort is also required.
    Thanks,
    Aruna

    HI,
    You can use the custom development for it:-
    (A) For FI Documents:-
    Use FI Substitution in OBBH with exit.
    For field day1 (BSEG-ZBD1T) and baseline date (BSEG-ZFBDT). Here check the baseline date for October?
    Your ABAPer can code this.
    (B)For SD Documents:-
    Use user exit EXIT_SAPLV60B_008.
    This exit has table ACCIT which also has same fields Day1 and Baseline date. Follow same logic mentioned above.
    Regards,
    Gaurav

  • Recurrent payment charged before due date. Refund ...

    Hi,
    I have skype premium (1 year).
    Last month I added another subscription for 1 month (recurring payment). I did this on August 08.
    I could cancel it before the due date but today I got charged again (September 5th). I don't get why this is not advised.
    So, I'd like to request a refund but I can't make it because the link is broken. The same happens with Live chat. There is no way to access there. All links are broken.
    If you access here https://support.skype.com/en/faq/FA297/how-do-i-request-a-refund ,
    there is this link to the request form:
    https://support.microsoft.com/skype/hostpage.aspx?language=en&locale=en-us&oaspworkflow=start_1.0.0....
    If you access, you'll be redirected to: http://support.microsoft.com/common/errors/ServerGeneric.htm?httpCode=403&errorCode=
    This link is not working neither: Skype Live Support Link:
    https://support.skype.com/support_selection
    I can see I'm not the only one and other have already posted this in the community forum. There is no support email to send this either.
    I need to request that refund. Please help

    edgard_shipley wrote:
    1. I can´t find where is that information. If it´s not available, how we are supposed to know this?
    When I got the email stating that the subscription was successfull, there is no advise on this.
    2. How can I request a refund now?
    Hello
    1. I'll escalate the point you make to see if the advice confirmation needs further clarification. Thanks for raising it.
    2. This should help:
    https://support.skype.com/en/faq/FA1170/how-can-i-contact-skype-customer-service?intcmp=SN-Mods
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • AR Payment Terms/Invoice Due Dates

    I need to be able to have a search that can search for invoices that have a specific payment term and are due within a certain period of time. (ex: all invoices with Net 30 payment terms that are due within the next two weeks). I have tried the collections>account details screen but there is no criteria for payment terms. Any suggestions would be greatly appreciated.

    You probably don't want to change the payment terms on existing invoices, unless there was a effective change date that was missed for changing the payment terms. You would have sent the invoice to the customer with the original terms and they would have entered it into their system with those terms. So not only would you have to change the due dates manually on your system, you would have to notify the customer somehow of these changes. That is why it normally is easier not to worry about existing invoices and just let the payment terms start showing on new invoices. Makes any sense?
    John Dickey

  • Down payment made no due date

    HI all,
    is it true that if we post down payment made (F-48) there will be no due date and no symbol for it in FBL1N?
    thank you

    Hi
    F-48 is for actual down payment made. Where as when you create a DP request in F-47 then you mention the actual due date for making the payment. But when the same is directly done in F-48 why the due date is required. Also it would reflect as spl Gl transaction in FBL1N
    Thank You,

  • Running Payment Program before Due Date

    Hi Gurus,
    I have a problem.
    I want to run the payment program -Tcode F110- before the due date and I need the document posting date to be the same as the due date.
    How could I sort it out?
    Please help,
    Samuel

    Your requirement can't be fulfilled by standard set-up, because SAP payment run can post with only one posting date in a single run. This posting date will be what you are entering in the parameters, and system will not split payment posting date separately based on Due date. You can group your items based on due date and can pay future due items as well but you can't split your payment posting with different payment posting date based on due date in a same payment run.
    You can possibly do following workaround.
    - Run vendor open item report (T-code FBL1N) and sort it based on Net Due column (if net due date column is not available change the layout to populate it). And decide for items with which due dates you want to settle today. Lets say you want to settle for following due date xx/xx/xxx, xx/xx/xxx1, xx/xx/xxxx2
    - Then you should run three payments run separately.
    Payment run 1 parameters-  Posting Date=xx/xx/xxxx, Next Posting Date=xx/xx/xxxx+1
    Payment run 2 parameters-  Posting Date=xx/xx/xxxx1, Next Posting Date=xx/xx/xxxx2
    Payment run 3 parameters-  Posting Date=xx/xx/xxxx2, Next Posting Date=xx/xx/xxxx3
    Imp: Note that Posting date=Due Date and Next Payment Run Date=Due Date1 in the parameters+
    This will involve more than one payment runs in a day but will satisfy your requirement
    Thanks
    Ranjit

Maybe you are looking for