Asset Reversal AB08 and Issue in Dep run

Hi folks,
I have done an inter company asset transfer Using ABT1N -Asset got successfully transferred and after posting 2 depreciations runs, i have cancelled the asset transfer via AB08. The asset posted values tab is showing me a reversal of previous depreciations in the 3rd month but the depreciation run is throwing me an error for the same asset.
The error is as follows.
113 User is not authorised to post to company in nominal   Message no. Z1144
(But I have the full authorization no issues found in su53)
Can someone please help..!
Regards,
KB

Hi,
Message is not a Standared one,
Please Check with ABAPer, There is any validations exist
Regards
Viswa

Similar Messages

  • Bugs and issues I've run into.

    First the bugs 
    PDF links are problematic.  Most of the time they just say "Cannot find an application which can open this file."  I've been able to get one to download once, but even then then the browser doesn't launch the PDFs.  If I later go into the PDF reader they are there and readable.
    Moving the cursor does not scroll the text within a textarea. 
    Going forward/back in the history causes a page to reload, including posting a form.  On web discussion forums this can cause multiple duplicate postings.
    Taps don't register accurately and I often have to tap multiple times to get what I want.
    The next/previous app gesture doesn't work most of the time
    "Weekday only" alarms go off on weekends. (I'll find out about the converse tomorrow afternoon ;-)
    Now the issues/feature requests:
    The "I'm sitting on the Touchstone" screen:
    Make that screen rotation aware
    Configurable option to turn off the backlight completely (I keep my phone next to my bed at night)
    Make it possible to turn off the audible "I've been put on a Touchstone" alert sound
    Provide a configurable Snooze time for alarms and calendar alerts.
    There isn't a way to categorize contacts, preferably with a way to set a single ringtone for an entire category.
    Provide a way to change the default text size, especially in the Email app: I am lucky enough to have good eyes, and the text size is just too big by default. I'd rather be able to fit more information at my option.
    Post relates to: Pre p100eww (Sprint)

    Have a new Pre, just playing with it for a couple of hours; very much agree with the "feature request;" especially relating to Touchstone screen (rotation aware, backlight off and alert sound).  The categorizing of contacts is missing and is important relative to being able to have various ringtones for various types (personal, work, etc.)  Also, why not have various user selectable ringtones or alert sounds for text messages, emails and IM's; by contact AND by category?

  • Problem in dep run

    Hi all,
    when i am running the dep. The depreciation is not calucluated correctly in Asset a class  for Prior Year Assets
    Example 1
    Asset Number                          4036196
    Capitalised date                         30.04.2004
    Depreciation Key                         Z095 (Year 1 = 50%, Year 2 = 35%, Year 3 = 15%)
    Total Depreciation Posted                56879.34      ( = 15%)
    Depreciation that should have been posted     379192.34          ( = 100% as Capitalised date is greater than 3 years)
    Example 2
    Asset Number                          4036208
    Capitalised date                         30.04.2005
    Depreciation Key                         Z095 (Year 1 = 50%, Year 2 = 35%, Year 3 = 15%)
    Total Depreciation Posted                41657.37          ( = 15%)
    Depreciation that should have been posted     277715.37          ( = 100% as Capitalised date is 3 years old in 2007)
    Example 3
    Asset Number                          4036221
    Capitalised date                         30.04.2006
    Depreciation Key                         Z095 (Year 1 = 50%, Year 2 = 35%, Year 3 = 15%)
    Total Depreciation Posted                35000.00          ( = 35%)
    Depreciation that should have been posted     85000.00          ( = 85% as Capitalised date is 2 years old in 2007)
    We are using the straight line method.
    as in multi level method i select the following parameters
    (acqusiton year) (year) (per) (basevalue) (percentage)(reduct)
    9999                   1       0      01             50                0
    9999                   2       0       01            35                0
    9999                  999    0        01            15                0
    can you tell me what exactly is the problem is. in dep key or in any where else.
    its urgent because year end closing is near please help....
    Thanks.

    Hi
    No issue go to AFAB select the repeat Run Radio button and execute the Dep run in Background all the previously posted depreciation documents if posted with errors will get reversed and new documents will get posted.
    Also read the below message from SAP on Repeat Run
    Restart depreciation posting run
    Indicator for depreciation posting with restart option.
    Depreciation posting is performed in several steps and at each step the system logs the current status.  If the program is terminated during a posting run for various reasons, then the program has to be started again in the restart mode to clear the data base of possible inconsistencies.
    A restart run should therefore only be performed in certain cases and cannot be started in a test mode.
    Good Luck
    Hari

  • Java PDK Bugs and Issues

    Here are some bugs and issues I've run across using the JPDK that I thought other
    developers should be aware of. The following information comes from using JPDK
    1.1 with Oracle Portal Version 3.0.6.3.3 Early Adopter on Windows 2000.
    1) Do not use a colon character (':') in the String value returned by the method getTitle( Locale l ) in the class Portlet. Registering the provider will appear to succeed, but when you view the Portlet Repository you will get the following error message:
    An Unhandled Exception has occurred. ORA-06502: PL/SQL: numeric or value error:
    character to number conversion error
    Your provider and its portlets will not appear in the Portlet Repository when this error occurs.
    Perhaps other characters will cause this error as well.
    2) The Provider class method initSession() is supposed to propagate the array of returned Cookies back to the browser. The Cookies are never propagated to the browser. This is a huge road-block for our application and we need to have this problem fixed as there is no workaround.
    3) There is a limit to the number of portlets you can have per provider. I initially wrote a provider class that managed 19 portlet classes. However, after registering the provider only 17 portlet classes were loaded by the provider and/or displayed by the Portlet Repository. I had to create a second provider to manage additional portlets. The second provider worked out fine for me because I have 5 portlets that are for "administrator" users only. Moving these portlets left 14 portlets for the first provider to manage.
    Note: I don't know if this error occurs using the provider.xml method of implementing a provider and its portlets. My provider and portlets are implemented directly using the Java class API's.
    4) Sometimes I will receive the error "Meta data missing for portlet ID=<number>" when a portlet is rendered for the first time. This error does not occur often but when the error happens two conditions are met:
    a) The portlet is being rendered for the first time
    b) The HTTP and Web Assistant NT services have recently been started.
    This error is obviously caused by some timeout but increasing the timeout values
    for both the provider and the portlet has no effect. This error may be restricted to the NT platform.
    The following notes are not bugs but issues to be aware of:
    1) Make sure you have the "sessiontimeout" parameter defined when declaring the initArgs of a servlet in the zone.properties file and you intend to register your provider with a "Login Frequency" of "Once per User Session". For example:
    servlet.urlservlet.initArgs=debuglevel=1,sessiontimeout=1800000
    If you leave off the session timeout, Oracle Portal will call your provider's initSession() method for every request constantly generating new a session ID.
    2) Currently there is no means to check whether a ProviderUser has administrative
    privileges. This feature would be extremely helpful for restricting which portlets a user has access to when the provider's getPortlets() method is called.
    3) Currently there is no Java API for storing user and global preferences in the
    Oracle database. The JPDK provides a PersonalizationManager class but the method
    of storing the preferences needs to be implemented by the developer.
    The default Personalization Manager persists user preferences as a file
    to disk. However, this method opens up security holes and hinders scaleability.
    We got around the security and scalability issues by using Oracle's JDBC
    driver to persist user and global preferences to custom tables in the underlying Oracle database.
    I would appreciate hearing from anyone who has run across the cookie propagation issue and has any further insights.
    Thanks...
    Dave White
    null

    David,
    Thank you for your feedback on the JPDK. The information you provide helps us understand how customers are using 9iAS
    Portal and its development kits. I apologize for the delay in getting back with you. Since you are using the Early Adopters
    release, we wanted to test a few of the bugs and issues on the production release of 9iAS Portal.
    1) Using a colon character (:) in the String value returned by the method getTitle(Locale l) returned the ORA-06502 error is a
    known issue. This issue actually occurs within 9iAS Portal and should be resolved in the first maintenance release scheduled
    for 9iAS Portal.
    Waiting on reply from Nilay on #1
    2) The Provider class method initSession() not propagating the array of returned cookies back to the browser is an issue that we are currently working on. This bug has been fixed for most cases in the first maintenance release. A 100% fix of this issue is still being worked on.
    3) The limit to the number of portlets you can have per provider was an issue in the Early Adopter release, but is no longer an issue with 9iAS Portal production. Upgrade to the production release and you should no longer see this problem.
    4) The error "Meta data missing for portlet ID=<number>". I have not seen or heard about others receiving this same message. For this error, can you upgrade to the production version and let me know if you still receive this error message. At that time we can check for differences within the configuration.
    Not bug, but issues......
    1) You have made a good point with the sessiontimeout parameter. The JPDK uses servlet 2.0 APIs which does not provide access to the sessiontimeout. Currently, you will need to specify the sessiontimeout parameter in the zone.properties file.
    2) This is true. Currently there is no means to check whether a ProviderUser has administrative privileges. This is on our features list for future enhancements.
    3) This is also true. The DefaultPortletPersonalizationManager was created as a default runtime for developers not used to writing portlet code. It allows developers to write portlet code without concentrating on the underlying framework. Once a developer becomes more experienced with the JPDK and portlet environment, we encourage them to create their own
    customization manager. This includes changing how the portlet repository is stored or changing how the user customization is
    handled and where it is stored. You have no limitations as long as you follow the guidelines of the PortletPersonalizationManager interface.
    I hope this information helped. Again, we appreciate and welcome this type of feedback, it helps us not only locate bugs and issues, but also helps prioritize our enhancement list.
    Sue

  • Error in dep run - Asset under construction

    Hi!
    Could someone please help me with the following:
    My customer has a large amount of assets under construction (AuC) and also other assets. None of the assets under consctruction should have a depreciation key (or depreciation key 0000) and no depreciation accounts are allocated in transaction AO93 for AuC . But my customer now has incorrectly created a few AuC (that should NOT be depreciated at all) with depreciation key LINK. What happened?
    1) Test run depreciation (AFAB) for all assets in period 1 during 2010. In test run no error log was created, everything looked fine.
    2) Executed depreciation in background.
    3) When looking at each of the assets in transaction AW01N I can see that all assets (both real assets and AuC with depreciation key) has depreciation posted in period 1. BUT, no depreciation has been posted in general ledger on any of the asset classes!
    4) I have now changed the depreciation key on all AUC in AS02 to 0000 so that no depreciation will be calculated.
    5) Trying to run AFAB again for period 2 but error message says that period 1 was terminated and that period 1 should be restarted.
    6) Trying to run period 1 again in AFAB with restart but error message says "Account 'Acc.dep. accnt.for ordinary depreciation' could not be found for area 01" and refering to all of the incorrect AuC that I have corrected (to no depreciation key)
    Please how can I go on? I want to reverse the depreciation in period 1 since I didn't get any posting i the general ledger. And then I want to make a new depreciation run only with correct assets (only depreciation on real assets, not on AuC).
    Please help!
    I am very thankful for any help!
    Many many thanks in advance!
    with regards,
    Prabhakar

    Hi,
    I had the similar situation couple of months back.  I followed below mentioned process and it worked out well.
    1) Maintain GL account for depreciation in AO90
    2) restart depreciation run for the relevant period
    3) change the depreciation key to 0000
    4) repeat depreciation run for the same period (It will post a reverse entry in the same month itself.  So the net impact of depreciation in the same month is zero).
    By the way I have a suggestion to prevent this issue in future.
    You may not be able to detect this issue on test run if you execute on foreground mode because the test run execution is restricted to 1000 assets.  If the error is on 1001th asset, you will not know. 
    Hence, always execute depreciation test run on background mode, check for any errors and execute production run only if there are no errors.
    Hope this helps....
    Best Regards,
    Madhu

  • Asset Dep run

    HI Guru's,
    I migrated Asset as at 31.07.2008 using with AS91
    Capitilazation date is  9.11.2006
    Cost of the asset 17871.00
    Accum. Dep   1299.42 upto 31.08.2008
    Current Year dep: 1299.59
    ord dep. 288.76  from 01.04.2008 to 31.07.2008
    using with OASV posted values  cost of asset and accum dep.
    using with fb01 posted values for ord dep.. i want dep run dep run for period 05.  its showiing error
    You cannot post depreciation in the period specified, as this will miss out a posting period.
    System Response
    No posting can be made in this period.
    Procedure
    According to the posting cycle, you should post period 001 next. Either enter period 001, which corresponds to the posting cycle, or request an unplanned posting run explicitly for this parameter.
    how is solve this
    regards
    JK

    Hi JK,
    the message in the depreciation run provides the solution already. You shall execute an unplanned depreciation run if you need to post period 5 as next period. The regular procedure would be to post a planned run for period 1, then a planned for period 2 and so on until period 5 is the next period to be posted.
    But as you have the option "unplanned" depreciation run on the selection screen you sould use this function and skip the processing of periods 1 through 4.
    Regards,
    Markus

  • Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    It's important that you have a steady WiFi connection, ZealousEdge. What phone do you have? Is your phone unable to connect to any WiFi network? If you can, please try deleting the saved WiFi network and re-adding it.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    No noticeable speed differences running the four latest OSs on my machine.

  • Asset reversal in AB08 ?

    Dear All.
    Experts.
    My asset value date is 15.06.2009 and  i want to reverse it for 30.06.2009 so which reversal reason should I take ?
    Thanks in advance !
    Regards ,
    Sharvari.

    Hi,
    Will.
    15.06.2009 is my asset value date and I want to reverse for after 15 to 30 June but when I am trying for 30the June with 01
    reason the system says It is allowed only for date 16.06.2009 and when I am taking posting date 16.06.2009 I am getting
    a following error :-
    Balance for transaction type group 10 negative for the area 01.
    And the explanation for error is as follows :-
    Balance for transaction type group 10 negative for the area 01
    Message no. AA629
    Asset affected: 000700001117-0000
    Diagnosis
    With the transaction entered, the balance for the transactions in group
    10 in area 01 will be negative in this fiscal year. However, the balance
    of transaction type group 10, according to its definition, must be
    positive in each fiscal year.
    System Response
    The system rejects this posting.
    Procedure
    Check the transaction type, the amount and the fiscal year in your
    posting. If you want to post a credit memo to an acquisition from the
    previous year, then use a transaction type for a retirement. If
    necessary, you can change balance rules after talking with your SAP
    consultant.
    Can any one please tell me where do I need to configure ?
    Thanks in advance !
    Regards,
    Sharvari.

  • HT1199 Hi. I've got an issue with Pages running on Mavericks on Macbook air. Every time I open the app it hangs right there and I can't do anything on it. I've uninstall and install it back again but the issue still persists. Any help please?

    HI. I've got an issue with Pages running on Mavericks. Everytime I open it up it just hangs right there and I can't do anything with it. I've deleted the app and installed it back again but the problem sitll persists. Any help please?

    Thank you so much for helping,
    But i really wonder how you did that. did you always switch between design view and preview view, then change the key position for 2px then switch back, to align the four letters? because i imagine that can get really frustrating, if you have a logo consisting of 58 parts instead of 4!:)
    Anyway thank you very much for your time and effort!!!!

  • Good Issue after delivery and packing is done and reversal of goods Issue

    Hi All,
    I have a below requirment.
    1) How we will do the goods Issue using the code. as manuvally we can do it in VL09. I have a delivery number I need to Issue goods Issue for that delivery?
    2)If I have a delivery I need to reverse the goods Issue using the abap code. How we will do that is there any function module or BAPI available to reversal of goods Issue.
    Basically I need function module or BAPI to do the Goods Issues as well as reversal of goods Issue.
    Thanks for your help on this. 
    Thanks,
    Antony.

    Hello,
    I guess you made some typo error as VL09 is for reverse of goods issue and not for doing goods issue.
    Anyways, I suppose you are dealing with Outbound delivery.
    Goods issue, VL02n OR  WS_DELIVERY_UPDATE.
    Reverse Goods issue VL09 OR 'WS_REVERSE_GOODS_ISSUE'
    BR,
    Diwakar

  • I believe my macbook pro hard drive is bad.  I erased the drive and reinstalled the OS and the macbook still runs really slow.  I dont know if the hard drive is the issue.

    I believe my macbook pro hard drive is bad.  I erased the drive and reinstalled the OS and the macbook still runs really slow.  I dont know if the hard drive is the issue.

    Did you try an SMC reset too? It's easily done and none of those resets to the best of my knowledge hurt anything. When I was fooling with my system, which at one point was a home made Fusion setup, I needed to reset the SMC sometimes to get the drives recognized. Reading the documentation the sudden motion sensor is drive related but that seems to be about it.
    Some more specifics may be needed about the drive itself, the model number of your unit, and the OS version you're running.
    At present, the problem seems sort of odd to me. FWIW cable problems can be quite intermittent. I used Scannerz to find some of the problems on my original system that I later converted to a new HD and SSD combo. It can find lots of problems if you learn how to use it right (HD problems, logic board system faults, and cable problems) but you need to get a system at least partially up and running to use it, and it doesn't sound to me like your there right now (in other words, don't go out and buy it because at this point I don't know how it could help you)
    Another word of advice would be to not go out and start throwing parts at a problem unless you have a good idea what the source of the problem is. If you have a logic board problem, new drives and new cables won't make it go away, you'll just be wasting your money. Logic board problems, cable problems, and drive problems can all have very similar end user symptoms. The article that I linked above named "Hard Drive Problems" has a section on general symptoms of problems and if you read the article it becomes clear there's a lot of overlap associated with different types of problems.
    I assume that your unit isn't under warranty. If, by chance it is I wouldn't even fool with it and I'd take it to Apple and let them deal with the problem. You also might want to check with whatever Apple sources you have available to test your system, like an Apple store, and see how much they'll charge (if anything) to evaluate the system.
    I certainly hope this helps.

  • I recently did the 5.3 update to my Apple TV and now it is running sluggish and things keep freezing and then pictures are loading on top of each other. Then I did a hard reset today and now the WWDC app is gone. Anyone else having these issues?

    I recently did the 5.3 update to my Apple TV and now it is running sluggish and things keep freezing and then pictures are loading on top of each other. Then I did a hard reset today and now the WWDC app is gone. Anyone else having these issues?

    I have been having problems with my atv 3 not transmitting/receiving 5.1 surround. Whether I stream from my computer or watch movies, I am getting no 5.1 audio. The atv won't even show the option for surround. I tried to restore and reset the device but it didn't help.
    I haven't had any problems with missing apps or freezing or anything similar to what you are experiencing. This update has many bugs. Other threads have reported even more problems. Hopefully I can go back to the previous update.

  • After an upgrade from Power mac G5 to iMac and PS will not run... Error - 150:30.  Seems to be a Licensing issue.  Any ideas? Works fine on the old Powermac...

    Delighted with the new iMac but I have had an old version of CS4 for years now and it will not run on the new machine.  I have tried Adobe customer care chat but it seems that nobody is available right now.  Can anyone help?

    I cannot locate the Flexnet folder by the way.... and the License recovery tool tells me that ....
    You can’t open the application “LicenseRecoveryLauncher” because PowerPC applications are no longer supported.
    Where do I go from here please?

  • Dep Run Error

    Hi Experts,
    Cany any one suggest me to solve my issue with teh depreciation run.
    When i am running depreciation run for the period 001-2008 (Apr-2008) to CC ABCD, system is giving the follwing error.
    According to posting cycle, you should post period 002 next
    Message no. AA683
    Diagnosis
    You cannot post depreciation in the period specified, as this will miss out a posting period.
    System Response
    No posting can be made in this period.
    Procedure
    According to the posting cycle, you should post period 002 next. Either enter period 002, which corresponds to the posting cycle, or request an unplanned posting run explicitly for this parameter.
    Since i have not ran any depreciation run for the above said period and company code. i checked report S_P99_41000192 - Posted Depreciation also for values posted for the 001 period and found no postings for the period.
    I have done the same dep run for the same CC in quality system it is giving test tun successfully completed, thwn why it is showing like this in production system.
    Your immidiate action in this regard will be highly appreciated.
    Thanks,
    Srinu

    Hi,
    Thanks for your quick reply.
    But my asset transfer date is set as 31.03.2008 for all the comp codes, and we ran the depreciation run for the other comp codes and going well.
    Only for 2 company codes it is saying the error as specified in my previous threat.
    I have checked OAYR setting also for the 2 Comp codes.
    And if run the report RAHAFA_ALV01 with reporting date 30.04.2008 for the above said company codes and iam getting planned depreciation values for the 001-2008 (Apr2008). but if i run the AFAB i am getting the above said error.
    And if i run the dep run for period 002-2008, i am able to see the line items and it is saying test run completed successfully.
    And one more thing is we have capitalised assets also for the above 2 company codes on 01.04.2008, Then it should calculate the dep for 001-2008 period also---right?
    Please clarify.....Since it is an important issue as of now.
    Thanks,
    Srinu

Maybe you are looking for

  • Feature Request: enhanced Frames handling in DW9

    Handling of frames in DW8 is really tricky. Do it better in DW9 please. (Frames are not "out" they are accepted by search engines and cool to use. Also very userfriendly if set up right.) I frames can inserted in the code but are displayed poorly in

  • How to create a second partition on the harddisk?

    Hello To All Members! I recently got some viruses on my laptop. So I had to use my recovery cd to recover my system. Now the problem is that I asked me for the partition where are the files which are being extracted. I marked it to 30GB. So, windows

  • OIM 11.1.1.5.3 vs Siebel Connector log

    Hi all, I have a problem with OIM Siebel connector log file. More in details: since I patched OIM from the version 11.1.1.5.0 to the 11.1.1.5.3 one (BP03 - patch ID 14891027), the Siebel Connector stops to log its normal operations (except errors). O

  • How to use Flash Lite 2.1 as ActiveX component in WM application

    How to embed Flash lite 2.1 as an ActiveX component in Windows Mobile application(in C#)? From where can i include the supporting flash lite 2.1 dll's. Thanks in advance. Waiting for your reply.

  • Login language missing when opening a web query

    When I am opening a web query, e.g. using the execute button in Query Designer, I am not asked for the login language. Therefore, I am not able to chose the language. Instead, the language "DE" (German) is taken by default. I want to execute the quer