How to Assign Auto Depreciation to G/L Accounts

1. G/L Accounts (KMY Stores + Depot Spares) are depreciated using GL entries(F-02, F-63)
2.In double Entry, Accumulated Depreciation a/c is the second one, first being either of the two above, being hit/affected.
Required -
To have these two accounts (mentioned in 1) to be assigned to Auto Depreciation.
Or, in other words, these accounts are to be automated for Depreciation, i.e. Depreciation Run should suffice for the purpose.
Kindly enumerate the steps in detail.
Message was edited by: Vijay
        Vijay John

Hi Vijay,
The solution will be in two parts.
<u><b>Part 1:</b></u>
1. Use transaction code <b>OAOA</b> to define your Asset Class.
2. Use menu path <b>SPRO-> Financial Accounting-> Asset Accounting-> Organisational Structures-> Asset Classes-> Specify Account Determination</b> to set up the account determination that you would use in transaction code <b>AO90</b>. My suggestion is for you to use the same Asset Class number for the Account Determination number.
3. Finally, assign the G/L account to the Asset Class using transaction code <b>AO90.</b>
<u><b>Note:</b></u> This G/L would be a reconciliation account and therefore would not accept direct postings
<u><b>Part 2:</b></u>
1. Create an asset for KMY Stores + Depot Spares using transaction code <b>AS01</b>.
2. Transfer the outstanding using transaction code <b>ABUMN</b>, if <b>KMY Stores + Depot Spares</b> has been maintained as an asset within your system. If not, you would probably have to pass journal entries to book the amount from the old G/L to the new Asset Class G/L account, including the accummulated depreciation. You can use transaction code <b>FB50</b>.
3. Then use transaction code <b>AW01N</b> to review the values of the asset posted with the accummulated depreciation. If the values are not correct,
4. Use transaction code <b>AS92</b> to manually adjust the "<b>***.acquis.val</b>." and the "<b>Accm.ord.deprec</b>" to what it should be and your <b>Net Book Value</b> would be corrected automatically once you save your entries.
5. Finally, you can then run your depreciation every monthend using transaction code <b>AFAB</b>.
I hope the above helps.
Do not forget to award the points please.
Regards,
Jacob

Similar Messages

  • How to assign an order to a GL account

    Hi all,
    Can anybody please let me know how to assign an order to the GL account?
    Thanks,
    S.Sumana.

    Hi,
    There is no such an assignment. When you post a document, you define your G/L accounts and cost objects. If you want to make a default internal order for certain cost element, you can go to KA02 or OKB9 and define the defaults there.
    Regards,
    Eli

  • How to assign device,installation.premise,contract,contract account

    Hi..
    How to assign device,installation.premise,contract,contract account  to one BP?
    Rgds
    harish

    hi hari
      raj here..sorry  for delayed reply.little busy.himan at the moment  which  module r u  concentrating??
    since accessing  emails are  impratical for me now..so am  pasting the steps for a complete bill and invoice generation
    pls follow it  in  order
    BUSINESS MASTERDATA
    BUSINESS PARTNER     FPP1
    CONTRACT  ACCOUNT     CAA1
    CONTRACT               (obtained automatic during movein)
    TECHNICAL MASTER DATA     
    CONNECTION  OBJECT     ES55
    PREMISE                                     ES60
    DEV LOCATION                     ES65
    DEVICE CREATION STEPS     Tcode
    MATERIAL CREATION     MM01
    DEV CATEGORY                     EG01
    SERIAL NUMBER  (DEV)     IQ01
    DEVICE CREATED      AFTER THE ABOVE STEPS
    REGISTER GROUP                  EG04
    INSTALLATION                  ES30
    FULL INSTALLATION                  EG31
    MOVE IN                                  EC50E
    SCHEDULING                  EA43
    METER READING ORDER     EL01
    METER READING ENTRY     EL28
    BILLING                                   EASIBI
    INVOICING             EASIBI/EA19
    AUTOMATIC BILL SIMULATION     EA00  (IF NECESSARY)
    U  NEED TO  ALSO  MAINTAIN  BILLING  MASTER DATA TOO PARALELLY
    GO TO  SAP EASY ACESS -CONTRACT BILL-MASTERDATA...
    PROCEED BY  CRETAING FROM  RATE TYPE TILL TATE DETERMINATION IN ORDER AS GIVEN IN  THE SAP EASY  ACCESS SCREEN
    PRICE ADJUSTMENT  CLASS IS NOT NEEDED AT THIS MOMENT  FOR U
    feel  free to  ask  doubts and if u  are still need of screen  shots give me shome time i  iwll make it for u
    kr
    raj
    raj on Oct 17, 2008 7:08 AM

  • How to assigned my new(Sales Order) to account fact sheet

    Hi All,
               I created a new view in component BP_FACTSHEET.and add this view in runtime repository(under main window).then i want to add this new view  into spro(CRM->UI Framework -> UI Framework Definition -> Maintain Fact Sheet.) component.How to add this view ,its asking for component name  interface view and inbound plug .then i want to display this view in BSP_DLC_FS component (BSP_DLC_FS/factsheet ).any body help me in this requirement.how to solve this problem for account factsheet.
    Thanks in Advance..
    Vishwas

    Hi S Reddy,
                      Thanks for ur reply.When i copied the view from BP_BPBT component (BP_BPBT/AccountSalesOrdersOV ) into my enhanced component (BP_FACTSHEET).Whole fields are not coming in my view.(some fields are coming).how to copied the field from intrection histroy to new view.also i want to configure this view into SPRO (UI Framework -> UI Framework Definition -> Maintain Fact Sheet.).Can you tell me these step.
    Thanks in advance
    Vishwas

  • How to assign different passwords for different resource accounts

    Hi everyone,
    We have a situation where we have users with two resource accounts. They have different passwords with different lengths.We are using Flat file active Sync adapter to create users in both resources and there we are setting passwor.password field. But we need to set different passwords to every resource account and it is obviosly it can not be done with password.password field. We tried e password view before provisioning where we chekout the user and set the follwing parameters:
    <set name='userview.resourceAccounts.selectAll'>
    <s>false</s>
    </set>
    <set name='userview.resourceAccounts.currentResourceAccounts[RES1].selected'>
    <s>true</s>
    </set>
    <set name='userview.resourceAccounts.password'>
    <ref>accountId</ref>
    </set>
    <set name='userview.resourceAccounts.confirmPassword'>
    <ref>accountId</ref>
    </set>
    But it did not worked. So is there a way to set different passwords to different accounts in SUN IDM?
    Oh and forgot to mention we are using Sun Idm 8.1 patch 9.
    Best regards.

    I actually managed to change the required password but i copied this in Provision externeal Resources.
    <Action id='1' name='Check out password view' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='type' value='Password'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='authorized' value='true'/>
    <Argument name='subject' value='Configurator'/>
    <Argument name='TargetResources'>
    <List>
    <String>RES1</String>
    </List>
    </Argument>
    <Return from='view' to='userview'/>
    </Action>
    <Action id='2' name='reset password'>
    <expression>
    <block name='reset password' trace='true'>
    <set name='userview.resourceAccounts.selectAll'>
    <s>false</s>
    </set>
    <set name='userview.resourceAccounts.currentResourceAccounts[RES1].selected'>
    <s>true</s>
    </set>
    <set name='userview.resourceAccounts.password'>
    <ref>accountId</ref>
    </set>
    <set name='userview.resourceAccounts.confirmPassword'>
    <ref>accountId</ref>
    </set>
    </block>
    </expression>
    </Action>
    <Action id='3' name='check in password view' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkinView'/>
    <Argument name='view' value='$(userview)'/>
    <Argument name='authorized' value='true'/>
    <Argument name='subject' value='Configurator'/>
    </Action>

  • Which node i assign  Auto Reaction Method, CCMS_Configuration

    Dear Friends,
         which node & how to assign auto reaction method in properties push button..
    Regards,
    kalees

    Dear Rodrigo Pertierra,
    The Periodic Job in the Control Tab try to Set the job to run more frequently.
    I hope this will help you,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8ecb690-0201-0010-4e88-f8f56d2b8d65
    http://help.sap.com/saphelp_me21sp2/helpdata/en/ac/825f18c02e454dac8da51f4eb22265/content.htm
    Thanks & Regards
    Agasthuri Doss

  • How to assign chart of account to company code

    hi all,
              i am using SAP ECC 6.0
               in my hierarchy , i follow following menu path for assigning company code to chart of account but there is no option there
    my menu path is as follows :
    Financial Accounting (NEW) -> General Accounting New -> Master Data -> G/L Accounts -> Preparations
       and in sub menu (of Preaprations) following options there :
      1) Revise Chart of Accounts (only documentation)
      2) Edit Chart of Accounts List
      3) Define Account Group
      4) Define Retained Earnings Account
    also one more hierarchy is ther name as : Additional Activities , but no option for Assignment of company code to Chart of account (COA)
    now , how can assign company code to chart of account
    plz help
    regds
    shailesh
    Moderator: Please, avoid asking basic questions

    Hi,
    Financial Accounting (New)-Financial Accounting Global Settings (New)-General Ledger Accounting (New)-Master Data-G/L Accounts-Preparations-Revise Chart of Accounts,Edit Chart of Accounts List,Assign Company Code to Chart of Accounts,Define Account Group,Define Retained Earnings Account
    Direct try this Tcode is OB62 or logoff thesap and logon
    Regards,
    Kanike

  • How can I auto load Safari thru a non-Admin user account

    Okay, maybe I don't want to do this - - but can I?
    I have my old iMac setup to turn on at 8am. I would like to access it remotely through LogMeIn.com. But I need Safari running for remote access.
    I'd prefer to have Safari running in a 'Guest' User Account with no Admin rights (then from LogMeIn.com, switch to my user account and I can enter my password manually).
    I know how to auto login to a Guest account, but how do I have that account auto start Safari? Only Administrators can have programs start automatically, right?
    I don't want to auto-login (with password if that's even possible) to my main Administrator account.
    Any suggestions?
    Thanks in advance

    I use iKey to remap the keys. It has a little more function then youpi key. For many years, I used youpi key before switching to iKey.
    In addition, ikey will allow you to run ikey applications when ikey starts.
    !http://farm3.static.flickr.com/2700/4178949301_cea8fa07a2.jpg!
    You might like iKey/youpi key. I have my frequently used applications set to f keys. The same f key starts an application and switches to the application.
    Youpi key is free. It works fairly well for me in MAC OS 10.4 although not officially supported. There is a commercial version you can buy, called iKey.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11485&vid=75326
    I have the common programs that I use assigned to function keys. I have F4 assigned to Firefox. When I want to start FireFox, I press F4. When I want to switch to firefox, I press F4! Starting & switching to an application in Mac OS are the same thing in Mac OS.
    Here is an example of to assign volumn control to a function key.
    http://discussions.apple.com/message.jspa?messageID=10361085#10361085
    Here is a solution with XTool. XTool Uses exact screen addresses. So a movement of an icon will cause you trouble.
    do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep 'Resolution'" -- get info
    tell the result to set {DisplayWidth, DisplayHeight} to {word 2, word 4} -- get resolution
    --move mouse {DisplayWidth div 2, DisplayHeight div 2} -- center mouse
    move mouse {670, 13} --sound
    click mouse
    move mouse {673, 96} --sound level
    click mouse
    move mouse {555, 282} -- center mouse
    click mouse
       First, there is the XTools scripting addition, which will give AppleScript the ability to move the mouse. 
       http://www.lestang.org/osax/XTool/
       XTool-2.0-src.dmg.tgz 
       Installation :
       Drag
    .osax from insite the image to one of the following locations (create the directory if it does not exist) :
     a : ~/Library/ScriptingAdditions/
       b : /Library/ScriptingAdditions/
       c : /System/Library/ScriptingAdditions/
       I have it in directory /System/Library/ScriptingAdditions/ 
       My other two directories do not exit: ~/Library/ScriptingAdditions/ & 
          /Library/ScriptingAdditions/
    .    Next, you will need to place a script application into your login items (System Preferences > Accounts > Login Items) that will move the mouse when you log in:

  • Luxury Auto Depreciation

    My client wants to calculate tax depreciation for luxury vehicles pursuant to Rev Proc 2007-30, which identifies actual amounts to be depreciated by year, verses a standard calculation through a depreciation key such as MCAR. Example... Asset Cost 10,000 Depreciation per yr per regulation needs to be by year:
    2007    3,060
    2008    4,900
    2009    2,040
    I currently was using depreciation key MCAR with multilevel method 053 within phase 1 of the deprecation. I have also created under Tcode AFAMA a maximum amount by year and assigned it to my depreciation key MCAR. However, once I post to the asset, I do not see the maximum value amount within my phases as well as it does not default the maximum amounts by years as I need.
    If anyone has experiences with Luxury Auto Depreciation, please contact me via email and/or call me at 281-451-1698.
    Thanks in advance for your assistance……….

    From a US perspective virtually all SAP customers use FI-AA to manage their tax values.  Probably half of the issues, concerns, questions, pain points, etc. come from the tax area which proves that customers are very active in utilizing this. 
    That said, there are many customers that have been tracking the values (areas 10, 11, 12, etc.) but not productively using them.  These customers tend to use SAP and FI-AA without any issues for many years but for a variety of reasons not related to SAP (usually related to bad experiences from the original implementation) the tax group will download data from area 01 and do their reporting offline.  This is clearly a sub-optimal process.  I have not yet seen an IRS regulation that can't be met in SAP.  Mid-Year, Mid-quarter, luxury auto, capitalized interest, tax depreciation, etc. can all be done relatively easily
    1. Each of these conventions can be handled.  It is customary to have different classes (such as Land) use different conventions and change between them at appropriate times in the year.
    2. This is just a matter of defining the depreciation key appropriately. 
    3. SAP doesn't depreciate based on rate tables...  it's more systematic.  In the case of Federal MACRS Tax depreciation, SAP follows the same rules that the IRS requires and derives the appropriate rates. 
    -nathan

  • How to transfer of depreciation to copa

    Hi Experts,
           Plz, give me the details of how to post the depreciation to the copa value fields. How it is updated at copa. pls, provide the steps to do this.
    Thanks in advance,
    Mahesh.

    You need to map value fields to Depreciation GL account/loss or gain accounts on sale of assets gl account
    the path for maintaining is :
    Controlling - Profitability analysis - Actual postings - Direct postings from FI  (KEI1)
    You need to create a settlement structure and assignment. In assignment you need to maintain the gl accounts/cost elements and value fields

  • How to assign itemrender variables in global public variable of my applicaton.

    Hi Friends,
    How to assign internal item render values in global public variable. can u see below example.
    List have one itemrender,within the itemrender i am using data grid .The  dataGrid have itemrender.now i tried the data grid itemrender assign values to public variable of my application,but the Error came... How can u slove this Problem Any One can Help to me.
    Example:
    public var myData:arrayCollection;
    <mx:List variableRowHeight="true" dataChange="validateNow()"  width="900" id="Lst_userlist" verticalScrollPolicy="off"  horizontalScrollPolicy="off" 
         buttonMode="true">
    <mx:itemRenderer>
      <fx:Component>       
       <mx:VBox paddingTop="-5"  horizontalScrollPolicy="off" verticalScrollPolicy="off" >        
             <fx:Script>
              <![CDATA[        
               override public function set data(value:Object):void
              ]]>
             </fx:Script>
             <mx:VBox id="vbox_grid" horizontalScrollPolicy="off" verticalScrollPolicy="off" width="890"  paddingLeft="10" paddingTop="5"
                     backgroundColor="#317152" color="#FFFFFF">        
              <mx:DataGrid visible="false" includeInLayout="false" height="100%" id="membershipGrid" alternatingItemColors="[#DCDCDC,#F8F8FF]"
                  paddingLeft="5"  horizontalScrollPolicy="off" color="black"
                  horizontalGridLines="false" verticalScrollPolicy="auto"  verticalGridLines="false"   rowHeight="25"
                  borderSkin="{null}" showHeaders="true" borderVisible="false" dataProvider="{data.dataCollection}" width="900" >
               <mx:columns>
                <mx:DataGridColumn width="180" headerText="Name" minWidth="150" sortable="true"  wordWrap="true" >
                 <mx:itemRenderer>
                  <fx:Component>
                   <mx:HBox horizontalScrollPolicy="off"   >
                    <fx:Script>
                     <![CDATA[
                      override public function set data(value:Object):void
                      function Click_Name():void
                        outerDocument.myData=data;  //  Here Error  came                 
                     ]]>
                    </fx:Script>
                    <mx:Image id="fileimg"    buttonMode="true"  toolTip="This is the User's Home Organization"/>          
                    <s:Label  id="lbl_Gridcloumn_name"  width="200" buttonMode="true" textDecoration="underline"  click="Click_Name()"  />
                   </mx:HBox>
                  </fx:Component>
                 </mx:itemRenderer>
                </mx:DataGridColumn>
    </cloumn>
    </datagrid>
    Error:
            Access of possibly undefined property myData through a reference with static  type com.istmanagement.views:ProgramAcessRights_ComponentInnerClass3.
    Thanks,
    Magesh R.

    Hi Flex harUI ,
    Thanks man....because  of i was stugle in last one week.... once again Thanks.......

  • How to assign numbers in external number range?

    Dear experts,
    Since NUMBER_GET_NEXT can only be used to assign numbers in internal number range, how to assign numbers in external number range?
    So far, I only know the NUMBER_CHECK function module to deal with external number ranges and it only check a number whether it lies in any external number range or not, but it doesn't update any number range status. What I need is a function module like NUMBER_GET_NEXT that supports external number range.
    Thanks in advance.
    Regards,
    Haris
    Edited by: harissahlan on Oct 19, 2011 5:44 AM

    With external number range, there is no updating of the number range objectt. The only thing you need to know is whether the number you wish to assign is allowed according to the external number range. And also check if there isn't already an object/document with the same number in the database.

  • How to assign a task to Reuestor in OIM 11g

    How to assign a task to a requestor (who has raised a request for other user).
    I created a Task assignment adapter and mapped variable in Process definition as
    Map To: Request Info
    Qualifier: Requester User Login
    Still it returns null and default task is assigning to System adminstrator. I am pasting the Task Assignment code here. User key value coming as Null.
    Do you have any idea what is the exact mapping required in Process definition.?? Pls note: I am using OIM version 11.1.1.5.0
    public class TaskAssignmentToUserAdapter {
         Logger logger = Logger.getLogger("COM.IDM.PROV.COMMON.ADAPTERS");
         public String getTargetType(String targetType){
              return targetType;
         public String assignTaskToUser(String userKey,tcDataProvider dataProvider ){
              System.out.println("The user key value:" +userKey);
              return userKey;
         }

    Not sure what sample code I can give you, but you need to do a query in your adapter like:
    select REQUEST_KEY from OIU where ORC_KEY='?'
    Here ORC_KEY should be mapped to the process instance key.
    Once you have the Request key, you can use RequestServcie APIs to get the requester information. http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/request/api/RequestService.html#getBasicRequestData_java_lang_String_
    Or if you don't care then get the requester key from the request table. Thus you can have the final query as:
    select USR_LOGIN from USR where USR_KEY=(select REQUESTER_KEY from REQUEST where REQUEST_KEY = (select REQUEST_KEY from OIU where ORC_KEY='?'))
    HTH,
    BB

  • How to Open & Close the periods in Asset Accounting for Depreciation.

    Dear All,
    How to to How to Open & Close the periods in Asset Accounting for Depreciation ? Please let me know
    If there is any T.Code or procedure for it.
    Your help is highly appreciated.
    Thanks & Regards,
    Pankaj.

    Dear Alex ,
    1) I am facing one problem that one of my asset 123 I Capitalized on 13.09.2006 have deactivated on
    14.05.2008. with value of Rs.1.00.000/- all the activities are closed down related it on deactivation date.
    In 2009 a new asset 456 purchased with different value. But in T.code OARP in column cumulative acquisition
    value it is showing value of Asset 123 instead of it's own capitalization value.
    2 ) And about my Asset 123 it is also showing a Cumulative Acquisition value in year 2009 which it
    should not display because I have already deactivated that asset. ( The same checked in AR03 )
    Please help.
    Your help is highly appreciated.
    Regards,
    Pankaj.
    P.S :- Keep the discussion on for further assistance.

  • How to file auto number in save for web ?

    Hi All,
    how to file auto number in save for web ?
    I have make an action script in Photoshop cs5 that
    change the image resolution and SaveForWeb...
    (but at this point user need to supply the file name)
    so, How to write the code/action such that when the
    action button is click the image will save into the file
    file2eMail_001,file2eMail_002,file2eMail_003,file2eMail_004
    or to any unused number ?
    thank for any help!

    You could also ask over in the Photoshop Scripting Forum, I’m pretty certain stuff like progressively numbered copies has been addressed there previously.

Maybe you are looking for