Due date falls on 80 days from base line date ........but end of that month

Hi All
Can any one please guide me in creating a payment term
The Base Line Date would be 80 days from Posting date ........... But end of that month
Example
Posting date 01.01.2009 so the base line date would be on 21st March
01.01 ;          31.01 ;                            31 Days
01.02 ;          28.02 ;                            28 Days
01.03 ;          21.03 ;                            21 Days               80 Days              
But due date should fall on end of that month 31st of march
So irrespective of any day calculated as above in that month  it will always take the baseline date as last day of the month    
Its Picking up the posting day as Baseline date from Transaction VA01 -> Additional data tab -> ETD ( Festinated Time of Departure)
From this date it need to calculate the due date as above ( 80 day but last day of the month)
Please Guide
Many thanks in advance
Aadi

Hi Aditya,
You may have to create 2 payment terms using the day limit option to meet this requirement.
Follows the below steps -
T-code OBB8
Term 1
Payment terms = xxxx (as you wish)
Day limit = any number between 10-15 (you may fix an appropriate date as you think fit for your business)
Default for baseline date = Posting date
Payment terms/fixed date = 31
Payment terms/additional months = 2
Term 2
Payment terms = same name as above
Day limit = 31
Default for baseline date = Posting date
Payment terms/fixed date = 31
Payment terms/additional months = 3
Logic here is... for all invoices with posting date on or before 10th-15th of a month, 80th day will fall definitely on the 2nd month. Invoices with posting date after 15th, the 80th day will fall on the 3rd month.
You have to take a concious decision on the day limit number. Because 80 days will not exactly work for all the months.
Regards,
Mike

Similar Messages

  • Base line date in invoice

    Hi
    In configuration settings I have maintained the following for a payment term:
    Baseline date calculation :Fixed day - 0
                                          Additional months - 0
    default for baseline date - document date
    payment terms as 30 days net from invoice date.
    Now for an invoice dated 28/01/2008 with posting date 31/01/2008, baseline date is appearing as 28/02/2008 (one month from invoice date) and payment due date is 29/03/2008 (one month from base line date).
    Please explain why is the system picking wrong baseline and payment due dates.
    Thanks
    Prasad

    Dear Mathu,
    1)Your base line date calculation - Fixed day - 0
    2) default for baseline date  is  document date
    3 payment terms as 30 days net from invoice date
    Being invoice date is 28 / 1/ 08 payment date will be 30 days after this days i.e. 28 / 2 /08.
    Reward if its cleared your doubt
    Vivek Maitra

  • What is this message: Base Line Date for rule 11 not set ?

    Hello all,
    I am doing some test.
    Cenario:
    I need to create a Scheduling Agreement in transaction: VA41
    The material I am using to create the VA41, I have just created.
    I created in MM01 the views: Basic Datas 1 and 2, Sales View 1,2 and 3 and Account View 1.
    Issue:
    When I am creating the VA41 and I enter the material, the system shows the messages:
    1) Dates from:: Base line date for rule 11 not set
    2) Dates from:: Base line date for rule 9 not set
    *obs: the messages dos not block the creation of VA41. It is a information message.
    Question:
    What that means? What will happen if I do not fix that? What should I do in order to not have more these messages?
    Tks & Rgds,
    Barbara
    Message was edited by:
            Barbara Barbos

    Hi
    Please check whether you have assigned - payment terms both at company code and sales area level
    VVR

  • I purchased an iPad mini on October 10th.  I want to return it and get the new ipad mini retina when it comes out.  How do I do that if the new ipad mini release date isn't until "later in November", which is beyond the 14 days from my purchase date?

    I purchased an iPad mini on October 10th.  I want to return it and get the new ipad mini retina when it comes out. I am currently still within the 14 day return/exchange window but how can I exchange it if the new ipad mini release date isn't until "later in November", which would be beyond the 14 days from my purchase date?  If apple announces a new version of a product you just purchased but won't actually release it for more than 14 days, how can you possibly exchange the one you just bought?  Is my only option to return the one I bought on the 10th (so return by 10/24) and then not have an iPad until the new one is available for purchase?  Or would it make any sense to return the one I bought, get a new one, which would presumably have another 14 day return window, and then exchange THAT one for the new ipad mini w/ retina when it comes out (hopefully within that second 14 day window)?

    Call the apple store you got it from and ask them. Sometimes in the past they've extended the 'no questions asked return' but only Apple can tell you for sure.

  • How to calculate a number of calendar days from a start date (e.g. 60 days from 3/10/2012)

    How to calculate a number of calendar days from a start date (e.g. 60 days from 3/10/2012)

    DT,
    If the starting date is in Column A, and you want to calculate what the date would be 60 days later, in Column B, write in Column B:
    =A+60
    Couldn't be much easier.
    Jerry

  • How to get 2 Dates of a specific day From a Pay period

    Hi
    I have a date range (Pay period). now from the start date i Need to find out both Dates of a specific day of that Pay period.
    For Example If i know the date range is
    01/06/2007 to  01/19/2007
    Then I need to know what are the dates for both Saturdays.
    Here it should be 01.06.2007 and 01.13.2007.
    Please help. I always award points. Thanks
    Message was edited by:
            Anwarul Kabir

    Hi,
    Please try this.
    PARAMETERS: P_START LIKE SY-DATUM,
                P_END   LIKE SY-DATUM.
    DATA: DAYS    TYPE I,
          WEEKDAY LIKE DTRESR-WEEKDAY.
    DAYS = P_END - P_START.
    DO DAYS TIMES.
      CALL FUNCTION 'DATE_TO_DAY'
        EXPORTING
          DATE    = P_START
        IMPORTING
          WEEKDAY = WEEKDAY.
      IF WEEKDAY = 'Sat.'.
        WRITE: / P_START.
      ENDIF.
      P_START = P_START + 1.
    ENDDO.
    Regards,
    Ferry Lianto

  • How do I calculate days from two different dates?

    Hi all,
    How do I calculate days from two different dates?
    my requirement is to pass the number of days to target field from two dates.
    Current date :  14/04/2010
    Standard date: 01/01/1957 is the standard = day 0
    Is it possible in graphical mapping with out  udf?
    Plz help me on this I have donu2019t have much knowledge on JAVA.
    Thanks

    Hi Yadav,
    Probably this is not the correct forum for XI / PI .
    You can post the same to...
    Process Integration (PI) & SOA Middleware
    Hope this helps.
    Regards
    Raj

  • How do I calculate days from two different dates in XI/PI?

    Hi all,
    How do I calculate days from two different dates in XI/PI?
    my requirement is to pass the number of days to target field from two dates.
    Current date : 14/04/2010
    Standard date: 01/01/1957 is the standard = day 0
    Is it possible in graphical mapping with out udf?
    Plz help me on this I have donu2019t have much knowledge on JAVA.
    Thanks

    Hi Yadav,
    Probably this is not the correct forum for XI / PI .
    You can post the same to...
    Process Integration (PI) & SOA Middleware
    Hope this helps.
    Regards
    Raj

  • Calculating 60 days from last run date and sum a total for those 60 days

    I need to calculate 60 days from last run date (I will create prompts), then take that number to sum a total of items.
    Can someone be of assistance.

    Hi,
    You can create a calculation to calculate 60 days before your run date. e.g. if rundate is your date item then the calculation will be:
    rundate-60
    Rod West

  • Setting Payment terms in PO linking to base line date for payables.

    Hi
    can some help me by giving me simple  steps to create  the payment terms which will be captured in PO and payment is made with reference to baseline date.
    Example :
    1. payment in 15 days from the date of GRN posting date. while doing MIRO, the base line date will be proposed 15 days from the date of GRN posting date.
    2. payment in 30 days from the date of GRN posting date. while doing MIRO, the base line date will be proposed 30 days from the date of GRN posting date.
    while doing MIRO, the base line date will be
    rgds
    Raghu

    Hi
    There is no link between GRN posting date and proposed base line date for payment in MIRO. All that you can link is the posting date/ document date in MIRO etc with base line date calculation in invoice.
    Create a new payment term with posting date (the current date will be defaulated as posting date in MIRO always) and with some payment discount terms say after 15 days etc..
    Thanks

  • GRN date as deafult Base Line Date in MIRO

    Dear All,
    The client requirement is like this,
    The default Base Line date for MIRO Document should be the GRN Date (MIGO Date). But in Payment Term configuration only Document Date, Posting Date, No default, Entry Date are there. We can change the base line date at the time of MIRO.
    But Client requirement is it should come by default at the time of doing MIRO,
    Is there any user exit or enhancement for this.
    Sree

    Hi,
    We have come across this requirement in some implementations and the workaround is done this way:
    During Inovice Verification leave the system to determine Base Line Date based on standard settings.
    You can anyhow change the baseline date in document change mode.
    Have a Development which can identify the docuements posted during a period say every day and get the base line date changed on your logic (you would able to get the full trace with GR).
    Have this program executed every day on background.
    Your logic should also take care of invoice verifications with multiple GRs made at different time for the same invoice (usually the last GR date is taken in this circumstance).
    Hope this helps you.
    Varadharajan

  • GR POsting date as Base line date in MIRO.

    Hi SAP Expert,
    Using StandardConfiguration, Base line date in MIRO can be populated as Posting date/Invoice document date/ new entry of Invoice Reciept using configuration of Terms of Payment.
    My client requirement is to populate GR posting date as a base line date in MIRO.
    can you please let me know how/where/what configuration to be done to achieve the client requirement.
    please also let me know the Table & Field used If any ABAP coding Involve.
    With Regards
    Manoj Singh

    hi,
    baseline date in MIRO triggered by payment terms in FI .
    take help of the FI consultant create payment term based on GR document date.
    regards,
    sujit

  • Base Line date issue

    Hi Experts,
    I have an issue on base line date.
    We have uploaed Vendor Open item cutover data through LSMW in foreground mode.  After uploaed we found that the base line date 30.07.9999 is automatically picked wrongly in some of vendor open items.  Some of the vendor items with same payment term is picked baseline date correctly. I have corss checked in LSMW upload fields and upload excel file and also i have checked in LSMW constant values and any field mapping for baseline date but there is no such mapping and constant values in the LSMW.   If i make manual posting of the same vendors its fetching the correct base line date.
    now the issue is how to identify the cause, is it uploaed through lsmw or manual input because client is asking how it is picking defaul 9999 year. Is there any way to identify through FI Tables.
    Kindly suggest some solution.
    Thanks in Advance.
    regards,
    Surendra.

    Hello Surendra,
    The baseline date is controlled by your terms of payment and in
    customizing the transaction is OBB8. You have four choices ->
    No default - Indicator that no default value is required for the
                 baseline date for payment. You then have to enter the base
                 date manually during document entry.
    Posting date - Indicator that the posting date is to be proposed in the
                   base date field during document entry.
    Document date - Indicator that the document date is to be proposed in
                    the base date field during document entry.
    Entry date - Indicator that the entry date is to be proposed in the
                 field "Base date" during document entry.
    The system will not re-determine the baseline date if the posting
    date is changed. Similarly, if the invoice date is changed and the
    baseline date is based on the invoice date, it will also not be
    re-determined once enter is pressed.
    regads
    Ray

  • Base line date field ( header data 2nd tab) to be made noneditable in MIRO

    Hi friends,
    My requirment is to make Base line date field ( header data 2nd tab) to be noneditable in Tcode MIRO .
    This base line date should be noneditable only for one specific company code.
    Help me with some clues.
    regards
    Sathish

    why cant you use a screen variant....In SHd0..
    also check this..
    [http://forums.sdn.sap.com/click.jspa?searchID=37685778&messageID=8389969]

  • Base line date disappearing in MIRO  on saving or click enter key

    Hi ,
    We have ECC 6.0 and the issue is while creating Invoice- MIRO transaction, after entering 'Base line date' value in payment tab and press save or enter key the value is disappearing. I have checked all the Exits for MIRO ,we do not have any custom code added to it and BADI MRM_Payment_terms also do not have any implementation.
    Regards,
    khaderhussain.

    Please check if the vendor has been created in FI and MM in the same way.
    Or the payment terms have different condition in these two areas.
    Thanks

Maybe you are looking for