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

Similar Messages

  • 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

  • How do I create an auto page height with nested divs

    I am using DW4 to create a website and am using nested divs to create the auto widths for the browsers
    How do I make the height auto adjust for differing amounts of content? Different pages have different amounts of content so I want that height to auto flex with it if I can. Currently I give the Container a fixed height, but that is limiting ...
    Here is my code so far - have not assigned specific style sheets yet
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    #Container {
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    top: 1px;
    height: 800px;
    #Header {
    width: 753px;
    position: absolute;
    z-index: 2;
    top: 9px;
    background-color: #7599E3;
    height: 146px;
    left: 4px;
    #towncarheader {
    position:absolute;
    left:8px;
    top:12px;
    width:533px;
    height:48px;
    z-index:1;
    #phone {
    position:absolute;
    left:456px;
    top:78px;
    width:292px;
    height:26px;
    z-index:2;
    #navbar {
    position:absolute;
    left:20px;
    top:123px;
    width:733px;
    height:33px;
    z-index:5;
    #bodycontent {
    position:absolute;
    left:16px;
    top:211px;
    width:724px;
    height:538px;
    z-index:3;
    background-color: #FFF;
    #footer {
    position:absolute;
    left:5px;
    top:748px;
    width:730px;
    height:37px;
    z-index:4;
    background-color: #7599E3;
    body,td,th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    body {
    background-color: #666;
    h1 {
    font-size: 18px;
    h2 {
    font-size: 16px;
    h3 {
    font-size: 14px;
    .largewhite {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 36px;
    color: #FFF;
    .redtext {
    font-size: 18px;
    color: #900;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Container">
      <div id="Header">
      <div class="largewhite" id="towncarheader">Northwest Town Car Services</div>
      <div class="redtext" id="phone">
        <div align="right"><strong>Reservations | 503-702-5999</strong></div>
      </div>
      <img src="images/head.jpg" width="756" height="150" alt="BLue header" />
      </div>
      <div id="bodycontent">
        <p>Portland Airport Shuttle Services <br />
          Transportation to and from PDX International airport<br />
          How you make your next trip to Portland Airport could be the best thing about your journey.<br />
          By choosing Northwest Town Car’s Airport Shuttle Service, you will have chosen a stress free solution for your trip, both there and back. <br />
          First time customers: <br />
          When you reserve your first trip to PDX Airport receive 20% discount when paying by cash or check. | 10% if you pay by credit card. <br />
          Our service area covers:<br />
          Greater Portland areas<br />
          Beaverton<br />
          Hillsboro<br />
          Tigard<br />
          Tualatin<br />
          Lake Oswego<br />
          West Linn <br />
          View a complete list of our Locations and Rates &amp; Services <br />
          Call for your reservation - 503-702-5999 | Or make your Shuttle reservation online.<br />
          We take care of the details.<br />
          Our luxury sedans provide the best alternative transportation solutions for every busy traveller. Whether you are taking a business or a personal trip, we will take care of the details.<br />
          We always arrive at least 5 minutes early at your doorstep. We make certain you have plenty of time so you can check in, check your luggage.<br />
        </p>
        <p>Our chauffeurs are experienced and will make sure they have your returning flight details so we can track your flight. We know if your plane will be delayed or a little early. Knowing that we will be there waiting for you when you arrive, no matter what time it is, gives you a bit more peace of mind.<br />
          Getting you to your destination safely is our priority and we pride ourselves in knowing the area well and providing the best routes available.<br />
          Our mark of success is your satisfaction.<br />
          Northwest Town Car opened its doors in 1998 and is proud to continue providing superior sedan and town car transportation choices to our customers.<br />
          Our Vehicles<br />
          We offer a variety of vehicles to meet your business and personal needs.<br />
          Our Fleet includes Town Cars, SUV’s, and Mini Vans.<br />
          Additional Services<br />
          Business / Executive events<br />
          We work with local corporations, businesses and hotels across town. Our areas of coverage include:<br />
          Westside<br />
          Beaverton<br />
          Tigard<br />
          Tualatin<br />
          Lake Oswego<br />
          Downtown Portland<br />
          Personal events<br />
          No matter the occasion we can get you to your destination safely and in style.<br />
          Weddings<br />
          Parties<br />
          Personal night on the town<br />
          Tours including Wine tours</p>
      </div>
      <div class="redtext" id="footer"> &copy; 2010 Northwest Town Car Service</div>
      <div id="navbar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="#">Home</a></li>
          <li><a href="#">Fleet</a>      </li>
          <li><a href="#">Rates | Services</a></li>
          <li><a href="#">Testimonials</a></li>
          <li><a href="#">Resource Links</a></li>
          <li><a href="#">Contact</a></li>
        </ul>
      </div>
      <p> </p>
      <p> </p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    Thanks Kathryn

    #1 Don't use the Height property on any wrappers or containers that will hold text.  Height is a restriction in every browser except IE -- which treats height as if it were min-height.  People need to be able to increase text size in browser (View, Zoom , Text only) without causing damage to the page.
    #2 Why are you using absolute positioning?  Don't you realize this layout method is a huge cross to bare?
    Here is why:
    http://apptools.com/examples/pagelayout101.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How are tax updates handled in SAP for asset depreciation?

    We are implementing Assets and currently using a system that not only calculates the tax on depreciation but also updates any new changes to the taxes as mandated by the federal and state government.
    My understanding is that SAP does not auto update the tax changes in the system unless we have a tax software, is that right? And if we have no need for a tax software just to update depreciation tax changes, what are the options out there that will enable the new tax to be calculated and applied in SAP?
    We are looking for an auto option instead of manually updating the percentage rates/tax for calculating depreciation in SAP. Is there any software that can be interfaced to SAP that can perform this function and enable the calculation of depreciation tax?
    Appreciate any input/suggestions or help in resolving this issue.
    Thanks

    In AM you set-up a separate depreciation are for TAX with complete different rules as your normal depreciation. You can do with it what you want to get the correct values.
    Based on your tax requirements you can set this up. If there is a specific question you can drop it on this forum:
    You have option like revaluation, inflation, unplanned depreciation, write up...... When you have activated the extension AE-FIN you have some extra options.
    There is not a standard for tax changes. You have to know the change and based on that to use the correct option to update the values. There are hundreds of possible changes.

  • New Depreciation to start from Mar (not Jan) after change of useful life

    Hi
    Does anyoe has any solution or will there be changes to SAP B1's Fixed Asset?
    Let me explain the full scenario as below:
    1) Customer has Fixed Assest which has useful life of 25 years, i.e. 300 months.
    2) The assets has been depreciated for a few months, e.g from July 2008 to Mar 2009. In FA Master Data, it shows the remaining useful life is 294.
    3) From Mar 2009 onwards, the management decides that the userful life is to be 30 instead of 25. The past depreciated value is to remain. The new depreciated value is to be effective from Mar 2009 onwards.
    Changes Done
    1) In Fixed Asset Master file, under the General tab, a change has been made to the Useful life from 300 to 360. The remaining life is auto-change to 354.
    2) Re-run the depreciation for Mar 2009.
    3) The new depreciated value is re-calculated from Jan 2009 onwards and the adjustment is posted in Mar 2009.
    What is required is that Jan 2009 to Feb 2009 should remain the original depreciated value. The new depreciated value should be adjusted from Mar 2009 onwards.
    Please advise is there any solution or proposals.
    Example
    Asset value = 518749.95
    Useful life = 300
    Remaining Useful life = 294
    Monthly Planned Depreciated Value = 1729.17, Dec Planned Depreciated value = 1729.13
    After Changes Done
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Monthly Planned Depreciated Value = 1436.09, Dec Planned Depreciated value = 1436.06
    Required
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Jan and Feb Planned Depreciated Value = 1729.17
    Mar 2009 onwards, Planned Depreciated Value = 1404.95
    Calculation = (518749.95 - 20750 - 3458.34)/352
    where 20750 is the depreciated value for 2008 and 3458.34 is the depreciated value for Jan and Feb 2009.
    Thanks
    Siew Yuen

    Hi Yatsea
    Let me explain the full scenario as below:
    1) Customer has Fixed Assest which has useful life of 25 years, i.e. 300 months.
    2) The assets has been depreciated for a few months, e.g from July 2008 to Mar 2009. In FA Master Data, it shows the remaining useful life is 294.
    3) From Mar 2009 onwards, the management decides that the userful life is to be 30 instead of 25. The past depreciated value is to remain.  The new depreciated value is to be effective from Mar 2009 onwards.
    Changes Done
    1) In Fixed Asset Master file, under the General tab, a change has been made to the Useful life from 300 to 360. The remaining life is auto-change to 354.
    2) Re-run the depreciation for Mar 2009.
    3) The new depreciated value is re-calculated from Jan 2009 onwards and the adjustment is posted in Mar 2009.
    What is required is that Jan 2009 to Feb 2009 should remain the original depreciated value. The new depreciated value should be adjusted from Mar 2009 onwards.
    Please advise is there any solution or proposals.
    Example
    Asset value = 518749.95
    Useful life = 300
    Remaining Useful life = 294
    Monthly Planned Depreciated Value = 1729.17, Dec Planned Depreciated value =  1729.13
    After Changes Done
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Monthly Planned Depreciated Value = 1436.09, Dec Planned Depreciated value = 1436.06
    Required
    Asset value = 250000
    Useful life = 360
    Remaining Useful life = 354
    Jan and Feb Planned Depreciated Value = 1729.17
    Mar 2009 onwards, Planned Depreciated Value = 1404.95
    Calculation = (518749.95 - 20750 - 3458.34)/352
    where 20750 is the depreciated value for 2008 and 3458.34 is the depreciated value for Jan and Feb 2009.
    Thanks
    Siew Yuen

  • Post manual/unplanned depreciation in previous period

    Dear Experts,
    I really appreciate for your advices on the following issue.
    I have posted depreciation up to period 9, 2010. However, there's an unplanned depreciation journal that was missed to be posted on period 8, 2010. Therefore, I tried to create the unplanned depreciation journal on period 8, 2010 (t-code ABAA).
    When I tried to execute the depreciation (t-code AFAB) on period 8, 2010 with Repeat, Restart, and Unplanned Posting Run, the depreciation could not be posted. Then I tried to execute the depreciation on period 9, 2010 with Repeat Posting Run and the unplanned depreciation posted through ABAA on period 8, 2010 is posted on period 9, 2010.
    I have an objective to post the the unplanned depreciation on period 8, 2010 instead of period 9, 2010 even though the depreciation has been posted up to period 9, 2010.
    I really appreciate for your advices on how to post unplanned/manual depreciation on previous period or if there is any other work around available for this matter.
    Thank you.
    Best regards,
    Frans Sunarja

    Hi Frans
    You have 3 options
    Option 1 SAP recommended, but too cumbersome
    You can reverse the depreciation posting using ABF1
    refer this thread for more details
    Unable to post depreciation- Error AA730
    Option 2
    Else, pass a manual JV to shift the depreciation from current month to previous month.... You can remove the auto posting tick in FS00 for depreciation for the time being
    The JV shall be Dep a/c Dr and a Balance sheet a/c credit in Previous period AND opposite entry in current period... This balance sheet account shall be clubbed with Accum Dep a/c in your FSV (financial statement version)
    Option 3
    Same as option 2.... Use T code OASV to pass this JV
    Use Accum Dep a/c instead of a balance sheet account... OASV will allow you to pass JV into recon account
    Regards
    Ajay M

  • Auto adjust brightness ... can it be reversed?

    I cant remember if i had this problem with Snow Leopard. Not sure if this is a Lion issue or my new MBA either.
    The auto adjust brightness seems to adjust the screen brightness to low in bright light and high in low light.
    I would like it reversed as in the dark, i dont need a bright screen and in the day, i need the screen to be brighter.
    Any body noticed this same adjustment on their Lion MBA?
    If so, does any one know how to reverse it?
    Thanks

    SAP has a program to reverse depreciation but it is somewhat complex and not available on OSS.  I'm also not sure if it is limited to (or can be ported if it is) to the older depreciation program RABUCH which would limit it to those customers that currently post using RAPOST2000.
    But barring access to the program, it's not possible to reverse it.  You would have to proceed as Jagdish describes... feed the GL data that is -1 of the data that was posted.  I wouldn't do it, personally.
    -nathan

  • AFAR - Recalculate Deprec.    Auto run  in user exist ???

    Dear all,
    I change the Book Deprec. then I used the T.code : AW01N.
    SAP will tell me the message : manually run AFAB to adjust diff. data.
    So. have any user exist .
    I can insert ABAP code to AUTO. run the AFAB.  before AW01n, or after Asset create (AS91) ?
    Thanks for your help in advance.
    DDT

    We implemented Fixed Assets in SAP March 1, 2009. We set our transfer
    date to 2/28/09. Our tax department has a need to make changes to the
    depreciation lives and methods of assets that were capitalized in
    2008. We have used the Mass Change functionality to make the changes
    but can't get the depreciation to recalculate based on these new lives
    and methods. Transaction code AFAR (program RAAFAR00) does not allow
    us to recalculate depreciation for 2008. We found OSS Note 646691 and
    applied it to our DEV system. This note allowed us to change the year
    in table T093B to 2007 thus allowing the recalculation of depreciation
    to take place. We then applied the note to our TST system working our
    way up to PRD but the recalculation program does not do anything in
    TST. We don't get an error message or anything it just does not
    recalculate the depreciation at all. Is there another note that I need
    to apply in order to get this Note working correctly.
    Any help you can provide would be greatly appreciated.

  • Error in Transfer Asset Class-Incorrect depreciation calculation (FI)

    System cannot proceed the asset transfer with ABUM transaction code because it will auto calculate depreciation based on acquisition value, supposely calculate depreciation base on net book value from date of transfer.
    The calculation should be :
    Acquisiton value (cost) = $54,430.92
    NBV as at Nov 08 = $31,749.92
    Depn rate = 20% base on NBV from date of transfer
    Useful life = 5 years start from date of transfer
    After the asset transfer is done the system still calculates the depreciation based on original acquisition cost but not based on the NBV e.g $31,749.92 from the transfer date e.g 20/12/2008. The depreciation for asset after the transfer should be based on 20% for 5 years straight line method.
    When i check in asset explorer the reporting figures (comparison tab)the depreciation figures are not correct. Pls assist me on this urgently need solutions. thanks lot gurus

    Hi,
    Please check it in Depreciation key in afama under that multipul shifts and scrap value which is you are mentioned.
    Depreciation levels  afams under this levels folder base value which one is you are mentioned please check it let me know more details.

  • Wiki auto-authentication

    Hi all.
    I am struggling to find a Mountain Lion solution to auto authenticate a wiki login.
    In detail, I have a website hosted on a providers' server, and a wiki on my local Mountain Lion Server, both are perfectly reachable from outside. The wiki is integrated as a part of the external website.
    Visitors of the external website have to authenticate against the OD server, the login credentials are stored in de website database for reuse. I'd like the visitors to be automatically logged on to the wiki server as well, to avoid them having to authenticate a second time.
    Back in the Snow Leopard days, I had an XML-RPC procedure which auto authenticated the wiki. This was all working perfectly well, but since XML-RPC is depreciated in Mountain Lion, I'm looking for an alternative solution.
    regards,
    Cliff

    Am 07.06.2014 14:52, schrieb Gotthard Anger:
    > Hello, Mathias
    > Am 06.06.2014 17:46, schrieb MFaust:
    >> there are newer builds that fix the problem - eg. 115701 or 115905.
    >> Open an SR and NTS should provide you with a newer build which fixes the
    >> problem.
    > Are these builds the client affecting only? I´m using at this time the
    > 2012 client. Thats why I think needing a new po agent.
    >
    > Go
    >
    Update: Same behavior with the new 1400 client.
    Go
    Gotthard Anger
    Anwenderbetreuung Netzwerkadministration
    Landeskirchenamt der EKM
    [email protected]
    http://forums.novell.com/member.php?u=35038
    Mails an diese Adresse werden nur nach vorheriger Ansage gelesen!
    Mails for this address will only be read if you trigger me before.

  • Highlighting Text & Auto Text Options

    I've recently migrated from MS Word to Pages, and I'm determined to make this new relationship work. In Word I used its highlighting text (as with a real highlighter--yellow, pink, etc.) feature, as well as its Auto Text feature, in which I had a number of prescribed, hyperlinked comments. (I'm a teacher, and I would auto text things like, "comma error," which would then be linked to a web page about comma errors.
    Can anyone help me discover ways to do both of these in Pages? Also, is there anything for Pages like MS Word's macros?
    Thanks in advance,
    Brad Carpenter

    Welcome to the forums, Brad.
    There is no direct analogue in Pages to Word's highlighting feature. However, you can use the Comments feature to add specific comments to a specific piece of text (with the advantage that the comments can be easily hidden, since you are not changing the characteristics of the actual text). Simply select a bit of text and click the Comment icon in the toolbar, or from the Insert menu select "Comment". The selected text will highlight in document, and a comments box will appear to the left of the page, in which you can type whatever you want. In the comments box you can select whatever text you want and make it a hyperlink, by going to the Hyperlink Inspector. Unfortunately, there is not an easy way to automate the creation of a hyperlink, at least as far as I know.
    There are plenty of third-party applications that will let you store and add snippets of text easily to any Mac document, including Pages. These include TypeIt4Me, Butler, and even Quicksilver, which has a fanatical following and may be more than you need for this kind of task. I'm sure others here might be able to suggest other apps.
    One caution, however: If you intend to be sharing documents with others, they must be using Pages themselves to take advantage of these features. Unless your students are also using Pages, these workarounds won't really help.

  • When I login to Horizon View, it shows me the list of desktops to connect to. If I'm entitled to only one desktop then can View auto connect me to that desktop instead of me clicking on Connect?

    When I login to Horizon View, it shows me the list of desktops to connect to. If I'm entitled to only one desktop then can View auto connect me to that desktop instead of me clicking on Connect.

    Yes you certainly can.
    Right click any desktop in the list > Settings > in the left pane select the desktop you want to auto connect to > check "Auto connect to this desktop".

  • How to ASR 9k auto backup to external FTP server

    How to take auto  running configuration backup when use commit command in asr9k  .Our asr9k sofware Version 4.0.1[Default] .I usse the commands
    ftp client password encrypted 050D121F345F4B1B4
    ftp client username cisco
    ftp client source-interface GigabitEthernet0/0/0/14
    ftp client anonymous-password cisco
    (Password information changed)
    configuration commit auto-save filename ftp://10.10.10.3/ASR9K/asr_conf
    But auto backup not happening .following errror showing after every COMMIT command.
    ( Error:Couldn't save file /ftp://10.10.10.3/ASR9k/asr_conf.
    Error:'CfgMgr' detected the 'warning' condition 'Operation is temporarily suspended.' )
    Manually I able to take Running-configuration backup through ftp int same lacation (
    ftp://10.10.10.3/ASR9K/asr_conf ) .But automatically not happening .Please help .

    I have not personally seen this issue before but you may find verifying your config helpful.
    SUMMARY STEPS
    1. configure
    2. show running-config
    3. describe hostname hostname
    4. end
    5. show sysdb trace verification shared-plane | include path
    6. show sysdb trace verification location node-id
    7. show cfgmgr trace  
    8. show configuration history commit
    9. show configuration commit changes {last | since | commit-id}
    10. show config failed startup
    11. cfs check --> Verifies the Configuration File System (CFS)
    However I did notice the following:
    Error:Couldn't save file /ftp://10.10.10.3/ASR9k/asr_conf.  Notice the preceeding '/'?
    Thanks

  • GR/IR not auto clear in system

    Hi All,
    GR/IR not auto clear in system
    Normally every week end the system automatically clears the open items in f.13, But this time it has not clear the open items
    What could be the reason the system not to clear open items on the week end.
    So that's the reason the user manually cleared the open items
    - User has performed F.13 on 26th of Oct but system didn't auto clear the open items.
    - Those documents are posted prior to 26th of Oct and user would like to know what cause to incident.
    Please suggest me what should be the reason to come out of this issue.
    Thanks in advance
    nandha
    Edited by: nandhasapfi on Nov 8, 2011 1:07 PM

    Hi All,
    I trying to auto clear fbl3n open items in f.13,  every week end  the system defaultly  auto clears all the open items in the system but last weekend it has not been done that job.
    Suggest me what should be the reason for the above issue.
    And i checked in OB74 for the G/L a/c 123456 they have configured the below thing
    chart of account ABC
    a/c type S
    criteria 1 zuonr  assignment     
    criteria 2 vbund  Trading partner
    criteria 3 ebeln   purchasing document
    criteria 4 ebelp   item
    criteria 5 empty
    Suggest me Still any thing required to configure for auto clear the open items of fbl3n
    Thanks in advance
    Edited by: nandhasapfi on Nov 10, 2011 11:45 AM

  • IS AUTO - How to block creation of delivery

    Hi,
    We are working on IS Auto Industry. Right now we are facing one issue. We are getting confirmation of service instead of GI. I do analysed the problem and found that this is happening because of the following.
    We are creating delivery using BF Message. While creating delivery system check for schedule lines in the corresponding SSA. If there are JIT schedule line then we do not have any problem. However, If there are no JIT delivery schedules, forecast delivery schedules will be considered. In this case system will not be able to perform PGI and gives confirmation of service instead of GI.
    Can we configure the in such a way that it should create delivery if & only if JIT schedule lines exists? Otherwise, (no JIT Schedule but Forecast Schedule exists) system should throw error in BF Message.
    Pls suggest.
    Regards,

    Hello Prem,
    What I understand from your post is that you want that a delivery document created for a Sales order should not allow the quantity to go beyond the Sales Order Quantity.
    You can do this by going to the following customizing entry.
    First determine the item category relevant to you here:
    LE -> Shipping -> Deliveries -> Define Item Category determination in Deliveries
    Then go to "Define Item Categories for Deliveries". Open the relevant item category. In the field "check overdelivery" Provide value "B" and save.
    Hope this helps.

Maybe you are looking for

  • ITunes quits when I refresh podcasts with iPod touch connected

    If I click the "refresh podcast" button in iTunes (version 11.3.1.2) while my iPod touch (32G capacity currently with 4.5G available; still running iOS 5.1.1) is connected, iTunes quits. If the iPod is not connected, the refresh runs just fine; any a

  • Exporting iCal to MacBook Pro

    I have an iMac at home and a MacBook Pro that we use while traveling. When I try to export my calendar data from the iMac to the macBook Pro I get duplicate entries for items that had already been in that calendar. I have tried to restore a backed up

  • F110 - Background job cancelled

    Bacground job is scheduled for F110 (Payment run program) every night. But the job is failing with the messgae 'Message number not found'. We have recently upgraded to ECC6 version, earlier in older version(4.6C) the job was getting completed with ou

  • Cd jewel case insert prints backwards

    I purchased a CD on itunes. When I try to print the jewel case, it prints backwards.  What can I do to correct this issue?

  • No sound with ALSA, using an intel sound card

    Hello ! I have got a problem about sound on my computer. Indeed, my soundcard doesn't seems to be recognize by ALSA. It's weird, I'll show you. Well, my soundcard is : lspci | grep Audio 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel