Error in posting with transaction ABAA - unplanned depn (Error msg: AA 666)

Dear All,
My client is posting unplanned depreciation with transaction ‘ABAA’. He is not able to post in one company code where as he is able to post in another company code. Both the assets have same date of acquisition, depreciation key & useful life
These two company codes have different chart of depreciation, however same chart of accounts
Is there any customisation that needs to be done to rectify the error?
Following is the error message
Transaction in area 01 contradicts the net book value rule
  Message no. AA660
Diagnosis
  The document cannot be posted, as it is contrary to the net  book value rule which is checked in area 01
Procedure
  This error usually occurs when you enter proportional values. The proportional values exceed the amount posted, for example, post capitalization of 100 but proportional epreciation to the amount 110.
Check your entries and correct them if necessary.
Please let me know if there is any solution.
Regards
Hari

Dear Pavan,
In Asset master -> Depreciation Areas
Double click on depreciation key field in the relevant depreciation area (Eg: 01). In the additional specifications tab tick against 'Negative values allowed'
Let me know your result
Regards
Hari

Similar Messages

  • Posting with transaction type 160 is not possible at MR8M

    MODERATOR:  Do not post (or request) email address or links to copyrighted or confidential information on these forums.  If you do, the thread will be LOCKED and all points UNASSIGNED.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sharing via email.  Thank you for your assistance.
    Hi All,
    We raised  a PO w.r.t CWIP asset and posted GRN (MIGO - Transaction typr:100) and Invoice (MIRO).
    Here, Invoice posted wrongly, So we are trying to reverse the invoice with MR8M (which is posted thru MIRO).
    But system populating one message as per the following:
    Posting with transaction type 160 is not possible here, see long text
    Message no. AAPO 177
    Diagnosis:
    Transaction type 160 has a depreciation limitation, although posting is not mandatory in all of the depreciation areas entered However, it is not possible to select depreciation areas in the current transactions.
    Procedure:
    Check the specification of transaction type 160 or use transaction MR8M to enter the transaction
    Please help
    Sairavi
    kumarfi9gmailcom

    Welcome to the forum.
    As a newbie you should understand the forum rules where you are not suppose to post any basic or repeated question.  To avoid this, you should make a search here
    [Forum Search|http://forums.sdn.sap.com/search!default.jspa?objID=f327]
    Type the same error text in Search Terms so that you will find the solution.
    thanks
    G. Lakshmipathi

  • While trying to change a BOM with transaction CS02, a runtime error appears

    While trying to change a BOM with transaction CS02, a runtime error appears.
    In intial screen he entered material ,plant BOM usage and date valid from  after executed then id displayed item list in that he wantu2019s delete one item, he has been deleted selected item after that when he was saving he is getting runtime error
    Developer trace
    ABAP Program SAPLKED1_WRITE_CE4_BPS1                 .
    Source LKED1_WRITE_CE4_BPS1U01                  Line 30.
    Error Code SAPSQL_ARRAY_INSERT_DUPREC.
    Module  $Id: //bas/640_REL/src/krn/runt/absapsql.c#17 $ SAP.
    Function HandleRsqlErrors Line 775.
    RABAX: level LEV_RX_STDERR completed.
    RABAX: level LEV_RX_RFC_ERROR entered.
    RABAX: level LEV_RX_RFC_ERROR completed.
    RABAX: level LEV_RX_RFC_CLOSE entered.
    RABAX: level LEV_RX_RFC_CLOSE completed.
    RABAX: level LEV_RX_IMC_ERROR entered.
    RABAX: level LEV_RX_IMC_ERROR completed.
    RABAX: level LEV_RX_DATASET_CLOSE entered.
    RABAX: level LEV_RX_DATASET_CLOSE completed.
    RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    RABAX: level LEV_RX_ERROR_SAVE entered.
    RABAX: level LEV_RX_ERROR_SAVE completed.
    RABAX: level LEV_RX_ERROR_TPDA entered.
    RABAX: level LEV_RX_ERROR_TPDA completed.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    RABAX: level LEV_RX_END entered.
    RABAX: level LEV_RX_END completed.
    RABAX: end RX_RFC
    In sm21
    Perform rollback
    Run-time error "SAPSQL_ARRAY_INSERT_DUPREC" occurred
         Short dump "090618 110101 donalda 11557 " generated
    Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
           Occurred on     18.06.2009 at   11:01:01
    The ABAP/4 Open SQL array insert results in duplicate database records.
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLKED1_WRITE_CE4_BPS1" had to be terminated because
    one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "RKE_WRITE_CE4__BPS1" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "RKE_WRITE_CE4__BPS1"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Use an ABAP/4 Open SQL array insert only if you are sure that none of
    the records passed already exists in the database.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "SAPSQL_ARRAY_INSERT_DUPREC" CX_SY_OPEN_SQL_DBC
    "SAPLKED1_WRITE_CE4_BPS1" or "LKED1_WRITE_CE4_BPS1U01"
    "RKE_WRITE_CE4__BPS1"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.

    Hi ,
    you are getting beacuse u are trying to do mass update to database.
    Please check that below note are applicable to your system.
    Note 453313 - DBIF_RSQL_ERROR_INTERNAL for mass insert
    Note 869534 - AFS MRP doesn't work properly with all BOM item categories
    Thanks Rishi Abrol

  • Error while posting MB1C transaction

    Dear All,
    while posting MB1C transaction iam getting following error.
    "Error Accessing Function Module;FMFK_FIKRS_READ
    Parameter: IP_FIKRS_FMA_OBJNR"
    so pls suggest me to resolve it.
    thank u.

    Dear Siraj,
    I have extended the material to warehouse numbers as you suggested.  Then I got error as: WM MOVEMENT TYPE 561 IS NOT ALLOWED FOR WAREHOUSE NUMBER.
    then I defined moment type in Logistic Execution -->shipping ---> picking --> Lean WM ---> Define moment types
    Now its giving new error after defining the moment type for store location as: STORAGE BIN DOES NOT EXIST
    MESSAGE: L9009
    Thank you,
    SAHER.

  • Error while posting the transaction in F-02

    Dear Friends,
    Kindly give me acceptable solution to the below error/ticket while user posting a transaction in F-02.
    ERROR: " system error in routine FI_TAX_CHK_PRICING_DATA_ error code 13 function builder TAX2"

    Hi,
    I agree with alex. In addition to what he mentioned check whether country pricing procedure assignement is done in the path given below-
    Financial Accounting (New) > Financial Accounting Global Settings (New) > Tax on Sales/Purchases > Basic Settings > Assign Country to Calculation Procedure
    Regards
    Milind Sonalkar

  • Problem in ABAA - Unplanned Depn.

    Dear SAP Guru,
    While posting in ABAA (Unplanned depreciation) I got this below error.
    "Unplanned Depreciation positive in area 01" I checked all Asset settings I could not find the solution.
    Why this is happenening? Where can I chek?
    Could you give your valuable answers.
    Regards
    Sankaram.

    Hi
    Financial Accounting --> Asset Accounting --> Depreciation --> Unplanned Depreciation --> Determine Dep Areas
    In Dep Area 01 select the unplanned Dep check box then it allows to post the Unplanned Dep.

  • Error while posting with Tax code

    Dear All,
    I am getting the following error while i am trying to post with a tax code. Can someone tell me what could be the issue?
    Customization for RIL j_1iindcus missing in table
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings
    Regards
    Suresh

    Dear Suresh,
           If  you are using versions below 4.7 execute T_Code <b>J1IT</b>, go to <b> India Localization Menu->Global Settings->Company Settings</b> and add an entry for your Company Code and save.
           If you are on higher versions use the following path:
    <b>SPRO --> Logistics - General --> Tax on Goods Movement --> India --> Basic Settings --> Maintain Company Code Settings.</b>
    This should solve the issue.
    Kindly let me know if it was useful.
    Regards,
    Mary Sofia

  • Error while posting tresury transaction

    hi gurus,
    i got the error , while excuting treasury transaction:
    Inconsistent currency information
    Message no. F5725
    Diagnosis
    Company code '1000' has currency type '10'. This currency type has the currency key 'SAR' in the financial accounting application.
    The same currency type is conveyed to financial accounting across the accounting interface with currency key 'EUR'
    System Response
    Currency data conveyed with this key cannot be processed in the financial accounting module.
    Procedure
    This is a system error in the calling application.
    Currency type '10' in company code '1000' must have currency key 'EUR' when the data is transmitted.)
    Kinldy help to resolve this issue.

    Hi All,
    I am facing the same issue..Can U pls help me in resolving the error.
    ERROR:
    Inconsistent currency information
    Message no. F5725
    Diagnosis
    Company code '6242' has currency type '10'. This currency type has the currency key 'SGD' in the financial accounting application.
    The same currency type is conveyed to financial accounting across the accounting interface with currency key 'INR'
    System Response
    Currency data conveyed with this key cannot be processed in the financial accounting module.
    Procedure
    This is a system error in the calling application.
    Currency type '10' in company code '6242' must have currency key 'INR' when the data is transmitted.
    Regards,
    Venkat

  • Error when posting with Safari 10.3.2

    Hi all,
    This is odd, I can't post in 10.3 Usage and the Leopard Usage forum and here using Safari 1.3.2 but using Camino I was able to get right in and post here (or at least I'll see when I hit the "Post Message" button. Safari let me in but would keep returning errors when trying to post a topic or reply.
    Just thought I'd post here my situation as of right now. Anyone else having problems? Sorry, I lost the copy/paste of the error when I tried to post here with Safari.
    littleshoulders
    edit: Just now am editing this post with Safari again and it seems to be working again. Weird...I suppose just another small glitch while posting.
    Message was edited by: littleshoulders

    problem resolved itself. Thanks.

  • How do I reverse a document posted with transaction 1KE8?

    I posted a few documents using transaction 1KE8 from Financial Accounting to Profit Center Accounting.  Now I realize that these documents are not needed in PCA.  I tried to use transaction 1KE8 again and select the reverse box but it just creates a reversal and another entry every time I try.  Am I missing something here or is there another way to reverse these documents?
    Any help would be greatly appreciated.

    HI,
    If the reversal documet is creted with referance to the earlier document, then I feel, system works fine. That is the way it works with that reversal button.
    If you want to manually clear the balance in PCA, you can post with 9KE0.
    Vijay

  • Error while posting FB50 transaction code

    Hi I am getting the below error while doing FB50 transaction code. Please help me
    My company code is using EUR & country is Greece
    Company code not assigned to country or country to calculation procedure
    Message no. FF703
    Diagnosis
    An error occurred when checking the tax code. Either the assignment of company code and country or of country and calculation procedure is not correct.
    Procedure
    Check the system settings.
    To do this, choose Maintain entries (F5).
    If the program error occurred
    In a standard SAP program, then create an OSS message
    In a program you wrote yourself, then correct the program.
    Thanks
    Kishore

    Hi
    Go to OBBG -->Assign Country to Calculation Procedure and assign the Tax procedure( ie like TAXIN) to the GREECE Country.
    This helps you resolve your issue.
    Regards
    Venkat

  • Error while posting MIRO Transaction - FS215

    Dear Forum,
    The users are trying to post the MIRO entry selecting the Tax Code PO, which is with zero percentage. However, even though the debit and credit balance out, the system gives the error message, "Only output tax is allowed for account GL XXXXXX. This is the GL Account for Output Tax. It is not understood why the system is giving this error message, when the tax percentage chosen is zero and the Tax Code chosen is that for Input Tax. Is there an issue with the config? What do we need to check to resolve this?
    Your help will be highly appreciated. Thanks!
    Regards

    Hi Friends,
    As suggested by Onemartin and Ajay, I have checked the Account Determination and find that the GL mapped is the one meant for the Input Tax. But why is the system referring to the GL for Output Tax, it is still not clear. The solution by Ajay appears to be ok, but the question is why is the system referring to the GL Code of Output Tax, MIRO, being done for Invoice Verification cannot be subjected to the Output Tax.
    Help from freinds would really be appreciated as we need to understand this peculiar behavior of the system.
    Regards

  • Error in posting with Arrears

    Hi Experts,
    I have run payroll for one EE in the 2nd Period for both 1st & 2nd periods.
    and I have posted results in the  2nd period, and no errors were showing while posting in Live run too.
    BUT the problem is with amount what It had posted .
    for example-   I have  4 WT like Basic, DA, Conv and HRA
    In the posting document it shows for 1st and 2nd periods as it is balanced the amount and  with NO ERRORS
    1st period : Expense  account -  Basic, DA, Conv and HRA   (Rs. 100 10050+50)
    2nd period  Expense  account -  Basic, DA, Conv and HRA   (Rs. 100 10050+50)
                       Expense  account -  Basic - Arrs,  DA-Arrs , Conv-Arrs  and HRA -Arrs   (Rs. 100 10050+50)
    That means It posted Rs.900 instead of posting only Rs. 600 - WHY?
                                    and
    I would like to know why it is showing - all 4WT for 1st period since these WTs will be paid thru Arrears in the 2nd Period?
    Please help me ...................
    Thanks
    Cheera

    Dear Pavan,
    In Asset master -> Depreciation Areas
    Double click on depreciation key field in the relevant depreciation area (Eg: 01). In the additional specifications tab tick against 'Negative values allowed'
    Let me know your result
    Regards
    Hari

  • Error in posting the transactions in monthend

    Dear All,
    My user geting the error at the time of monthend goods issue in process order.
    ' Enter business place, section code 31000766 ceck TDS code '
    In this time I go to GS02 and the order number 31000766 i have to give in that list and save then user can process the transaction. In this way every month i have to do the same thing.
    I came across this issue related to VALIDATIONS and SET ( GS01 ). There are GL codes and orders in set.
    Please give me the permanent solution for this.
    Best Regards,
    Venkat.

    Hi,
    From your description, it's about a private validation which exists in your system (OB28) which is based on certain sets. You should consult with the person who created this validation, what alternatives could be presented... For example, you can use ceratin ranges in sets, in order to avoid entering every time new values there. Or maybe, this is exactly the way it was planned, so there is nothing to change. Bottom line: you have to analyze the business process itself and make the decision whether to keep this validation or modify it or cancel it.
    Regards,
    Eli

  • Error while posting with Segment

    Hi,
    I am trying to post an entry using t- code f-02.. and i am assigning a profit center to the line item. I have also assigned a segment to my profit center....
    But while posting the document i am getting the following error..
    <i><b>You do not have any authorization for segment ED and function 01
    Message no. FAGL_POST_SERVICE022
    Diagnosis
    You do not have authorization to perform function 01 for segment AA. The record type is 0.
    Procedure
    Contact your system administrator. Add the missing authorizations for object F_FAGL_SEG.</b></i>
    Please let me know what needs to be done to rectify the above error.
    Thanks and regards,
    Ankur

    Brother! after getting error, call transacxtion SU53, you will get the list that you have missed autorization
    for this,contact your basis team memeber for authorization problem.
    thanks

Maybe you are looking for

  • Preview program stoped to open files with extension .JPG

    When open the files with the extension ".jpg" Preview program opens a gray window and everything, but in the information window shows the photo. In what could be the problem?

  • ABAP program / Idocs - MDX from SAP

    Hello friends, There are two systems: One is SAP system other one is CRM system (non SAP). When someone enters data in CRM system to create orders, it reaches SAP system through IDocs and order number generates. All the SAP master data is maintained

  • Automatic Startup and Shutdown of EBS on OEL 5.5

    Can anyone tell me how to start and stop all EBS services on oracle Enterprise Linux upon startup of the server or its shutdown. I don't mean go to the script adstpall.sh and manually make it happen. When the server boots, I need all of the services

  • Got A new hard drive - will my old photo albums stay on facebook?

    Hey everyone, My harddrive crashed last week and was replaced by with a new hard drive by apple support. I wanted to know that when I try to use iphoto for the first time and upload more pictures to facebook, will the albums previously uploaded to FB

  • GB, Itunes & Quicktime Won't Launch after update

    Hi, In desperate need for help. I just did some software updates on Garageband, iTunes and Quicktime on my G4 OS 10.3.9. Upon launching each, none of them are launching now. Help!!!!!