Runtime Error in Scrapping of asset ABAVN

Dear All,
Runtime Errors         MESSAGE_TYPE_X.
We are into ECC 6.00. I got following Error while doing Scrapping of asset using T.code ABAVN.
*Runtime Errors         MESSAGE_TYPE_X
Date and Time          18.02.2008 04:42:21
Short dump has not been completely stored (too big)
Short text
     The current application triggered a termination with a short dump.
What happened?
     The current application program detected a situation which really
     should not occur. Therefore, a termination with a short dump was
     triggered on purpose by the key word MESSAGE (type X).*
Point for sure. If problem solved.
Regards
Senthamarai kannan

Hi Mr. Mann
Runtime Errors         MESSAGE_TYPE_X
Date and Time          19.02.2008 01:46:41
Short text
     The current application triggered a termination with a short dump.
What happened?
     The current application program detected a situation which really
     should not occur. Therefore, a termination with a short dump was
     triggered on purpose by the key word MESSAGE (type X).
Error analysis
     Short text of error message:
     System error (termination point SORT_2)
     Long text of error message:
      Diagnosis
          An internal error has occurred.
      System Response
          You cannot continue with processing.
      Procedure
          Contact SAP to establish whether the error can only be rectified by
          a program correction, or whether it can also be rectified by
          changes to the settings. There may also be an error in the updating
          of the data which must be resolved.
          Specify the following parameters when reporting the error:
          o   Message           : GLT0/000
          o   Program           : SAPLGLT0
          o   Termination point : SORT_2
     Technical information about the message:
     Message class....... "GLT0"
     Number.............. 000
     Variable 1.......... "SORT_2"
     Variable 2.......... "SAPLGLT0"
     Variable 3.......... " "
     Variable 4.......... " "
Trigger Location of Runtime Error
     Program                                 SAPLGLT0
     Include                                 LGLT0FER
     Row                                     38
     Module type                             (FORM)
     Module Name                             INTERNAL_ERROR
Source Code Extract
Line  SourceCde
   8 *       text
   9 ----
  10 FORM internal_error USING errorcode.
  11
  12 * Local fields
  13   DATA:
  14       subseq_flag     TYPE glt0_flag.
  15
  16 * Error?
  17   CHECK sy-subrc <> 0.
  18
  19 * Get subsequent posting flag
  20   PERFORM subsequent_posting USING    space
  21                              CHANGING subseq_flag.
  22
  23   IF errorcode = gc_clrbal.
  24     IF subseq_flag = xon.
  25       PERFORM message_send USING 'A000'
  26                            errorcode
  27                            sy-msgv2
  28                            sy-msgv3
  29                            sy-msgv4.
  30     ELSE.
  31       MESSAGE x000 WITH errorcode sy-msgv2 sy-msgv3 sy-msgv4.
  32     ENDIF.
  33   ELSE.
  34 * Subsequent posting -> message handler, else -> dump
  35     IF subseq_flag = xon.
  36       PERFORM message_send USING 'A000' errorcode sy-repid space space.
  37     ELSE.
>>>>       MESSAGE x000 WITH errorcode sy-repid.
  39     ENDIF.
  40   ENDIF.
  41
  42 ENDFORM.                    " INTERNAL_ERROR
  43
  44 ----
  45 &----
  46 *&      Form  MESSAGE_STORE
  47 &----
  48 *       text
  49 ----
  50 FORM message_store.
  51
  52   CALL FUNCTION 'MESSAGE_STORE'
  53     EXPORTING
  54       exception_if_not_active = space
  55       arbgb                   = sy-msgid
  56       msgty                   = sy-msgty
  57       txtnr                   = sy-msgno
Warm regards
kannan

Similar Messages

  • Error message while scrapping the asset ABAVN

    Hi Gurus
    We are trying to scrap an asset which has 0 value.
    This was transfered from onother asset   5000084 15 years back with 0 value.
    Now when we tried to scrap using Tcode: ANAVN following is the error message we are getting.
    ==================================================================================================
    Partial retirement or transfer of prior-yr acquis. not possible
    Message no. AA378
    Diagnosis
    You tried to post a retirement or transfer, based on quantity or percentage, to asset acquisitions from prior years on asset 5000084 0. However, the system could not find any values.
    Procedure
    Post the retirement using a transaction type for current-year acquisitions, if the asset has values at all. If the asset does not have any values, you can only post a complete retirement. You cannot post a transfer.
    ===================================================================================================
    Now we dont have asset details of 5000084 as it is archived.
    Let us know how to resolved this issue.
    Thanks in advance
    SAP only

    Hello
    Since Asset has zero value , I presume you are scrapping it or retiring it because you dont want it to appear in your asset register.
    Simply deactivate the asset instead of scrapping it. You can also delete if the asset value is zero.
    Let me know if this helps you
    Thanks
    Sanjeev

  • Runtime Error during Creation of Asset (AS01)

    Hello Everyone !
    I have been trying to CREATE ASSET for a long time but  unfortunatly land up on ..... RUNTIME ERROR. I used all the possible ways to get it solved but i am stuck. Error analysis says The ASSERT Condition was violated.
    Hope you guys would help me out and push my knowledge further. Answers would be highly appreciated.
    Srinivas.

    Hi Srinivas,
    I found more information about your issue. These are notes that have been given by SAP in regards to the "ASSERTION_FAILED" runtime error in AS01 or also AS91.
    931764    Runtime error ASSERTION_FAILED
    989402    Expand/Collapse All events in planning hang t
    951191    AA 908, AA 698, AA 475, incorrect ANLC values
    932560    ITAB_DUPLICATE_KEY runtime error
    971300    AA610 for fixed asset creation, change or recalculation
    988238 FAQ New depreciation calculation
    949802 AS91: Dump ASSERTION_FAILED in CF_FAA_CFG_TRANSACTION
    Please be aware of note 988238 which is a composite note with many erros in FI-AA when in ECC 6.0  It advices to:
    "Implement the following notes or import at least Support Package 6 for the components EA-APPL and SAP_APPL (available as of October 2006)."
    Check also note  949802.
    I hope this helps.
    Best Regards,
    Vanessa.

  • Runtime Error in Acquisition of Asset : F-90

    Dear all,
    Presently we are into ECC 6.00
    I got following "Runtime Error RAISE_EXCEPTION" while Saving a document using T.code F-90.
    Short text
        Exception condition "WRONG_PARAMETERS" raised
    Point will be rewarded, if the problem get solved.
    Thanks & regards
    Senthamarai kannan

    Hi
    Upto Simulation, It's going fine after that i got the following Runtime error
    Runtime Errors         RAISE_EXCEPTION
    Date and Time          19.02.2008 02:47:38
    Short text*
         Exception condition "WRONG_PARAMETERS" raised.
    What happened?
         The current ABAP/4 program encountered an unexpected
         situation.
    Error analysis
         A RAISE statement in the program "SAPLGLT2" raised the exception
         condition "WRONG_PARAMETERS".
         Since the exception was not intercepted by a superior
         program, processing was terminated.
         Short description of exception condition:
         For detailed documentation of the exception condition, use
         Transaction SE37 (Function Library). You can take the called
         function module from the display of active calls.
    Trigger Location of Runtime Error
         Program                                 SAPLGLT2
         Include                                 LGLT2F07
         Row                                     12
         Module type                             (FUNCTION)
         Module Name                             G_BEB_MOVE_ACCIT_TO_STRING
    Source Code Extract
    Line  SourceCde
         Source Code Extract
    Line  SourceCde
        1 ----
        2 *         Created by     :  SAP*                                      *
        3 *         Date           :  08.10.2007                                *
        4 *         Time           :  08:03.32                                  *
        5 ----
        6 *    This Report is generated by Report RGUGGLT0                      *
        7 ----
        8
        9   IF I_LEDGER = SPACE.
       10     RAISE WRONG_PARAMETERS.
       11   ELSE.
    >>>>>     RAISE WRONG_PARAMETERS.
       13   ENDIF.
    Points for sure if problem solved

  • Runtime Error during Asset Creation (AS01)

    Hello Everyone !
    I have been trying to CREATE ASSET for a long time but unfortunatly land up on ..... RUNTIME ERROR. I used all the possible ways to get it solved but i am stuck. Error analysis says The ASSERT Condition was violated.
    Hope you guys would help me out and push my knowledge further. Answers would be highly appreciated.
    Srinivas

    Hi Srinivas
    Please go through T-cd:ST22 and check the dump content first, especially, u2018Error analysisu2019, u2018How to correct the erroru2019 of the runtime error long text may give you some hints to solve the problem.
    Regards
    George

  • Error while reversing the asset accounting document through t code AB08

    Hello All,
    i have one query where the user has scrapped the assets through T code ABAVN in the month Dec 2009 with doc date of Nov 30th 2009. Now he realised that the posting was wrong and he wants to reverse it in 1st of Jan 2010 with the t code AB08. when we click on the reverse button in t code AB08, system is by defaultly taking the fiscal year, posting date and period, only we need to give the reason code. here user is trying to give the reversal date manually and making the posting. Now system is giving an error "Reversal in different fiscal year is not possible" with the message AA487.
    we are using SAP ECC 5.0 and i got SAP 1393737 for this and it is mention that there is a program error and needs to implement the program corrections.
    Please can any one suggest me, is that correct approach or should i need to follow the another work around to resolve this issue.
    Thanks in advance.
    Regards,
    Venkat

    Reversal in different fiscal year is not possible in the Standard        
    system since it will affect your balance sheet and other accounting      
    legal report.                                                                               
    It is not possible in FI-AA to reverse       
    a document in this way,  "because of the calculation of depreciation"                                                                               
    The reasons are:                                                                               
    1. The reconciliation of FI and FI-AA must be ensured, and therefore     
       Posting and Asset Value Date must be in the same fiscal year.                                                                               
    2. Depreciation of aquisitions posted in the previous year, are          
      not automatically corrected, when you post a reversal.                                                                               
    One way is to open the previous period(previous fiscal year) and post    
    the reversal to the same fiscal year. PLEASE NOTE THIS IS ONLY IF YOU    
    HAVE NOT EXECUTED YEAR END CLOSING TRANSACTIONS.     
    Blaz

  • Error Message GLT0 003 during ABAVN

    Hi,
    Error Message GLT0 003 'Document splitting cannot find a distribution for currency type 10' during ABAVN transaction.
    Specificly this error message when doing with multiple assets retirment by scrapping.
    Please help me to overcome this issue.
    Regards,
    Krishna

    Kindly check the document type you are using.
    or try to scrap one asset at a time .
    Error might be because asset you scrap are of different profit center of segment.
    and document type dose not allow that tyoe of transaction because of Dox Splitting configure in system
    Shayam

  • Runtime error in kob5, kob1 and line items display in Cost Analysis in ko03

    Hello everyone,
    I would like to ask for your expert advice on a situation we need to have a solution. Let me tell you what happened.
    In ko88, we tried to settle an internal order to a final asset using 'partial capitalization'. We encountered an error 'Settlement amount is greated than available amount'. I checked in kob5 and we have two line items: 90,000 and 30,000. Both have to be settled to three different final assets namely asset 1, asset 2 and asset 3. The settlement rule was as follows at first:
    Line 1: 90,000 to be settled to asset 1, asset 2 and asset 3 at 65,000; 40,000 and 15,000, respectively.
    Line 2: 30,000 to be settled to asset 1, asset 2 and asset 3 at 65,000; 40,000 and 15,000, respectively.
    Due to the error, we changed the settlement rule following these directions:
    1. Remove the settlement rules that we had so we can start anew.
    2. Choose the first line item and click on "Final Settlement".
    3. Enter the necessary settlement details (total should equal to 90,000 only).
    4. Go back and save.
    5. Choose the second line item and click on "Final Settlement".
    6. Enter the necessary settlement details (total should equal to 30,000).
    7. Go back and save.
    8. Then, check again the distribution rules set.
    Everything was saved and done correctly. So, we tried to do ko88 this time. But, the previous error 'Settlement amount is greated than available amount' still occured.
    I went back to kob5 and when I ran it, a runtime error occured. I went to see the actual line items in kob1, and I encountered the same runtime error. I went to see in ko03>cost analysis>the actual debit line items, and I encountered the same runtime error. Were my actual line items lost? How do I retrieve them?
    Thanks in advance.
    Best regards,
    Peter

    hi,
    check in SAP OSS with the message number you get is there any SAP Notes tobe applied.

  • Runtime Error for the Picking List Smartform

    Hi All,
    I am working on the smartform, used for GI Scrapping for 551 Movement type. The requirement is they need DEA number for the Plant. I have written code for getting the DEA number. Iacivated the form and I want to print it using the TCODE MB02.
    I get the runtime error saying UPDATE TERMINATED.I saw Dump Analysis it says CALL_FUNCTION_PARM_MISSING. It says IS_ADRC is the parameter. The ABAP program is the include program /SMB40/M07DRSON. This show the function module lf_fname with out passing the parameter IS_ADRC. How can I change the program. This is Standard program.
    Thanks,

    Then the smart form interface in the transaction SMARTFORMS you have to remove the parameter IS_ADRC. As the calling program will not automatically add the parameters if you add it in the smartforms...
    If you want the values from the table ADRC..you can write subroutines in the INITIALIZATION to get the values...
    Thanks,
    Naren

  • OPEN_DATASET_NO_AUTHORITY abap runtime errors

    Hi,
    I have a custom ABAP program which outputs a file to UNIX and then FTP this file to a NT share drive. I have no problem executing this program using my ID. I checked using AL11 that the creator of the file in UNIX is DEVADM & not my user id.
    However ,when my user uses this same program to execute, she gets an ABAP runtime error "OPEN_DATASET_NO_AUTHORITY" and the error points to failure at this statement
    open dataset filelocation for output in text mode.
    It says that the user does not have authorization for this.
    Can someone advise me on what authorization  I should add in for the user using PFCG Change activity group?
    I tried adding the S_DATASET object in the AG.
    Manually   Basis: Administration                                        BC_A                                                                               
    Manually   Authorization for File Access                                S_DATASET                                                                               
    5       Manually   Authorization for File Access                                T-DV48009400                                                                               
    Activity                       33, 34                                                                      ACTVT  
              Physical file name             Assets*                                                                     FILENAME
              ABAP program name              YZFAU007                                                                    PROGRAM
    but during transportation of this activity grup  using SCC1 i got the error. Can sonmeone please advise me the right way to resolve this problem? Thanks!
    No authorization to change file /usr/sap/trans/log/CC004492.DEV                                                                               
    Message no. PU 808                                                                               
    Diagnosis                                                                               
    When working with the Workbench Organizer, you tried to access certain   
        operating system files to change them.                                                                               
    To avoid competing file accesses, semaphore files are created beforehand 
        which are deleted again when the respective file change has been         
        completed.                                                                               
    You are not authorized to delete such semaphore files. To avoid          
        inconsistencies and deadlocks, creation of semaphore files as well as    
        the actual file access required is forbidden in this case.               
    System Response                                                                               
    The function is terminated.                                                                               
    Procedure                                                                               
    The file access authorizations are assigned via the authorization object 
       S_DATASET.                                                                               
    First obtain the authorizations generally provided for this object if    
       you want to work with the Workbench Organizer.

    hi, I read throught the sap notes, 1st one not avail, 2nd one requies BW support package, last one is sql truncate table note which don't look relevant.
    I read through the other thread, my purrpose is not to restrict or catch the error, my purpose is to add authorization for my user so that she is able to run '----> open dataset filelocation for output in text mode' without the open_dataset_no_authorization runtime error.
    I have already added in the S_dataset object in the AG, 
      Manually   Authorization for File Access     
       Activity                       Read, Write 
       Physical file name             Assets*     
       ABAP program name              YZFAU007    
    but i encountered error during transport SCC1 as indicated above, so I wonder if the PFCG change AG is right.

  • AFAB: Runtime Error after client copy.

    Hi all,
    I'm having a problem with the transaction code AFAB (post client copy). After client copy from PRD to DEV, I'm encountering this runtime error "SAPSQL_ARRAY_INSERT_DUPREC -   The ABAP/4 Open SQL array insert results in duplicate database records." whenever I tried to perform AFAB. Test run was executed successfully but I cannot complete the actual background processing.
    I have try with other asset (in the same client) and encounter the same problem. Likewise, I have successfully completed the depre. if I try the same and other asset (in a different client on the same server).
    I've check the number range in FBN1 and have verified that the range is correct.
    Any advice as to how I can solve this problem?
    Thank you.
    Regards.
    p/s: if there is duplication, how do I find where the duplication is located and how do I remove this duplication?
    p/s 2: the standard SQL that is having this problem is "INSERT COBK  FROM TABLE COBK_INS."
    Edited by: Sek Yao Ooi on Aug 5, 2010 5:21 AM

    Solution obtain from snote-83731 ; thanks to SAP-Marketplace's support.
    Issue solved.

  • AJRW-Runtime error

    Hi
    I am executing AJRW for the Fiscal year change. In the test mode, its showing no errors. But when i run it in production mode, it shows runtime errors as
    OBJECTS_OBJREF_NOT_ASSIGNED. CX_SY_REF_IS_INITIAL. Can anyone kindly tell me what could be the problem.
    Kindly treat this as very very urgent as we are unable to take any report of the assets.
    Regards 
    Sachin
    09928658919

    Hi Sridevi
    Thanx a lot for the quick response...There is no error msg as such. If i click on JOB LOG, it says,
    ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED    
    The msg class is 00 and msg no 671 and msg type A
    Could u kindly help as this is quite urgent.
    Thanx and Regards
    Sachin

  • Mes#  AA416:partial scrapping of  asset with no value in the 0L ledger

    Hi,
    When I try to perform partial scrapping of an asset having no value in the 0L ledger (depreciation book) and some value TL ledger(tax book) with Tr Type 200, I get the error, "Retirement of old assets data not possible (No existing old assets data)" mes no AA416."
    Can anybody please help me out with this issue.
    Thanks
    Aparna

    Dear Bernhard,
    Thansk for the reply!!
    Apologies for replying after such a log time!! I was on leave for last 3 weeks , so, could not proceed furthur. I checked in the system regarding the suggetion you provided. I am trying to execute partial scrapping by the transfer variant which is having the tr type 220. However, tr type 220 is not restricted to any dep area.  But I am not able to post.
    My query is: Should I create one more transaction tyepe similar to tr type 200, restrict it to the dep area 15 (as we need to partailly scrap the assets which are having 0 value in 0L ledger and some value in TL ledger) and one more transfer variant and assign the new tr type to this new transaction varaint?
    Thanks & Regards
    Aparna

  • Runtime error in starting Lightroom

    I receive the following message when I try to start Lightroom:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program:...Files\Adobe\Adobe Photoshop Lightroom 1.2\lightroom.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Lightroom ran well for several days and then failed to open with the above message.
    I have tried everything I know to do (uninstalled and reinstalled the application, restored the computer to a restore point before Lightroom was originally installed, etc.) and do not know were to go from here. Suggestions would be appreciated.
    I am using Windows XP sp2 and have 4 GB of ram and 250 GB of hard disk space.
    Thanks,
    Cliff Culp

    Aha! A fix! Please look at this...
    http://www.adobeforums.com/cgi-bin
    bob frost, "Help! Runtime error after Lightroom 1.1 install!" #10, 27 Jun 2007 6:54 am

  • Runtime error while executing rule

    Hello All,
      While executing the DTP for a cube, im facing the error as Runtime error while executing rule -> see long text .
      For this source is another Cube, where im loading the data from Cube to Cube.
    Error Description are as follows:-
    Error Location: Object Type    TRFN
    Error Location: Object Name    0T9SCR6Q4VWS1SOPNRRBOY1YD51XJ7PX
    Error Location: Operation Type ROUTINE
    Error Location: Operation Name
    Error Location: Operation ID   00034 0000
    Error Severity                 100
    Original Record: Segment       0001
    Original Record: Number        557
    and Also descripton is :-
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        Division by zero
        The error was triggered at the following point in the program
        GP4H0CW3MLPOTR3E8Y93QZT2YHA 4476
    System Response
        Processing the data record has been terminated.
    Procedure
    The following additional information is included in the higher-level
    node of the monitor:
       Transformation ID
       Data record number of the source record
       Number and name of the rule which produced the error
    Let me know ur valuable suggestions on these error...
    thanks.

    Hello,
    I have checked all the transformation and End Routines.All are working fine.Yesterday i have loaded some data into it, but today its gettting errored out.
    Checked completely in the forum for threads related to this, but couldnt find proper thread which had solutions....
    thanks,
    srinivas.

Maybe you are looking for

  • Connecting to a video player

    Is there anyway to connect a 6th generation ipod to a video player designed for a 5th generaton ipod? be it a software update or anything else? Thanks Mike

  • How can I drag points ?

    hi, all I am trying to achieve the following: I want to draw two points on a picture in the Jpanel with mouse, and wenn I release the mouse, there must be a line between the two points. if I just use mouse draged anyone of the point , it should be mo

  • Quick Tips For Speed Your Digital Publishing WorkFlow

    I think that we have a great problem with our Digital Publishing Workflow's speed . I talk about, for example, of set up State Objets Sliedshows for multiple page, and I mean, there are another similar examples about that. Do you know if does exist m

  • [SOLVED] how to set rootdelay

    Hi! Like in subject, I'd like to know how should I do this, and additional question is why i can't set it to 0. When I append "rootdelay=1" system waits 1 sec. But when I append zero it waits 5 sec. Is there any way to set it to 0, or maybe it should

  • Interactive form code page encoding

    hi gurus, could you please tell me where to set the code page encoding type of a WDA PDF FORM? thanks and best regards. Jun