Previous year arrear

Hi Experts,
CLIENT IS USING LEGACY SYSTEM CURRENTLY.
Currently the client is having FY from Feb - Mar. Now they are planning to streamline there process with standard and make FY from Apr - Mar.
Now for FY 2007 employee has paid ITax upto Feb. In FY 2008 we are planning to include Mar 2007 salary. so now Form 16 will reflect 13 months salary (since he has not paid tax for Mar 2007).
I want to upload the employee's Mar 2007 salary in system against the wagetype like previous year arrear and standard wagetype used for this purpose will be "Taxed but not paid" wagetype.
(since employee has been paid Mar salary but no tax has been deducted)
For achieving this I need to know the Taxable income and Exemptions for each employee for Mar 2007.
I will upload the March payroll data for each employee and then find Taxable income and Exemptions, and thereafter calculate the net taxable income and then I'll suppy this amount to that employee in IT0015 against the wagetype "Taxed but not paid" in period Apr 2008.
Please suggest whether I am proceeding in a right manner or if there can be a better way to achieve this or if this process may result in some problems.
Regards,
Tomesh
Edited by: Tomesh Sahu on Jun 23, 2008 3:47 PM

Hi Sur,
/616  Add gross salary,It is related with section 89 relief ( claim of income tax difference)
This wage type stores the differences between the gross actually paid and the gross salary including the arrears payment.
The reason for creation of /616 is some employees  receives money/income  that of a previous period(arrears) or that of a future period in the current period , hence there is a change in Ptax and the employee can claim for the difference in PTax (section 89 Relief)
Check table T511K and look at what value you maintained for S89SW
Set the Value field to 1, if you want the system to compute Section  89(1) Relief for your employees.
Set the Value field to 0 or leave the field blank, if you do not  want the system to compute Section 89(1) Relief for your employees.
If you don't want to calculate it automatically please maintain  subtype 0004 in IT0588
>Please Check  PCR IN89, and table S89 in payroll log ( from this table you can understand the process that creates /616 )

Similar Messages

  • Import Fixed Asset on Previous Year

    Hi experts,
    I would like to know, is it possible to upload fixed asset on previous year as fiscal year. For example I want to upload asset per June 2010 as beginning period, I tried several ways to upload but I couldn't find the right one.
    I tried to upload fixed asset data with depreciation start / capitalization date before Jan 2010 and succeed
    eg.
    Asset: Printer
    Acquisition date: 01 Feb 2009
    Depreciation start date: 01 Feb 2009
    APC value: 22000000
    Useful Life: 36
    Remaining Life: 25
    Ordinary Depr: 8066667
    But it didn't work out with the depreciation start / capitalization date on Jan - Jun 2010
    eg.
    Asset: Printer
    Acquisition date: 01 March 2010
    Depreciation start date: 01 March 2010
    APC value: 2100000
    Useful Life: 36
    Remaining Life: 36
    Ordinary Depr: 0
    Any help will be most appreciated. Thanks

    Yes, I did. It said "We recommend you to import fixed asset master in the past years. If you insist on importing an asset for the current fiscal year, make sure the depreciation start date is the first date of current fiscal year and the Remaining Life is the same as the Useful Life." This case is different, the company wants to upload asset as per June 2010 as its beginning balance =) Thx for your reply Julie

  • Parameter for current year and previous year

    Hi all,
    I currently have 2 reports where the query is the same except in the where clause I have it filtered to current year and previous year based on the List_Date. I would like to make this one report with a parameter of Current or Previous year.
    Would I create 2 more datasets one for current and another for previous? I would think there is a easier way. Any help or direction would be great.  

    If you define a parameter in SSRS, you can use it's value in your query. Just make sure the parameter name, and CASE (SSRS is case sensitive when it comes to parameters) are the same in SSRS and your query. There's a parameter tab on the dataset properties.
    It SHOULD auto fill, but it never hurts to check, just in case.
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.
    Yes it did auto fill the parameter tab in the dataset and I get a parameter to enter the year when I preview the report. Still a little confused on how I do current or previous year. Are the next steps what I need to do?
    @yearParam parameter:
    1) Create  Available or Default values 
    2) Current and Previous year as label
    3) For Value do I need to use a expression for current year =Year(now()) and previous Year?
    4) Add a filter on the tablix for list_date?

  • Opening Balance from Previous Year Closing Balances

    HiWe are trying to create multiple year budgets for balances sheets which rely on previous year info for opening balances.Our time dimension has months and year to date as the low level.e.g. TOTAL_YTD Jan_YTDYears are in dimenison scenario.

    Please ignore posted before complete

  • Closing Stock correction for the previous year

    Hi,
    We wish to do the closing stock correction of previous year (2006-07) by way of posting GRN and Issue entries on 31st March 2007. Will it corrcet the Opening Stock as on 1st April 2007!!
    Also will there be any issue while doing this work!!
    Thanks for your kind support and help.
    Best regards,
    Mohar

    Open the project in CJ20N. Go to menu bar path: Edit-> status-> Close. Save project. Please note that you must first have gone through the normal progression of status moves from CRTD to REL to TECO before you will be able to close. 
    You have costs on the WBS that need to be settled to a cost center or other WBS
    You have RA that still needs to be run and settled
    This can get comlicated if you are not doing full settlement as you will have to open up the past periods to fix it.

  • How to use previous year keyfigure data in current year for other keyfig

    Hi Expert,
    I have 1 requirement wherein I need to use previous year data for some keyfigure calculation.
    Details are as follows:
    I have designed query with CKFs Turnover & UVG (in rows) & Fiscal year period in columns.
    Suppose Keyfigure Turnover data is displayed from Apr2009 to Mar 2011. In UVG: for Apr 2010, i need Turover data of month Apr 2009, for May 2010 turnover data of May 2009 similarly for other months.
    As per my understanding, I need to use customer exit which will store kf turnover data in internal table & in turn it will be used for UVG.
    But I'm not able to put it into syntax.
    Kindly suggest your inputs in this scenario.
    Thanks,
    Shamkant

    Hi
    Note that the variable ZCALCCALMTH is exit type and variable ZCALMTHREF is ready for input.
    WHEN 'ZCALCCALMTH'.
    IF i_step = 2. "après le popup
    READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZCALMTHREF'.
    IF sy-subrc = 0.
    CLEAR l_s_range.
    year1(4) = loc_var_range-low(4).
    year1(4) = zyear1(4) - 1.
    zmonth1(2) = loc_var_range-low+4(2).
    CONCATENATE zyear1(4) zmonth1(2) INTO loc_var_range-low(6).
    zyear2(4) = loc_var_range-high(4).
    zyear2(4) = zyear2(4) - 1.
    zmonth2(2) = loc_var_range-high+4(2).
    CONCATENATE zyear2(4) zmonth2(2) INTO loc_var_range-high(6).
    l_s_range-low = loc_var_range-low(6).
    l_s_range-high = loc_var_range-high(6).
    l_s_range-sign = 'I'.
    l_s_range-opt = 'BT'.
    APPEND l_s_range TO e_t_range.
    ENDIF.
    ENDIF.
    bye
    Boujema

  • Crystal report formulas to view revenue for current & Previous Year

    Hi all,
    We have a requirement to create a formula in crystal reports to display the current month revenue and previous month revenue along with few dimensions and also current fiscal year revenue and previous year.
    For ex on SAp ecc table CE11000.
    Please provide the syntax for above requirement.
    Quick response is appreciated.
    Thanks.
    DJ

    HI AlunJD,
    Thanks for your quick turnaround.
    Here's the structure of table i have fields like Currency type,Document Number,Fiscal year , Company code,country, Countrygrp,Document type, Sales quantity & Revenue.
    My requirement is to display Revenue for current Fiscal Year and Previous Fiscal year and aswell as Current Month And previous month in the same report.
    Is there any functions to create a formula to display data on above mentioned logic.
    Thanks.
    DJ.

  • How can I view my phone calendar for the previous year via my laptop?

    I have to extract appointments for tax purposes and as this is my first smart phone (Samsung Galazy S3), I have no clue if this is possible or where to look? I thought when my phone did its back up it backed up everything...now I'm guessing just my contacts?
    PLEASE HELP! TIME SENSITIVE!

        Help is here, sbsue! Lets see if we can figure this out. Which calendar are you using? Is it the one on your S3? If so, did you back up by going in settings > accounts > Gmail accounts and sync? If the calendar was synced, log on google.com/calendar to view the previous year. Let us know which calendar was used so that we can better assist.
    Thank you,
    LenaA_VZW
    Follow us on Twitter @VZWSupport

  • MDX to fetch record from 1st of current month to 5th of next month and same for previous year

    In my date dimension I have a attribute CalendarDate. I do have a hierarchy [Date].[Year].[Quarter].[Month].[CalendarDate] as well. I need to fetch data starting from 1st working day of current month to 5th working day of next month by MDX. I do have a attribute
    to filter working day as IsWorkingDay. How can we get a dynamic MDX that will find the current month first and than it will filter the record from 1st working day of current month to 5th working day of next month. And same for the previous year same month
    to compare.
    Thanks in advance!
    Palash

    Hi P,
    You can use a calculated member to dynamically add all the days in the current month and the first 5 in the following month.  You will need to change measure, cube and hierarchy names.
    with member measures.ThisMonthAnd5 as 
    sum([Date].[Year].parent.children,Measures.[Sales])
    +sum(Head([Date].[Year].parent.nextmember.children,5),Measures.[Sales])
    select 
    {Measures.[Sales]
    ,Measures.ThisMonthAnd5
    } on 0,
    non empty [Date].[Year].[CalendarDate]  
    on 1
    from MyCube
    Richard

  • NoFilter vs Previous Year

    Hi All,
    I am new to BO/WEBI and I am facing an issue with a simple cost center report. My plan is to build a report with following structure
    Cost element │ Act. Month │ Plan Month │ Budget Full Year Current │ Budget Full Year Previous Year │
    and I am using following input controls
    Cost center (Single value)
    Fiscal Year/period (Single value)
    The columns contains following:
    Cost element: The Dimension “Cost element”
    Act. Month: The measure “Amount actual”
    Plan Month: The measure “Amount plan”
    Budget Full Year Current: The formula “Plan Total - Current year”
    Budget Full Year Previous: The formula “Plan Total - Previous year”
    The two formulas is made as below
    Plan Total - Current year:
    =NoFilter(Sum([Amount Plan])) Where ([Cost Center]=ReportFilter([Cost Center]) And [Fiscal year]=[Current year] And [Version]="Plan/actual version")  
    ([Current year] = Right([Fiscal year/period].[Fiscal year/period - Key];4) (I would have used Reportfilter, but for some reason it gives me all the values)
    Plan Total - Previous year
    =NoFilter(Sum([Amount Plan])) Where ([Cost Center]=ReportFilter([Cost Center]) And [Fiscal year]=[Previous Year] And [Version]="Plan/actual version")
    [Previous Year] = Left(Right([Fiscal year/period].[Fiscal year/period - Key];4);2)+ If(Right(ReportFilter([Fiscal year/period]);4)="2012";"11";If(Right(ReportFilter([Fiscal year/period]);4)="2013";"12";"13"))
    Now I am facing following issues
    The column “Budget Full Year Previous Year” is blank (properly due to a  #Multivalue-issue). How do I fix this?
    Is there a smarter way to find “Budget Full Year Current” and “Budget Full Year Previous”
    The column “Plan Total - Current year” is working, but this is properly because the variable choose all the year and the Input control filters the right year
    Thanks in advance
    Peter

    Hi Gill
    Yes I am using Bex as my data source. I have asked IT to make the selection within Bex, but it created some new issues
    IT made a measure for Budget Full Year Previous, which was based on Current year - 1. Unfortunately this only worked if the users choose this year (2014) and the Budget Full Year Previous would then be 2013. If the user select fx August 2013 the Budget Full Year Previous will again be 2013
    As an alternative IT suggested the selection should be in a prompt on the query. This could maybe work, but my report is quite slow so the user has to wait approx 2½ min each they change period.
    Thanks for reply
    Peter  

  • Giving error while creating a sales contact for the previous year (2008)

    Hi Friends,
    We are currently with SP12. When we try to create a sales contract for the previous year it is giving error like "Schedule line is for the item 100 cannot be after the order's latest delivery date".
    i tried debugging and found that that there is a rule created for this (in SP12). I commented the rule and tried to create a contract but, again got an error "Error while saving". This error I can't catch while debugging.
    I even didn't find where the schedule line date and header cancel dates are set so that I can change the dates manually.
    If any one has any idea, kindly help me.
    Best regards,
    Swarna Seeta

    Hi Wolfhard,
    Thanks for the reply.
    You are right and I have uncommented the line which assigns true to the return value and the contract got saved now.
    Thank you so much.
    I just want to know whether commeting this rule effects any of the functionalities of the sales contract.
    Best regards,
    Swarna Seeta

  • Catch up depreciation from previous year

    Hi all,
    I am using an asset from 1st July 2008. But we have posted the first APC in month of March 2009 using transaction (CJ88) with Asset value date as 1st Feb 2009. As a result the capitalisation date in Asset master shows 1st Feb 2009.
    (APC amount 3337.15, Straight line dep for 10 yrs).
    (Note: I have mentioned 1st Nov 2008 as ordinary dep start date against Ordinary depreciation area).
    Now when depreciation is run for March 2009, I could see catch up depreciation for month February and March depreciation i.e., (27.8+27.8) = 55.16
    But I need to post in March 2009, catch up for 8 months (july 08 to feb 09) and march month's dep.
    When i tried to change Asset value date to 1st July 08 for other assets while posting CJ88, system doesnot allow me as its in previous year 2008. It permits me to enter saome date in 2009 only.
    Currently I am using unplanned ordinary dep.
    Could anyone please help me by suggesting any method so that I need not run ordinary depreciation everytime and decrease my workload.
    Thanks,
    DSK

    Hi,
    prior year depreciation is not automatically caught up by the depreciation run. If you need to catch up prior year values, then indeed you have to post unplanned depreciation.
    Of course it would be best to capitalize the asset at the moment of readiness and not to wait a couple of months.
    Regards,
    Markus

  • Document split for previous year open item

    Dear All,
    We have upgraded from 4.6 to ecc 6.0 .I have a problem of document splitting .
    Suppose there is open item of previous year i.e vendor  and after 1.4.09 the liability is transferred to another vendor the system gives me error that' profit center field in line item 001 is not filled' which seems correct as open item before 1.4.2009 does not have profit center.If the same liability is paid through bank than bank a/c is maintained in 3kei and document gets posted.
    Also when salary is paid ,some salary is deducted for paying lic premium so salary payable account is credited  on 31.3.09 and after 1.4.09 the same a/c is debited and credit is given to LIC OF INDIA.
    Both payable a/c and lic of india are balance sheet items and system gives me error while posting the documents.
    If the same transactions are after 1.4.09 the system inherits prctr from previous transactions but since in above examples there is no prctr in previous documents the system throws error message
    'profit center field in line item 001 is not filled' .
    Kindly provide me suggestions
    Thanks and regards
    vijay

    Hi,
    Thanks for your reply,
    Yes we have migrated on 1.4.2009 and test migration have been performed .
    But my client is to close books of accounts so it is having the said requirement of vendor to vendor transffer,kindly suggest me other alternative
    Regards
    vijay

  • 'You can post in new year only after closing the previous year

    Hello Experts,
    I am also getting same error while executing depreciation run AFAB ''You can post in new year only after closing the previous year''.
    I found one OSS Note 18800 and it is saying solution as below ...
    At the first depreciation posting in the new fiscal year after a shortened fiscal year, the fiscal year variants must, in all cases, still be entered in asset customizing and in FI customizing for the affected company code. If necessary, all periods for the following fiscal year must be maintained with the variant of the shortened fiscal year.
    Up to 2.2D the following correction must also be installed:
    Please carry out the syntax check only in main program SAPLAFAR.
    But in my case there is no shortended fiscal year.
    Can I apply this OSS note correction instructions ?
    Please suggest me.

    Hi
    I don't think so. Moreover that is applicable till 2.2D.
    Moreover depreciation is to be run for all periods you have not run earlier. Please check upto which period dep run has happened. Thereafter close the fiscal years in order thro AJAB.
    S Jayaram

  • Unable to avail credit 50% balance of previous years credit on capital good

    Dear All,
    Cenvat on Hold :
    Unable to avail credit 50% balance of previous years credit on capital goods.
    When Capital On-Hold is taken for a year(for vendors) and selected a Vendor and when Transfer Credit is clicked,the error message appears.(TCode - J2I8)
    Cannot Reconcile : Crossed Return Date, please Reverse
    Message no. 8I582
    Pls guide.......
    Regards
    Sachin

    Hi,
    The above error message looks to be a strange one in J2I8.
    As per the above message, check whether there is any pending subcon-challans due for reversal using J1IFR transaction.
    Also check whether you are getting subcon challans in J2I8.
    Finally, check whether any SAP notes are available.
    Thanks & Regards,

Maybe you are looking for

  • Security-Kerberos Event ID 9 - Smart Card not working for Login due to CRL download failure

    We have 8 computers that users were able to login with a Smart Card on one day. The next day they couldn't. Everyone else can login with a Smart Card without issue. These users can login with their smart card on other systems without issue. No users

  • How to get Material column in FBL5N

    Hi Experts, Our client has a requirement where they want to have material as a column in FBL5N report. Using the layout we are able to add material column. However, it is blank for all line items. We understand that in FBL5N, we get FI documents and

  • Scan multi-page less convenient in Acrobat Pro 8

    Scanning a multi-page document is less convenient in Acrobat Pro 8. In prior versions when a page had been scanned a dialog box was presented in which the user could simply press Return or Enter to scan another page, or Escape if there were no more p

  • Anything after 3.6.3 doesn't open window, but process appears in task manager.

    After trying to upgrade from 3.6.3 Firefox never opens, it will still show that it is being used in processes under the task manager, but no window ever comes up. Version 3.6.3 works perfectly but any version after has the same effect. I am running W

  • Having trouble syncing ipod 3rd gen from itunes

    I have had my ipod for 6 months and all of a sudden I can not sync it with itunes. At first it said it was corrupted so I brought it in and they replaced it, but now after being able to sync 1/2 of my audiobook it will not sync anymore and says "the