Quarter of the financial year

hello friends
is their any function module to calculate the quarter of the financial year

hello,
use fm HR_99S_GET_QUARTER
greetings
Andreas

Similar Messages

  • RetrorespectiveActivation of Multiple Form 16 in mid- of the financial year

    Hi All,
    We have mainatined TAN as per the company Code in feature 40ECC. Now we want to have multiple Form 16 if there is change in company Code of an employee for the financial year 2009.
    We have not activated Multiple Form 16 Switch so far. Now in the last month of financial Year 2009 that in March'2010 (period 12/2009) we want to activate Multiple Form 16 switch from 01.04.2009. After activation Multiple form 16 Switch, we are planning to trigger retro for all employees from 01.04.2009.
    But we are not very much sure what will be the impact of activating Multiple Form 16 switch now in the last period of the financial year.
    Required your valuable inputs on this.
    Thanks,
    Ravinder

    Hi,
    Check whether multiple Form 16 switch is active or not.
    In case this is active, then the Form 16 will be generated as under:
    Company A - showing earnings from 01.04.08 to 31.12.08 only
    Company B - showing earnings from 01.01.09 to 31.03.09 as current earnings and from 01.04.08 to 31.12.08 as income from previous employment.
    In case multiple Form 16 is not active, then the Form 16 that you are getting is correct. However, in this case you need not print the Form 16 of company A. Only the Form 16 from the company code where the employee belongs to as on 31.03.2009 (i.e. last day of the FY) will be printed. And in this case the Form 16 will include complete earnings from 01.04.2008 to 31.03.2009 as current earnings.
    Hope this clarifies your query.
    VK

  • Urgent ...! How to get Current Quarter of the Fiscal Year

    Hi Friends,
       I need to calculate current Quarter of the Fiscal Year 4 , 5 like that. SAP has Provided 3 Variable(Current Quarter of the Fiscal Year 2 like that 3 variables), my customer is looking for some more variables. Can any one help me out hhow to Calculte Current Quarter of the Fiscal Year 4. How can i see the code of the SAP EXit's. Based on that i will try to write the code.
    Thanks in Advance!
    Nagesh.

    Hi Nagesh,
    the code for SAP Exits must be in Function-Pools SAPLRS_BCT* (I'm not quite sure). But this code
    seems to work different than customer Exits.
    See How-To-Guide
    https://service.sap.com/~sapdownload/011000358700002762582003E/HowToDeriveVariableValue.pdf
    for a good example of how to implement Customer-Extis.
    (It's a 2.x Guide but still valid for 3.x)
    Regards
    Robert

  • Depreciation for the Financial Year 2007-08

    Dear All,
    How to run  the Depreciation for the Financial Year 2007-08, without disturbing the Depreciation of Financial Year 2006-07.
    kindlly send me details desprications
    Regards
    Pritpal

    Posting Depreciation is a periodic activity. Depreciation is posted every priod by AFAB by aseet accountants. However it is not necessory that you need to run AFAB when you are in the current period. You can run it any time; subjected your financial accounting is open for that period. In your case you need to run AFAB for every priod from 2006 to 2007. After each year is completed, you may need to run ASKBN for APC periodic posting and cose that FY in Asset account by AJAB open new FY by AJRW (Eg. 2008).

  • PY-India: What are the implications of changing the financial year?

    Hi All,
    I am working on Payroll India.
    the client i am working for has a financial yr from March to Feb.
    What would be the implications in terms of changes required if I change the usually followed Apr - Mar financial year in SAP to Mar - Feb in Payroll? And what implication will this have on all the legal reports provided by SAP like form 16 etc.
    Specifically I wish to ask should I ask the client to change his financial yr to Apr - Mar or should I change financial year in SAP to Mar - Feb?
    Amit Upadhyay

    it would be better to go for mar to feb as per our inidan fin year
    there will be implications in tax related issues pls check those things before changes the fin year
    Edited by: Sikindar on Jan 25, 2008 4:22 PM

  • Group the financial year

    Can any body help me to write a query to get the sum of the amount for each financial year.

    Thanx for the reply here i am sending the sample data and output
    eg: Desc of the table
    CDate Date
    Amount number(10,2)
    The following is the sample data for the above table
    CDATE           Amount
    04-01-2005     3000
    05-01-2005      3000
    06-01-2005      3000
    07-01-2005     3000
    08-01-2005     3000
    09-01-2005      3000
    10-01-2005      3000
    11-01-2005     3000
    12-01-2005     3000
    01-01-2006      3000
    02-01-2006      3000
    03-01-2006     3000
    04-01-2006     4000
    05-01-2006     4000
    06-01-2006     4000
    07-01-2006     4000
    08-01-2006     4000
    09-01-2006      4000
    10-01-2006      4000
    11-01-2006     4000
    12-01-2006     4000
    01-01-2007      4000
    02-01-2007      4000
    03-01-2007     4000
    Output should be like this:
    Financial Year          Sum Amount
    April 2005 to March 2006     36000
    April 2006 to March 2007     48000

  • SSRS Line graphs, change the axis maximum and minimum by month, and change data series from calendar year to financial year

    I am using SSRS and I cannot access SQL server to answer my problem, so the solution needs to be done via SSRS only.
    I am currently trying to graph some data. The problem is, the months on the X axis are aligned by calendar year. I need the first month to commence with July, with the last month on the axis to be June. This also means that the year series need to be changed
    from calendar year to Australian financial year.
    Screenshots are provided in the comments.

    Hi Northern,
    Per my understanding that you want to show the month in the x axis as the order of the financial year(7,8,9,10...4,5,6) and also display the year in the series group as the financial year, right?
    I have tested on my local environment and we can modify the query in the sql to get the financial year value based on the fields of Calendar year, details information below for your reference:
    1. Modify the query as below:
    SELECT
    Calendar_Date,CASE WHEN MONTH(Calendar_Date)>=7 THEN
    YEAR(Calendar_Date)+1
    ELSE YEAR(Calendar_Date) END AS Financial_Year,
    MONTH(Calendar_Date)as Financial_Month,
    Billing_Amount
    FROM TableName
    order BY
    Calendar_Date
    2. Add the "Billing_Aomount" in the Value area, "Financial_Month" in the Category group area and "Financial_Year" in the Series group area.
    3. Right click the  "Financial_Month" under the Category group to select the "Category group properties",click the sorting and add below expression in the Sort by to specify the order for the month in the x-axis:
    =switch(Fields!Financial_Month.Value="7",1,Fields!Financial_Month.Value="8",2,
    Fields!Financial_Month.Value="9",3,Fields!Financial_Month.Value="10",4,
    Fields!Financial_Month.Value="11",5,Fields!Financial_Month.Value="12",6,
    Fields!Financial_Month.Value="1",7,Fields!Financial_Month.Value="2",8,
    Fields!Financial_Month.Value="3",9,Fields!Financial_Month.Value="4",10,
    Fields!Financial_Month.Value="5",11,Fields!Financial_Month.Value="6",12)
    4. Preview you will get the sample chart display as below according to my sample data:
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Is the CURRENT_YEAR variable based on our systems Financial Year?

    Hi,
    I have a report that uses the CURRENT_YEAR variable to filter data. The value of that variable is currently 2010, but our financial year starts on 1 October, so we are still in the 2009 finacial year?
    My question is: Is the CURRENT_YEAR variable based on the Financial Year start date configured in our CRM instance? or is it a "global" variable which is the same for everyone regardless of their financial year start date.
    Thanks.

    In my customer, CURRENT_YEAR and CURRENT_MONTH returns the fiscal year and month...
    Antonio

  • Selecting Invoice (OINV) records from the current financial year

    Hi Everyone,
    I would like to select Invoices (OINV) from the current Financial Year. I am located in Australia and our financial year is measured from the 1st of July to the 30th of June.
    Here is a pseudo - code sample -
    SELECT T1.DocEntry, T1.DocNum, T1.DocDate
    FROM AU.dbo.OINV T1
    WHERE "CURRENT FINANCIAL YEAR"
    Notice above that I would like to replace "CURRENT FINANCIAL YEAR" with an SQL code snippet that selects all dates from the beginning of the financial year (1/07/xx) to the current date.
    Any help here will be greatly appreciated.
    Kind Regards,
    David

    Hi Everyone,
    Here is a code snippet that permits returning only values from the current financial year -
    DECLARE @day nvarchar(2) = DAY(GETDATE())
    DECLARE @currentMonthAndDay INT = CAST(CAST(MONTH(GETDATE()) as nvarchar(2)) + (REPLICATE('0', 2 - LEN(@day)) + @day) as int)
    DECLARE @StartOfFinancialYear DATETIME
    SET @StartOfFinancialYear = CAST(YEAR(GETDATE()) - CASE WHEN @currentMonthAndDay<701 then 1 else 0 end as nvarchar(max)) + '0701'
    SELECT *
    FROM AU.dbo.OINV T0
    WHERE T0.DocDate >= @StartOfFinancialYear
    AND T0.DocDate < DATEADD(yy, 1, @StartOfFinancialYear)
    Many thanks to Faheem for providing the answer to returning only results from the current financial year, in this thread: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2edbe630-faca-4f94-a014-04f5a832f81d/returning-results-that-fall-within-the-current-financial-year?forum=transactsql
    Kind Regards,
    David

  • Require two different Financial Reports for the Same Financial Year - 2011

    Hi Experts,
    The financial Year of the client is from jan-Dec.The client needs different financial reports (P&L , B/S), one from Jan-Aug and another from Sept-Dec for the FY 2011 since the management of the company has changed from Sept-2011 onwards.  So when tried to generate the financial reports from Sept-Dec , system shows the carry forward opening balances of income and expenses from Aug 2011 which they do not want.  Since we have not done any closing activities at the end of aug-2011 this figure is bound to come.  So in this scenario is there any possibilities to get a fresh financial reports from Sept to Dec 2011 where there should not be any opening balances of expenses and incomes for Sept 2011.
    Since transferring of balances from income and expenses to retained earnings accounts has done yearly basis , how can we do this for the periods also or any other method to sort out this issue.
    Hope my question is clear. if not pls revert with the queries.
    Thanks in Advance,
    Arabinda

    Hi RP,
    I have checked F.54 . Everything is ok in that report expect the Profit and Loss which are two differnt line item in that report and also calculated fields do not display in this report. But anyway this report meets most of the requirements.
    Thank you very much.
    regards,
    Arabinda

  • Change the default year Begining from 'January" to "June"

    Hi all,
    One of our requirements is:
    The Financial year starts from June 1st and ends in May.
    So If the user selects 02-Jun-2010, Week_of_Year Function should show him as
    *'1'*
    Can you please tell me where these default values for Year are stored?
    Can they be changed as per the requirement like this?
    Thanks,
    Suma

    We have a period dates table which has the date as the primary key ( 01/03/2010 ), then various other columns representing other aspects of that date, for example:
    01 - Day of month
    03 & MARCH - Actual Month Number & Name
    2010 - Actual Year
    Q1 - Actual Quarter
    2009 - Fiscal year
    10 - Fiscal period
    Q4 - Fiscal Quarter
    Day of week number
    You could also include things like :
    Week Number
    Julian day of the year
    To allow you to sort/sequence the data June to May if you ordered by fiscal year & fiscal day of year.

  • Query regarding the financial week

    Hi
    I have been working on the logic for creating a sql code. The requirement is give a calender date it should return the week id in the financial year. For example
    if I give 1-Nov-2010 the code must return 5 as the output(as the given date belongs to financial year 2011 which starts from october 2011).Any clues please.
    Thanks in advance

    Hi,
    kumar09 wrote:
    Frank thanks for the reply
    Oct 1 is treated as the first week, irrespective of the day. From october 1st every 7 days are treated as a week and continues upto sep 30 and from next cycle it starts with week 1 again.Okay, so your business rules aren't complicated, and a pure SQL solution, like the one Solomon posted, is probably okay.
    What's wrong with Solomon's solution?
    Post a little sample data (CREATE TABLE and INSERT statements), and a query where Solomon's solution is not always producing the results you want. Point out a couple of specific places where those results are wrong, say what the right results are in each case, and describe how you get those results.
    Edited by: Frank Kulash on Dec 17, 2010 4:47 PM
    I see you've completely re-written your last message.
    kumar09 wrote:
    Frank thanks for the reply
    I have a table structure in the following format
    CALENDER ( ID int(primary key)
    Day_in_year int
    Month_in_year int
    Year int
    Quarter int
    Day_in_Financial_year int
    Month_in_Finan_year int
    Quarter_in_Finan_year int
    I have to write a procedure to populate this table from a date A to date B.( A can be any date before 1990 but B must be 01-Jan-2020)
    if I give A as 01-jan-2010 it should insert (1,1,1,2010,1,93,4,2) and this should continue upto date B.
    And the calender year and financial year start only on jan 1 and oct 1 respectively, irrespective of the day it starts. As soon as december week ends the new week starts from 1, and the same in case of financial week also. There may be 53rd week which has only 3 days or 52 weeks with 4 days etc.
    Hope I gave correct explanation of my concern.Here's one way to generate all the dates between two given dates:
    WITH     parameters     AS
         SELECT     DATE '2010-12-30'     AS start_date
         ,     DATE '2011-01-03'     AS end_date
         FROM     dual
    SELECT     start_date + LEVEL - 1     AS a_date
    FROM     parameters
    CONNECT BY     LEVEL     <= end_date + 1 - start_date
    ;Ouptut, with the parameters given above:
    A_DATE
    30-Dec-2010
    31-Dec-2010
    01-Jan-2011
    02-Jan-2011
    03-Jan-2011You can use something like this in a multi-row INSERT statement.
    The columns based on the calendar year can be computed using built-in functions, such as TRUNC and TO_CHAR.
    Solomon's query (or something very close to it) can produce the columns based on the financial year.
    If you get stuck, post your code, and explain what the problem is with it. Post the correct results you want for the parameters you give.

  • Is there a way of adjusting WEEKNUMs to match a financial year?

    Hi
    I am wondering if there is a way to have Numbers 09 adjust the WEEKNUMs so that they match the financial year, starting in the first week of April (UK). Given that I will have to do tax returns which match the financial year, it makes sense to match my accounts/Numbers files with the financial year.
    Thanks
    Nick

    nick_harambee wrote:
    I am wondering if there is a way to have Numbers 09 adjust the WEEKNUMs so that they match the financial year, starting in the first week of April (UK). Given that I will have to do tax returns which match the financial year, it makes sense to match my accounts/Numbers files with the financial year.
    I guess the place to start here is 'Which numbering system do you want to modify for this?'
    1) ISO Week: The International Organization for Standardization (ISO) ISO8601:2000 Standard
    All weeks begin on a Monday. Week one starts on Monday of the first week of the calendar year with a Thursday.
    2) (Not included as week starts on Sunday. Otherwise same as #3)
    3) Excel(and Numbers) WEEKNUM function with an optional second argument of 2.
    Week one begins on January 1st; week two begins on the following Monday.
    4) Simple week numbering.
    Week one begins on January 1st, week two begins on January 8th, and week 53 has only one or two days(for leap years).
    For modified system 1 (ISO), replace "calendar year" with "financial year". For modified WEEKNUM and Simple Week Numbering systems, replace "January" with "April"
    The nice thing about #4 is that it is "simple", and that simplicity extends to the ease of starting with any specific date. No correction factor is needed for the transition from one calendar year to the next.
    The shifting start dates of Week 1 of #1 and of Week 2 of #3 add a complication, but if these can be determined, the rest of the year can easily be numbered using the same formula as #4.
    Here are the three choices, with formulas below.
    SWN
    Start Date: April 1, constructed from A1.
    Table 1::B2: =INT(DATEDIF(DATE($A$1,4,1),A, "D")/7)+1
    (Results modeled on) WEEKNUM
    Start Date: Monday preceeding April 2
    Table 2::B2: =(DATE(Table 1 :: $A$1,4,1)-WEEKDAY(DATE(Table 1 :: $A$1,4,1),3))
    Table 1::C2: =INT(DATEDIF(Table 2 :: $B$2,A, "D")/7)+1
    (Modeled on) ISO
    Start Date: Monday preceeding first Thursday in April
    Table 2::B2: =IF(WEEKDAY(DATE(Table 1 :: $A$1,4,1),3)<4,(DATE(Table 1 :: $A$1,4,1)-WEEKDAY(DATE(Table 1 :: $A$1,4,1),3)),(DATE(Table 1 :: $A$1,4,1)+7-WEEKDAY(DATE(Table 1 :: $A$1,4,1),3)))
    Table 1::D2: =IFERROR(INT(DATEDIF(Table 2 :: $C$2,A, "D")/7)+1,53)
    Note: IFERROR traps the error that occurs when April 1 falls on a Friday, Saturday or Sunday, and assigns the days before the first Monday to Week 53. You may prefer to consider (and label) this Week 0. To do so, replace the 53 at the end of the formula with 0 (zero).
    None of the formulas will give 'correct' results beyond one year after the starting date.
    Regards,
    Barry
    EDIT: Noting your newest post, I think you may want to consider the Simple Week Numbering system, using a starting date of April 6.
    Barry
    Message was edited by: Barry

  • How to create opening balance (financial year - inclusive) as calculated column

    Hi all
    i'm trying to add a opening balance (financial year) column to a table.. Or i guess it's more of a summed balance for a specific date, and repeated for a defined date range.
    The financial year is 1-july to 30-june. the desired output column below is what i'm trying to get. It's the sum of balance as at the 1st of july for that year
    Date |balance|desired output
    1-Jul-2014| 10| 11
    1-Jul-2014| 1| 11
    1-Aug-2014| 400| 11
    .... 11
    1-Jun-2014| 50| 11
    1-Jul-2015| 7| 7
    etc
    I tried using startofyear() with lookupvalue() but that errors out if there are two or more rows for the start of the period (like 1-jul-2014).. Everything else i've tried either gives me the wrong number or #errors
    Thanks
    Jakub @ Adelaide, Australia Blog

    Jakub, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • SQL Query to find cumulative values for a Financial Year

    Dear users,
    My requirement is to create a SQL query for a table/view where I have day-wise data. I want to find out cumulative values for financial year by giving any date. It should add the values from start of financial year till that date in the financial year.
    I think creating a view of such type will post heavy burden on resources since accuimulation will be done for each day upto that day.
    Thanks

    Dear users,
    My requirement is to create a SQL query for a
    table/view where I have day-wise data. I want to
    find out cumulative values for financial year by
    giving any date. It should add the values from start
    of financial year till that date in the financial
    year.
    I think creating a view of such type will post heavy
    burden on resources since accuimulation will be done
    for each day upto that day.
    ThanksKumar's solution will serve yours purpose but m not agreed
    I think creating a view of such type will post heavy
    burden on resources since accuimulation will be done
    for each day upto that day. Khurram

Maybe you are looking for

  • MAIL application doesn't load mail and or attachments

    Help! For the longest time, my MAC MAIL that comes with all Apple computers just sits there and LOADS mail when all there is, is just a small email or pictures attached. for the most part, i'm sure these are all coming from WINDOWS machines but still

  • Troubles creating a form with Acrobat

    I have created a form with Acrobat 9 Pro. However, when it is brought up with Acrobat Reader, the following message appears: Sending data files by email: Please note, this form contains an email submit button. Clicking this button will email a data f

  • Starting Oracle XE on linux by /etc/init.d/oracle-xe start

    Hello, I installed Oracle Database 10g Express Edition on a Linux Ubuntu 7.04 (feisty) following official installation instructions found here http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#BABCEAHD bu

  • Hello i cannot find personal hotspot in my iphone 4s

    i cannot find personla hotspot in the setting

  • Search by "last Name" via PA20

    When trying search by "=last name" in the Personnel No column the message comes "enter a numeric value". What could be the reason?