Required to calculate the depreciation from 01.04.2011

Hello Experts
My client did the capitalization of certains assets through WBS settlement with a capitalization data as 31.03.2011 (he is folloiwng the fiscal year variant as April to March). However, as per his internal policy the depreciation calculation is required from next financial year onwards ie., 01.04.2011 onwards
They are struck in depreciation run, since the system considered the depreciation to be posted (for one days) for those assets are posted with a capitalization date as 31.03.2011.
Is there any way that the depreciation should not be posted for the selected assets as on 31.03.2011 and need to calculate the depreciation only from 01.04.2011 (next financial year onwards)
Kindly revert
Regards
Anil

Hi Anil
The only way is to change the Dep Start Date for these assets in AS02
You can use Substitution: Mass Change transaction in order to process them in a mass mode (OACS)
br, Ajay M

Similar Messages

  • Sap has stopped the depreciation from 2010 onwards

    Hi Gurus,
    We have one issue in asset accounting,i.e,assets in particular companycode have been capitalised on 2010,useful life is 10 yrs.means afer 2009 alsoremaining useful life is still 1 year.But it has stopped the depreciation from 2010 starting months only for depreciation area 01.for remaining depreciation areas properly posted,we have checked the cut-ff value key ,there is no cut-off key in depreciation key,where we have to check nad what would be the possible soluation.
    Thanks in advance
    Jana

    Hi all,
    Thanks for your reply,
    for a particular company code almost 150 assets have not been depreciated from 2010 january onwards.all assets have been capitalised on 02.11.1999.useful life is 10 years.So upto 2010,4th month assets have been depreciated.here fiscal year varient is V6 means start with july month and end with june.
    Thanks in advance
    JANA

  • How to calculate the total from users input in switch?

    I dont know how to hold the input from user. But here is part of my coding :
    System.out.println ("Type 1 for buying Ruler"+
    "\nType 2 for buying Pencil");
    stationaries = console.nextInt();
    switch (stationaries)
    case 1 : System.out.println("Ruler per unit : MYR1");
    System.out.println("How much does you want? : ")
    wantRuler = console.nextInt();
    sum = wantRuler * 1;
    break;
    case 2 : System.out.println("Pencil per unit : MYR2");
    System.out.println("How much does you want? : ")
    wantPencil = console.nextInt();
    sum = wantPencil * 2;
    break;
    How can I calculate the total for both of the stationaries if user wants 5 for ruler and 6 for pencil?

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.
    Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.

  • Calculate the day from posting day in Customer Statement Report PLD

    Hi All,
    I do try to copy the PLD of Customer Statement Report to make modify. I try to calculate the how many day from the posting date until today. What is the formula and operation for this calculation?
    Also I found out that the posting on PLD is free text. How to get a real value from PLD? Any idea on this?

    Greetings,
    You can use a formula field to calculate the date diffrence between the posting date and the system / server date. But because the date value shows up with the DB specified type, you can 'chop up' the date into something more manageable, something along the lines of:
    Field_XXX - (CONVERT(CHAR(8),GETDATE(),10))
    where Field_XXX is your posting date field
    * in my hurry to post i realised this was for the Query Manager, let me dig through my implementation folder for the right formula*
    I dont quite understand your last line though:
    "Also I found out that the posting on PLD is free text. How to get a real value from PLD? Any idea on this?"
    Edited by: Davinder Singh on Mar 27, 2008 3:46 PM

  • How to calculate the depreciation for an asset under repair for a month

    Hi,
    I have placed an asset (Laptop) into service 01.01.2013 and I have calculated the depreciation for the 1st period and in the second period 01.02.2013 the laptop is broken and which was sent to the service center and for that entire month no depreciation is calculated. I wanted to start the depreciation for the same asset on 01.03.2013.
    how to process for the depreciation for 3rd period and for the 2nd month what should be the activity of the asset?
    Please explain in detail.
    Thanks,
    Santhosh.

    Hi,
    If you do not want to post depreciation for an asset, then assign depreciation key 0000 for the asset.
    OR
    Use the asset shutdown option in field status group in time dependent tab.
    Regards
    Srinivas

  • How can I calculate the load from all modules in ECC6.0 for our production

    Hello Experts,
    I have doubt , how can I check the load from all modules like FI, SD, MM, HR, PP, BASIS, ............etc from sap level. Can you explain from which transaction and how to check the workload for each module seperately from sap level. We are wondering about the size utilization of each module. Our production database is R3 ECC 6.0 on Oracle 10.2 on AIX operating systems.
    Thanks for your help in this regard.
    Thanks & Regards,
    Haseem.

    Hi
    Check in ST07 the application monitor.
    Regards
    Bhaskar

  • How to calculate the value from prompt and use the value as filter

    Hi everyone,
    I am designing a OBI query. I want to write a query and one of it filters comes from the dashboard prompt. Say I want to make a query to pull out the record for 3 consective years and user wants to enter the last year # and omit entering the first 2-year code#.Thanks!

    Hi,
    if i understand your question
    you have a prompt for year.. and it's assigned with presentation variable, say: var_year
    And you are just entering value for only one year, say 2000.
    Then, the request (which is using that prompt value as filter) should display year values 2000, 2000-1 (i.e. 1999), 2000-2 (i.e. 1998).
    Is this your requirement?
    If then,
    Hope you are using edit box as control for year prompt and assign a presentation variable for that prompt.
    Now, in report go to filter of year prompt, click on advance > Convert this filter to SQL.
    write here... *Times.Year between @{var_year} and @{var_year}-2*
    And make sure that your var_year is integer, if not cast it to integer

  • Reboot require after install the application from SCCM 2012 deployment

    Hi team,
    I have a application which is having 2 executable files. 
    1.exe and 2.exe , reboot is require after install every executable file. Please suggest me how can implement this.
    Once reboot done (1st executable file installed and reboot), SCCM should start 2nd executable file.

    No, because when the application will be installed it will evaluate the requirements of the deployment types in the order of the deployment type priority. The first deployment type that can install, based on its requirements, will be installed, after
    that the application will be considered installed and it won't process any other deployment types.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • I am unable to mirror the screen from a Mid 2011 iMac using AirPlay?

    All I get is a black screen.
    I am running OS10.10.
    EVERYTHING is up to date.
    Both are on the same wifi network.
    iTunes WILL play to the AppleTV 3d generation.
    AppleTV is up to date also.
    When i open the icon on the menu bar, I can see Mirror iMac and Extend Desktop.
    Only Extend Desktop can be checked.
    I have restarted the Netgear R7000 router (up to date), the AppleTV, and the iMac.
    No luck.
    Thanks in advance.

    Is anyone having this problem?  iTunes will play from the iMac (10.10) to the Apple TV (7.0.1) video and audio no problem  iPad Air 2 and iPhone 6 (8.1) also.  I can NOT select Mirror iMac at all. 

  • What is setting for the depreciation calculate on the basis of assets value date

    Hi ,
    My client requirement to calculate the assets depreciation on the basis of assets value date,
    every assets transaction will have take base assets value date
    Acquision   1  Assets value date 1.4.2014
    transfer Assets value date 15.3.2014
    Wbs settlement  Assets value date 20 .3.2014
    second acquisition Assets value date 28.03.2014
    if anybody know about the setting ,Please provide me important setting ,

    Any setting related to assets posting variant ? to calculate if anybody know the setting please inform.

  • How to Calculate Diminshing Depreciation

    Hi Everyone,
    My task it so calculate dimishing depreciation,the exact requirement
    Meter number(s) will be given as input along with a specified date (which may be a future date also). The program is supposed to calculate the depreciated value of the meter from the time of acquisition to the specified date. The depreciated value calculation is to be done as per the specifications given by Meter Testing Dept. as follows:
    1)     Method of calculation:            Diminishing value
    2)      Rate of depreciation:
    Meters purchased up to 1991:      6.00 %
    Acquisition Date before 31.03.1991
    Purchase year 1992 & 1993:       8.24%
    Acquisition Date between 01.04.1992 to 31.03.1993
    Meters purchased after 1993:       12.77%
    Acquisition Date between 01.04.1993 to 31.03.2005
    4)      Calculation of partial year: Rounded to nearest year
    Acquisition Date after 01.04.2005 calculate on Monthly basis and after 12 months the value is Zero.
    pls help me in this regard or if u want any otther info let me,
    Thanks,
    CAPC

    Hi CAPC,
    for the meters purchased until 31.03.2005
      - determine acquisition year ("Rounded to nearest year")
      - determine depreciation percentage according to purchase date
      - determine year for result ("Rounded to nearest year")
    and then
    [symbolic code]
    value = <acquisition value>.
    DO <result year> - <acquisition year> times.
      value = value * ( 100 - <depreciation percentage> ) / 100.
    ENDDO.
    For meters with "Acquisition Date after 01.04.2005" (should be  01.04.2005 or later, because after 01.04.2005 does not include 01.04.2005) there i a contradiction in specification: What is "Rounded to nearest year" with "Monthly basis". Probably they want to express that they choose linear depreciation for those meters: Value = <month after acquisition> / 12 for the first 12 months, ZERO after.
    Regards,
    Clemens
    P.S.: Why not use ASSET MANAGEMENT depreciation methods?
    [added P.S.]
    Message was edited by:
            Clemens Li

  • Posting of Commission Exp to calculate the Cost of Goods Sold

    Hi Team,
    I do work in an automobile manufacturing organization and is new to SAP FI module. I have a business requirement which I need to fulfill; I would appreciate if all you gurus help me with finding the solution.
    Business Scenario:  at present, we are posting the following entries to record the commission we paid to dealers for selling vehicles.
    Commission Exp (DR)
         Customer (CR)
    Customer (DR)
         Dealer (CR)
    With these entries we are not been able to track the commission based on vehicle variants i.e. Toyota GLI, XLI etc.
    New Requirement:
    To calculate the Cost of Goods Sold for a variant, I need to track the commission expense based on vehicleu2019s variants. Please help me in finding the solution.
    Thanks

    Thanks for quick response.
    Let me give little more details of type of commission entries we have
    1) Normal Commission - Fixed commission variant wise and is derived from SD.
    2) Additional Commission - No predefined formula, this is totally based on top management discretion. Management decides how much would be paid to a particular dealer.
    3) Sliding Commission deduction - Deduction of certain amount from commission on late payments.
    4) Additional Sliding Commission - Payment of additional commission based on early payment terms.
    Currently, FI department is calculating all these figures on Excel sheets and then post a JV for each type of above mentioned commission.
    How can I configure the system to calculate these amounts automatically without involving Excel Sheet help?
    and how to post these amounts variant wise along with dealers and customers.

  • Calculating the depreciation pro days instead of periods

    Hi All,
    I've to calculate the depreciation pro days instead of periods.
    Is it possble? How to do it?
    Thanks
    G.Rossi

    Hi Rossi,
    you have to make a transfer the values to a asset with a daily calculating depreciation key. You can not change the depreciation key from normal depreciation to daily depreciation on a asset which has already values.
    If you are interested in technical details: If you create a asset ANLB-PERFY is set according to the depreciation key (T090NA-XDAILY). ANLB-PERFY can not be changed in the standard. If you change the depreciation key from normal depreciation to a daily calculating depreciation key (T090NA-XDAILY = initial to T090NA-XDAILY = X) you will get the AA 662.
    regards Bernhard

  • Calculate the deadline without consider weekend

    Hi !!!
    We have a requirement to calculate the deadline for a
    workitem (eg Latest
    End) based on the Monday - Friday Calendar.
    For example, if the workitem was created on a Thursday and
    the 'Latest Start' deadline is +3 days, then it should be
    triggered on the following Tuesday (not Sunday). In other
    words, it should only take working days into account.
    Actually the workflow considers saturday and sunday, but this is wrong for us.
      Anyone can give any  idea ??
        Noemi R.
      Best Regards

    Hi,
    The use of a factory calendar for calculating deadlines is not a standard feature
    in SAP workflow. If, for example, a workitem is created on a Friday and has a 2-day
    deadline, the deadline will pass on the Sunday.
    To use a factory calendar, we implemented the solution recommended in the book
    'Practical Workflow for SAP' (first edition), appendix A.
    The main steps are:
    - choose a factory calendar to use (from SCAL)
    - create the BOR object ZDEADLINE using code from the Book, Appendix A9
      Note: the object key is Offset / Unit / CalId
    - create one or more instances of the ZDEADLINE object in the workflow container
      (eg ZDeadline2Days and ZDeadline7Days). The instance is created if you specify
      inital values for all key fields: Offset (2), Unit (D=Days) and Calendar (CalId = QN).
    - Refer to these two elements when defining deadlines in a given step.
    WF Container elements:
    ZDeadline2Days
    Zdeadline7Days
    Initial value (in the wf container, to ensure instantiation):
    Offset = 2 (or 7)
    Unit = D
    CalID = QN  (or whatever)
    cheers
    Paul Bakker

  • How to calculate the 'real data of arrival' in PO item

    Hi,
    Confirmation control keys with control type u201CDAu201D are MRP relevant
    1.     = New field time of transportation in calendar days
    2.     = Confirmation control type u201CABu201D (order confirmation)
    3.     = Confirmation control type u201CLAu201D (shipping notification)
    4.     = Confirmation control type u201CDAu201D (Date of arrival)
    When data 1-3 has been changed = 4 will be calculated again.
    Program requirements to calculate the u201Creal data of arrivalu201D:
    1.     When 1 >0 days then create 4 directly after placement of 2 (2 can be placed manually or automatically)
    2.     4 must be calculated: AB delivery date 2 + calendar date amount 1 = arrival date 4 (MRP gets a confirmed delivery      date by vendor plus transportation time)
    3.     When changes in 1 then change 4 (add calendar days to arrival date DA)
    4.      When changes in 2 then change 4 = u201Cnewu201D delivery date 2 plus calendar days 1 = new arrival date 4
    5.     When 3 u201CLAu201D is entered (manually/automatically) then calculate: shipping date LA 3 plus calendar days 1 = new arrival date in 4
    6.     When 1 has been changed then calculate 4 new (Check is 2 existing then use 2, check is 2 + 3 existing then use 3)
    7.     When 2 or 3 has been changed quantity then also update quantity in 4
    8.     When 2 has been canceled then cancel 4, too
    9.     When 3 has an inbound delivery document no. in place then copy the same no. in the inbound delivery field 4 and in the new column in MRP (MD04, see MRP view below)
    i have a lot of confuseging in this lines of code,even where u write i don't know in BADI . we are implement in BADI only.
    if possiable give me code for this requriment. . this line of code in which method we write,please guide me.............

    SDN is not your code factory, please research yourself before posting, maybe ask whoever handed you this requirement?
    Thread locked.
    Thomas

Maybe you are looking for

  • TS4040 How to close preview document?

    Preview document unable to change, remove and save. it seems dead, how to closed it? Thanks

  • ORA-12560 error in VS2010

    I'm getting "ORA-12560 TNS:protocol adapter error" when trying to Add Connection in VS2010 (Server Explorer > Add Connection > Username: hr, Password: hr, Data source name: Local Database). This is sample HR database in Oracle XE 10g. I'm guessing th

  • Photoshop CC not downloading. Could it be a firewall issue?

    I downloaded the Adobe CC app and have been trying to download the trial version of Photoshop with little success. My internet connection is working fine. That leaves me with the firewall, I guess? It'd be great if someone could guide me with how to

  • I have iPhone 6 with me.i want to change my email in iCloud

    I Have my iPhone 6 which had ios8.i want to change my email id in iCloud

  • Can't open sequences on laptop w/2.5 GB RAM

    I just getting started with FCE on a G4 laptop after using FCE on a G5. I haven't been able to open any sequences. I get the message "Could not open handler. System memory is probably very low." I tried fiddling with the memory settings without any l