Budgeting difference in fiscal year

Hi all,
Actually my fiscal  year is 1st April to march 31st march.
in the present year 2013, i am doing transactions in 6th march'2013 which falls under FY 2013.
But system is  not taking 2013 budget and asking for budget.
when i give 2014 budget system is allowing transaction.
Please suggest.
Thanks
kishore

Hi Kishore
This is a normal expected SAP Behaviour. Considering your requirement for maintaining budget annually (not on overall level) and not to carry forward prior years unutilised balance, you will land up in similar issue.
If your management follows practice to allow postings, considering it to be utilising from 2013 budget, then you should ideally carry forward unutilised budget of prior years.
You can however make use of user exits to achieve your requirement, however I would strongly recommend not to do so.
Hope above information is useful.
Regards
Mustafa

Similar Messages

  • How to carry forward the payment budget to next fiscal year

    How to carry forward the payment budget to next fiscal year. Please provide us the Tcode for indivisual and for mass activity also.
    Thanks,
    Vivek Gupta

    Done

  • What is the difference between Fiscal year variant, Fiscal year and Calyear

    hi,,
    What is the difference between
    1. Fiscal Year Variant (0FISCVARNT)
    2. Fiscal Year (0FISCYEAR)
    3. Calendar Year (0CALYEAR)
    In what scenarios they should be used. If we are getting 0FISCVARNT data from ODS. Can we change into other in cube at update rules level or some other level?
    How can we get factory calendar????
    Message was edited by:
            Avneet M

    Hi Gurus
    I was going through this thread and came up some more questions in my mind.
    1. Do we need to set Fiscal Year, Fiscal Varient settings once for all in BW ? ( The path is given in one of the thread above ) need to know if this is one time setting / rebuilding the tables. what will happen when we select and execute factory calender and Fiscal Varient and Rebuild tables in transfer global setting ? Is this one time we have to do for whole BW system?
    2. when we go to SCAL t-code what we need to do and what it do in the system ? I know its for Factory calender but just want to know what it does. It it also for one time during BW build phase ?
    3. How can we link Factory calender and Fiscal year? IS it thro Fiscal varient ?
    Pl help me to clear this doubt,thanks in advance.

  • Function Module to find difference of Fiscal Year period

    Hi,
    I have a requirement wherein a user enters 2 variables for Start and End Fiscal year period and I need  to calculate the difference ( ie: I need to calculate the number of periods ).
    I also need to pass the Fisc Year variant 'K4' as the Input parameter.
    Any standard function module for it?
    Rgds
    Shyam

    DATA: I_FYV1 LIKE T009-PERIV.
      CALL FUNCTION 'CCODE_GET_FISCAL_YEAR_VARIANT'
        EXPORTING
         COMPANY_CODE           = i_billno-bukrs
         COMPANY_CODE           = S_BUKRS-LOW
        IMPORTING
          FISCAL_YEAR_VARIANT    = I_FYV1
       EXCEPTIONS
         COMPANY_CODE_NOT_FOUND = 1
         OTHERS                 = 2.
    IF SY-SUBRC <> 0.
       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      CALL FUNCTION 'ME_DETERMINE_GJAHR'
       EXPORTING
      I_BSTYP         =
          I_BEDAT         = P_DATE
         I_PERIV         = I_FYV1
      IMPORTING
      E_H_MONAT       =
        E_H_GJAHR       = GJAHR1
      E_H_DATUM       =

  • Difference in Fiscal year start value under Asset history sheet

    Dear Experts,
    When I run the report S_ALR_87011990 for April and May the report should show the same FY start values. But you will notice that three classes of assets are showing different values. Z310, Z500 and Z510.
    What could be the reason for this difference in FY start value I am a new to this issue.
    Need your urgent assistance.
    Thanks & Regards,

    Hi Mahesh,
    First narrow down for what are all the assets there is some difference in FY start.
    Then check if any transactions have been posted in the month of May which affects Previous year balances like prior period adjustments etc.
    Hope by this way you could solve the issue.
    Regards,
    G.Sethuraman

  • Carry forward of residual budget to next fiscal year

    Hi all,
    We are trying to implement Funds Management.  As part of year end closing, we need to carry forward residual budget of a particular budget type which i have created by using program FMMPCOVR.  However, the standard SAP residual key figure does not seem to be providing the correct figures to carry forward.  It throws out all budget types, and all entered budgets, not taking into account the consumed budgets as well.  I have thus created a new key figure which is simliar to the standard key figure, but change the budget type under the "budgeting data" tab to restrict to only the budget type I'm interested in.  It is still not working though, results are the same.  I'm not sure if I have created the key figure correctly.  Can someone please advise?
    Simlilarly, I have also tried to restrict the Funds to carry forward by only selecting a particular fund type by indicating in the "Restriction of FM Account Assignments" on the selection screen of FMMPCOVR.  The filter doesn't seem to be working either.  It throws out all funds of all fund types.  Can someone please adivise on this too? 
    Regards,
    maz

    Thanks Farhad...
    May I ask how did you manage to do some validation in the budget workbench?  Is there any user exit/badi that we can implement?  We wanted to do some validation on the Fund and Fund Center values which users will enter, to prevent them from entering the wrong combination.  In our business requirements, for every Fund entered in the budget workbench, users can only enter a particular group/range of Fund Centers.  Currently, the system allows free entry of any Fund and Fund Center combination.
    We are using Funds Management ECC 6.00.
    Regards,
    maz

  • Variable for budget from starting to previous fiscal year?

    Hi experts,
    The requirement i got in my report to calculate Budget upto previous fiscal year.
    For ex: If my project starts on Nov 2004 , then i want to calculate for the year Nov 2004 to Mar 2008.
    I tried for variable Cumulate to last fiscal yeard

    Hi,
    Here I'm giving the code to get Months based on System date, so you change this code to as per your requirement.And if any use input variable is there then you need to use ....
    LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'ZVARAIBLE'.
    ENDLOOP.
    Note: So by using this variables you need to restrict your Keyfigures with offset values.
    * First Month Of Current Fiscal year comment*
        WHEN 'FMYEAR'.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                 EXPORTING
                   i_date               = sy-datum
    *         I_MONMIT             = 00
                   i_periv              = 'V3'
                IMPORTING
                  e_buper              =  zbuper
                  e_gjahr              =  zbdatj.
          CLEAR: l_s_range.
          l_s_range-low+4(2) = '04'.
          l_s_range-low+0(4) = zbdatj.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    * Last Month of Current Fiscal year*
        WHEN 'LMYEAR'.
          CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
                 EXPORTING
                   i_date               = sy-datum
    *         I_MONMIT             = 00
                   i_periv              = 'V3'
                IMPORTING
                  e_buper              =  zbuper
                  e_gjahr              =  zbdatj.
          CLEAR: l_s_range.
          l_s_range-low+4(2) = '03'.
          l_s_range-low+0(4) = zbdatj + 1.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
    Thanks
    Reddy

  • Remove budget in Project System from prior fiscal years

    Hello,
    Budget control has been activated in PS.  In PS, it is on annual budget so there's budget and actuals in FY 2003, 2004, 2005, 2006, & 2007.  Is there a way to remove the annual budget in those Fiscal Years?  I've deactivated budget control using tcode CJBW.  Once budget control is deactivated, I tried removing the budget but it's giving an error "budget exceeded." 
    Is there a way to remove budget in PS for prior fiscal years?
    Thanks.

    hi,
    as per my knowledge, you had already de-activated the budget control.
    so, my Q is why do u have to remove/delet the budget, when the system has no control of budget on project.
    regards
    parikshit

  • Carry forward a Cost and Profit Center Budget to the next fiscal year

    Good day SAP Gurus
    How do i carry forward Cost Center and Profit Center  Budget from one fiscal year to the next fiscal year?

    Hello,
    You would not be able to carry forward these plan values becuase they are planned with respect to a particular period and year. The budgets only get carry forward for cost objects like orders and WBS where the objective is to accomplish a particular job.
    Kind Regards // Shaubhik

  • Formula to calculate two fiscal year/period difference for non null quantit

    We'd like to have a query result like the following:
    Person -- Jan_2007 -- Feb_2007 -- Mar_2007  --  No. of Months
    Tom --- 21 --- 54 --- 10 --- 2
    John --- 0 ---  3 --- 15 --- 1  
    In the above query, the row is sales persons, the 1st three columns list the sales quantity by each sales person restricted by fiscal year/period and we would like to create 4th column "No. of Months" to calculate (will use formula) the month span (difference) for each sales person from his last sale activity (the last month he performed sales) and the 1st sale activity (the first month he performed sales) as listed in the above query result, e.g.,  Tom performed his first sales (sales quantity: 21) in the month of January of year 2007, and he performed his last sales (sales quantity of 10) in the month of March, 2007, then the "No. of Months" column value for Tom is 2.  The calculation formula will be performed based on the last quantity value (> 0) to trace it's corresponding column fiscal year/period value (max of the fiscal year/period value with quantity value >0) and on the 1st quantity value (>0) to trace it's corresonding column fiscal year/period value (min of the fiscal year/period value with quantity value >0) and then do the subtraction between the max of the fiscal year/period value and the min one. 
    Would be appreciated if BEx experts here give the detailed steps on how to build up this formula to calculate the number of month difference and we will give you reward points!
    Edited by: Kevin Smith on Mar 18, 2008 1:47 PM

    hi Danny,
    I only gave an example of 3 columns, but actually, yes, the report can have more than 12 months, e.g. from Jan_1999, Feb_1999, ..., Mar_2011, Apr_2011.
    In our simple example of 3 columns for the three consecutive months, if John had (3)(0)(15), then the No. of Months is 2, or the last month value he performed sales and 1st month he performed sales.
    You said macro in Excel sheet?  Not sure if macro will work on web since we will eventually run the reports on web browser, therefore we still prefer using Formula.
    Any idea/solution?
    Thanks!

  • Budget control - Assigned funds are less than payment budget for fiscal year in document item

    Dear Experts,
    We are using Former budgeting, when ever we run the transaction FMBV getting the following message to a particular user.
    Budgeting
    Assigned funds are xxxx BHD less than payment budget for fiscal year
    2014 in document item XXXX /XXXXX .
    And also when purchasing creates the PO getting similar message to a particular user.
    Purchase order 450000XXXX
    Assigned funds are XXXX BHD less than the commitment budget for
    fiscal year 2014 in document item 010 XXXX /XXXXX .
    How to know where these users were maintained.
    Thanks for the help

    Hello Itai,
    Sorry for my late reply. Have you been able to find a solution for this?
    If not, please update, otherwise please make this thread as answered.
    Sorry for the delay...
    Kind regards, Mar.

  • Carry forward to next fiscal year G/L balances shopwing Difference

    Dear Sapgurus,
    I am trying to carry forward the gl balances for 2009 to 2010 in the tcode f.16 i got differences and then i used the tcode faglgvtr for ECC. 6.0. Still i am getting balance differences in the fiscal year 2010.
    Please anyone Provide me how can i clear/correct the gl balances.
    regards,
    Tirupati

    Dear Ravi,
    Thanks for your replay.
    Actually now we are in 2012 fiscal year. the documents are posted in 2010 fiscal year 13th period. It is not suggestible to do carry farrowed from 2010 to 2011 fiscal year because of the reports were already submitted.
    We have done testing in quality system that reversed the posted documents by giving the same dates and later we did the f.16 to carry farrowed from 2010 to 2011. Then the balance was became "0" at 2011 fiscal year beginning. But it is not suggestible in production.
    Could you please suggest any alternative solution or any correction program.
    Regards,
    Mr. Rao

  • Difference between calender year and fiscal year

    Hi Experts,
    Can you please let me know What is the difference between calender year and fiscal year?

    Hi Suresh,
    Calender year  begins on January 1 and ends on December 31.
    A fiscal year (or financial year or accounting reference date) is a 12-month period used for calculating annual ("yearly") financial statements in businesses and other organizations.It can be any 12-month period that a company uses for accounting purposes.
    hope its clear
    Cheers
    Sunil

  • BI Reporting: LO & FI environment differences? Role of Fiscal Year Variant

    Hi,
    I will soon be on a project as a Reporting BI Consultant in the Finance environment. A first, but I have worked as a SAP BI Reporting person in SD environment in the past.
    1. What should I expect to be different reporting for FI compared to LO?
    2. In particular, I have some questions about fiscal year variant after reviewing the many documents on this site.
    Let's say k4 is the fiscal year variant and my understanding is that it can be a calenda dependant fiscal year variant, meaning that postings on R3/ECC are stored by months from Jan to Dec[ Is this a true statement about the storage of data? ]
    i.   Now, if this is the case,about data storage, then how is k4 used in reports?
    ii.  If k4 is stored in months then what if the data is needed per weeks, or per days on reports?
    iii. On the same report can there also be another fiscal year variant k5? Any real life examples to clarify it?
    3. What are the challenges I should expect in reporting for finance i.e. as an SAP BI Reporting Consultant?
    Thanks

    A. Aging like how many days Account Receivable been outstanding.. report like 0 - 30Days, 31 - 60Days and 61 - 90Days and so on.
    B. Everything like fisc* depends on variant and everyting 0cal* depends on normal calendar. A record can't have more than one fiscal variant. Like I mentioned to you, a company code may use one of the variants they are allowed to use and everything is based on that. I am not sure I answered your querstion.
    C. Let's assume 05/30/2011 is the calendar day and K1 variant is Jan - Dec, so the 0fiscper = 005/2011 0fiscyear = 2011 and 0fiscper3 = 05 and if the variant is K2 which is July - June then 0fiscper = 011/2011 and 0fiscyear = 2011 and 0fiscper3 = 11. in your report you have to give users variant selection as mandatory variable to get appropriate result.
    2i. like I mentioned above, based on the variant selection, the report displays the correct value.
    2ii. Just like any other data aggregation, if you data is stored by period and they want to drilldown by week, then you need to store your data at detail level. That is why aggregation is very important.
    2iii. Like is is explained above, a company can use only one variant, if you want to get data for Z1 countries, then in the variable selection they pass K1 and likewise for K2. The challenge here is if you want to display both K1 and K2, this is real challeng for global reporting. In this case you have to convert the K2 to K1 in transformation so that you can use one variant for both countries. That way both K1 and K2 coutries for the same fiscal variant will be displayed.
    thanks.
    Wond

  • Validation(in the planning function) is failing to read fiscal year

    Gurus,
    We created a fox formula in the planning function for validating budget data so that users do not profile above the allowed budget. We declared variables correctly as follows:
    **Declare variables*
    **++++++++++++++++++++++*
    *DATA CURRBUD TYPE F.*
    *DATA DIFF TYPE F.*
    *DATA HEADF TYPE F.*
    *DATA FUNDF TYPE F.*
    *DATA FUNDFX TYPE F.*
    *DATA HEADF1 TYPE F.*
    *DATA HEADF2 TYPE F.*
    *DATA HEADF3 TYPE F.*
    *DATA HEADFX TYPE F.*
    *DATA FUNDF1 TYPE F.*
    *DATA FUNDF2 TYPE F.*
    *DATA FUNDF3 TYPE F.*
    *DATA FUNDF4 TYPE F.*
    *DATA FUNDF5 TYPE F.*
    *DATA FUNDF6 TYPE F.*
    *DATA FUNDF7 TYPE F.*
    *DATA FUNDF8 TYPE F.*
    *DATA FUNDF9 TYPE F.*
    *DATA FUNDF10 TYPE F.*
    *DATA FUNDF11 TYPE F.*
    *DATA FUNDF12 TYPE F.*
    *DATA KVERSION TYPE 0VERSION.*
    *DATA KYEAR TYPE 0FISCYEAR.*
    *DATA KGRZHEAD TYPE ZGRZ_HEAD.*
    *DATA PAREA TYPE AREA____.*
    *FOREACH KGRZHEAD, KYEAR.*
    **Original Budget*
    *HEADF1 = {0AMOUNT,KYEAR,CRBU,0,KGRZHEAD,FUNDPROF }.*
    **Supplementary Budget*
    *HEADF2 = {0AMOUNT,KYEAR,CRBU,SUP,KGRZHEAD,FUNDPROF }.*
    **Returns Budget*
    *HEADF3 = {0AMOUNT,KYEAR,CRBU,RET,KGRZHEAD,FUNDPROF }.*
        *HEADFX = HEADF1 + HEADF2 - HEADF3.*
      *FUNDFX =*
    *{0AMOUNT,KYEAR,HEAD,0,KGRZHEAD,FUNDPROF}.*
    FUNDFX = FUNDFX + FUNDF.**
    *ENDFOR.*
    **Calculate the Difference between the Approved budget*
    **And the Funding profile amount for the year*
    **++++++++++++++++++++++++++++++++++++++++++++++++++*
    *DIFF = HEADFX - FUNDFX.*
       *IF DIFF > 0.*
          *MESSAGE I025(ZGRZ) WITH  KGRZHEAD HEADFX FUNDFX DIFF.*
      *ELSEIF DIFF  < 0.*
         *MESSAGE E026(ZGRZ) WITH  KGRZHEAD DIFF HEADFX FUNDFX .*
      *ELSEIF DIFF = 0.*
         *MESSAGE W027(ZGRZ) WITH  KGRZHEAD HEADFX FUNDFX.*
      *ELSE.*
         *MESSAGE E028(ZGRZ)WITH KGRZHEAD.*
         *EXIT.*
    ENDIF.
    A variable FYEAR has been created for characteristic 0FISCYEAR. This formula has been working correctly last year but when we changed the variable to point to 2011, for this year, it refuses to read that variable. The system is giving the followign error message:
    Value of variable Fiscal year (FYEAR) cannot be determined
    This only experienced in production, but in Develoment and QAS the function is working properly.
    Kindly assist,
    Tatenda
    K
    Edited by: tatenda chigwedere on Jan 4, 2011 4:13 PM

    Hi,
    I think you are talking about IP / BPS. Please post your thread to the relevant forum. This forum is for BPC on NW platform.

Maybe you are looking for

  • How to display more than one data on the same page?

    Hello all, I have a question that is if I want to choose more one data on the same page and the data is selected from the same column. I.E I want to tick more than one boxes in the page but the data is selected from the same column.

  • Dynamic variables in Web Intelligence

    Hi Team, I am new BO reports. Have already worked on Crystal reports XI. With that knowledge, I have started working in BO web Intelligence reports. I am able to create a universe and able to create a sample WebI report using the universe. SQL viewer

  • Help Promise 378 Sata (non raid) Windows install

    Ok I am now atempting a fresh WinXP install on my new WD Raptor. The Problem being that XP setup does not see my Sata drive. After F6 it gives me the following choices... "Win2000 Promise Sata378 Controller" "WinNT Promise Sata378 Controller" "Win Se

  • Possible to not use film rolls?

    I don't have many pictures, and have about as many film rolls as pictures! I want all my iphoto library to be stored in one location (i know I can create a new film roll and place all pics there), BUT, I also want all future imported pics to simply d

  • In creative cloud, can closed captioning be exported with video in HD and SD format?

    Can I format closed captioning in both HD and SD format?