LOAD_PROGRAM_LOST and  CONVT_CODEPAGE

Hi Guys! Need very urgent help , may be someone knows this.
In today our Prod. server has gone mad . In sm21 and st22 are many dumps(> 1000 , and new every 3-5 second) and errors like :
LOAD_PROGRAM_LOST and  CONVT_CODEPAGE.  From users side the T-codes are reset
"The program is changed during performance" (i'm see on russian language,It is a literal translation as I shall see in English I shall tell literally). Any help is rewarded. Regards.

Hi Juan Reyes.
Yesterday i can't replay to you, the unknow error are on my browser................
Yes trasport are imported, also the Prepare are start (befor we start Prepare and all ok). In DDXTT we find 460 fields, after some actions we could force will proceed Prepare, (before it's hangs between the phases TOOLIMPD1 and NPREPCRE0 where we can't reset Prepare). All is now good. Thanks and regards.

Similar Messages

  • LOAD_PROGRAM_LOST

    Dear all,
    SAP ECC 6.0 , AIX , Oracle 10g
    I got the error in prod server (LOAD_PROGRAM_LOST) and Pls check the log also .
    Runtime Errors         LOAD_PROGRAM_LOST
    Date and Time          23.06.2010 16:18:04
    Short text
         Program "GBTGEFI0" was modified during the run.
    What happened?
         Runtime error
         The current ABAP program "SAPLGBL5" had to be terminated because one
         of the statements could not be executed at runtime.
    What can you do?
         Restart the program.
         If the error persists, contact your SAP administrator.
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
    Error analysis
         While the program was running, the program "GBTGEFI0" had to be reloaded
         because a bottleneck pushed it out of the local
         program buffer. However, the database was found to contain an already
         changed program.
    How to correct the error
        Try to restart the program.
    System environment
        SAP-Release 700
        Application server... "PRDAPP2"
        Network address...... "10.54.145.34"
        Operating system..... "AIX"
        Release.............. "5.3"
        Hardware type........ "000184AAD400"
        Character length.... 16 Bits
        Pointer length....... 64 Bits
        Work process number.. 0
        Shortdump setting.... "full"
        Database server... "PRODORADB"
        Database type..... "ORACLE"
        Database name..... "IRP"
        Database user ID.. "SAPSR3"
        Terminal................. "MUL119-WKS-D27"
        Char.set.... "C"
        SAP kernel....... 700
        created (date)... "Mar 7 2010 21:00:49"
        create on........ "AIX 2 5 005DD9CD4C00"
        Database version. "OCI_102 (10.2.0.2.0) "

    Continuation of error log
        Patch level. 246
        Patch text.. " "
        Database............. "ORACLE 10.1.0.., ORACLE 10.2.0.., ORACLE 11.2...*"
        SAP database version. 700
        Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5, AIX 1 6"
        Memory consumption
        Roll.... 16192
        EM...... 12569544
        Heap.... 0
        Page.... 884736
        MM Used. 5306304
        MM Free. 3070592
    User and Transaction
        Client.............. 320
        User................ "SA_A013"
        Language key........ "E"
        Transaction......... "FB01 "
        Transactions ID..... "4C217FF2026C007FE10080000A369122"
        Program............. "SAPLGBL5"
        Screen.............. "SAPMF05A 0300"
        Screen line......... 95
    Information on where terminated
        Termination occurred in the ABAP program "SAPLGBL5" - in "LINK_GEN_EXIT_POOLS".
        The main program was "SAPMF05A ".
        In the source code you have the termination point in line 282
        of the (Include) program "LGBL5F01".
    Source Code Extract
    Line  SourceCde
      252 ENDFORM.                    " GENERATE_EXP_ROUTINES
      253 *******************************************************
      254 FORM link_gen_exit_pools.
      255
      256   STATICS: pool_r LIKE syst-repid,
      257            pool_s LIKE syst-repid.
      258
      259   IF pool_r IS INITIAL AND pool_s IS INITIAL.
      260     CALL FUNCTION 'G_VSR_GET_EXITPOOL_NAME'
      261       EXPORTING
      262         arbgb    = 'GBLR'
      263         mandt    = syst-mandt
      264       IMPORTING
      265         poolname = pool_r
      266       EXCEPTIONS
      267         OTHERS   = 1.
      268
      269     CALL FUNCTION 'G_VSR_GET_EXITPOOL_NAME'
      270       EXPORTING
      271         arbgb    = 'GBLS'
      272         mandt    = syst-mandt
      273       IMPORTING
      274         poolname = pool_s
      275       EXCEPTIONS
      276         OTHERS   = 1.
      277   ENDIF.
      278   CHECK NOT ( pool_r IS INITIAL AND pool_s IS INITIAL ).
      279
      280   PERFORM link_exit_pool IN PROGRAM (g_boolpool) USING
      281           pool_r pool_s IF FOUND.
    >>>>> ENDFORM.                    "link_gen_exit_pools
      283
      284 &----
      285 *&      Form  create_bool_filename
      286 &----
      287 *       Setzt GBTmmaa0 zusammen, ersetzt die GBAAAAAA Logik
      288 ----
      289 FORM create_bool_filename  USING    vsr_user  LIKE gb31-valuser
      290                                     vsr_event LIKE gb31-valevent
      291                            CHANGING filename.
      292
      293   DATA: file_name(8) TYPE c,
      294         client LIKE sy-mandt,
      295         l_gb31c LIKE gb31c.
      296
      297   CHECK NOT vsr_user  IS INITIAL.
      298   CHECK NOT vsr_event IS INITIAL.
      299
      300   client = sy-mandt.
      301
    Kindly suggest

  • Error is "CONVT_CODEPAGE" and exception is "CX_SY_CONVERSION_CODEPAGE"

    Dear experts,
    How are you?
    The runtime error was occured as follows :
    1) Error : CONVT_CODEPAGE
    2) Exception : CX_SY_CONVERSION_CODEPAGE
    3) System Environment : R/3 470*110, non-unicode system
    4) Transaction : PA20
        Language Key : 3
        Program : CL_ABAP_CONV_IN_CE======CP
    5) Source code extract :
    000280         raise exception type cx_parameter_invalid_type
    000290           exporting parameter = paramstr type = typestr.
    000300       endif.
    000310     when 'C'.
    000320       len = strlen( uccp ).
    000330       if len <> 4.
    000340         paramstr = 'UCCP'.
    000350         typestr = len.
    000360         shift typestr right.
    000370         concatenate 'C(' typestr ')' into typestr.
    000380         raise exception type cx_parameter_invalid_type
    000390           exporting parameter = paramstr type = typestr.
    000400       endif.
    000410     when 'g'.
    000420       len = strlen( uccp ).
    000430       if len <> 4.
    000440         paramstr = 'UCCP'.
    000450         typestr = len.
    000460         shift typestr right.
    000470         concatenate 'STRING(' typestr ')' into typestr.
    000480         raise exception type cx_parameter_invalid_type
    000490           exporting parameter = paramstr type = typestr.
    000500       endif.
    000510     when others.
    000520       paramstr = 'UCCP'.
    000530       typestr = t.
    000540       raise exception type cx_parameter_invalid_type
    000550         exporting parameter = paramstr type = typestr.
    000560     endcase.
    000570     x = uccp.
         >     SYSTEM-CALL CONVERT ID 41
    000590                                          " EXPORTING
    000600       BUFFER x
    000610                                          " IMPORTING
    000620       DATA char
    000630                                          " CHANGING
    000640       CINFO cl_abap_conv_in_ce=>uccp_cinfo.
    000650   ENDMETHOD.
    I referenced the notes 864789,865885, and 832232.
    But I couldn't resolve it.
    Would you please help me?
    Thanks.
    Regards,
    Soyeon Rhee

    Dear Prashant,
    Thank you for your advice.
    The source code is as follows:
    Source code extract
    000280         raise exception type cx_parameter_invalid_type
    000290           exporting parameter = paramstr type = typestr.
    000300       endif.
    000310     when 'C'.
    000320       len = strlen( uccp ).
    000330       if len <> 4.
    000340         paramstr = 'UCCP'.
    000350         typestr = len.
    000360         shift typestr right.
    000370         concatenate 'C(' typestr ')' into typestr.
    000380         raise exception type cx_parameter_invalid_type
    000390           exporting parameter = paramstr type = typestr.
    000400       endif.
    000410     when 'g'.
    000420       len = strlen( uccp ).
    000430       if len <> 4.
    000440         paramstr = 'UCCP'.
    000450         typestr = len.
    000460         shift typestr right.
    000470         concatenate 'STRING(' typestr ')' into typestr.
    000480         raise exception type cx_parameter_invalid_type
    000490           exporting parameter = paramstr type = typestr.
    000500       endif.
    000510     when others.
    000520       paramstr = 'UCCP'.
    000530       typestr = t.
    000540       raise exception type cx_parameter_invalid_type
    000550         exporting parameter = paramstr type = typestr.
    000560     endcase.
    000570     x = uccp.
    >     SYSTEM-CALL CONVERT ID 41
    000590                                          " EXPORTING
    000600       BUFFER x
    000610                                          " IMPORTING
    000620       DATA char
    000630                                          " CHANGING
    000640       CINFO cl_abap_conv_in_ce=>uccp_cinfo.
    000650   ENDMETHOD.
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 0
    SY-TABIX 5                             SY-DBCNT 0
    SY-FDPOS 5                             SY-LSIND 0
    SY-PAGNO 0                             SY-LINNO 1
    SY-COLNO 1                             SY-PFKEY
    SY-UCOMM BACK                          SY-TITLE &#54532;&#47196;&#44536;&#47016; OM_START
    SY-MSGTY                               SY-MSGID
    SY-MSGNO 000                           SY-MSGV1
    SY-MSGV2                               SY-MSGV3
    SY-MSGV4
    Active calls / events
    No.... Type........ Name..........................
           Program
           Include                                  Line
           Class
        13 METHOD       UCCP
           CL_ABAP_CONV_IN_CE============CP
           CL_ABAP_CONV_IN_CE============CM003         58
           CL_ABAP_CONV_IN_CE
        12 METHOD       GET_UCCP_PREFIX_CONSTANTS
           CL_HROM_KEY_GENERATOR=========CP
           CL_HROM_KEY_GENERATOR=========CM00C         13
           CL_HROM_KEY_GENERATOR
        11 METHOD       CHECK_ARRAYTYPE_PREFIX
           CL_HROM_KEY_GENERATOR=========CP
           CL_HROM_KEY_GENERATOR=========CM007         17
           CL_HROM_KEY_GENERATOR
        10 METHOD       DELETE_DYN_ARRAYTYPE
           CL_HROM_KEY_GENERATOR=========CP
           CL_HROM_KEY_GENERATOR=========CM005         17
           CL_HROM_KEY_GENERATOR
         9 METHOD       DELETE_ONE_QUERY
           CL_HR_ST_COLUMNS_BASE=========CP
           CL_HR_ST_COLUMNS_BASE=========CM00L         17
           CL_HR_ST_COLUMNS_BASE
         8 METHOD       DELETE_ONE_SELECTION
           CL_HR_ST_ADHOC_SELECTION======CP
           CL_HR_ST_ADHOC_SELECTION======CM006         28
           CL_HR_ST_ADHOC_SELECTION
         7 METHOD       CLEAN_UP
           CL_HR_ST_ADHOC_SELECTION======CP
           CL_HR_ST_ADHOC_SELECTION======CM001         74
           CL_HR_ST_ADHOC_SELECTION
         6 METHOD       IF_HR_SEARCHTOOL_FAVORITES~END_OF_OBJECTMANAGER
           CL_HR_ST_ADHOC_SELECTION======CP
           CL_HR_ST_ADHOC_SELECTION======CM00D          6
           CL_HR_ST_ADHOC_SELECTION
         5 METHOD       DESTROY
           CL_HR_OBJECTMANAGER===========CP
           CL_HR_OBJECTMANAGER===========CM002         76
           CL_HR_OBJECTMANAGER
         4 FUNCTION     NF_GM_CALL_OBJMAN_FUNCTION
           SAPLOM_NAVFRAMEWORK_OO_OBJ
           LOM_NAVFRAMEWORK_OO_OBJU10                  72
         3 FORM         EM_EVENT_TO_CURRENT_OBJECTS
           SAPLOM_NAVFRAMEWORK_OO_OBJ
           LOM_NAVFRAMEWORK_OO_OBJF03                 171
         2 FUNCTION     NF_GM_CREATE
           SAPLOM_NAVFRAMEWORK_OO_OBJ
           LOM_NAVFRAMEWORK_OO_OBJU12                 292
         1 EVENT        START-OF-SELECTION
           OM_START_NF
           OM_START_NF                                 19
    I appreciate your help.
    Best regards,
    Soyeon Rhee

  • CONVT_CODEPAGE errror

    I have a program which generates a flat file to be FTPed to another Unix Server from SAP. In this file if there are Non-English characters then they are not being interpreted properly at Unix Level. For Example :
    There is a MATNR in MARA as 'FORFAIT RÉPARATION'. I have highlighted the character in question as BOLD & ITALIC.
    This material is transferred to the flat file, when you open this file in AL11 on SAP Screen, it shows you the MATNR as above 'FORFAIT RÉPARATION'.
    But when you logon to SAP at Unix Level, same material is displayed as 'FORFAIT RÃPARATION'.
    Since at Unix Level MATNR name is 'FORFAIT RÃPARATION', it will remain same when FTPed to another Unix Server and thats wrong
    I am using following statement in my program to OPEN the file.
    open dataset pa_file for output in text mode encoding default => Program behaves like above
    open dataset pa_file for output in text mode encoding non-unicode . => it gives a dump, and in the output non-english characters are replaced by '#'.
    Our SAP is ECC 6.0 and similar behaviour is observed for characters like
    Ü
    Á
    ÿ
    Any thoughts/ideas how to resolve it ?

    Hi Rohan
    Check these notes :
    Note 547308 - Shortdump CONVT_CODEPAGE when displaying measure
    Note 752835 - Usage of the file interfaces in Unicode systems
    Note 1057289 - Reasons for CX_SY_CONVERSION_CODEPAGE / CONVT_CODEPAGE
    Note 853665 - LSMW: Dump occurs when file imported from application server

  • Runtime Errors LOAD_PROGRAM_LOST facing error during SP K-1507PINSTPL imple

    Dear All,
    Please help here
    I am not able to apply support packages K-1507PINSTPL in SOLMAN Live system while same package has already been
    implemented in SOLMAN Dev system without any error.
    In SOLMAN Live system we are facing below error in short dump
    Runtime Errors         LOAD_PROGRAM_LOST
    Date and Time          29.06.2011 06:40:22
    Program "SAPLSMTR_NAVIGATION" was modified during the run.
    Runtime error
    The current ABAP program "SAPLSMTR_NAVIGATION_MODULES" had to be terminated
    because one
    of the statements could not be executed at runtime.
    While the program was running, the program "SAPLSMTR_NAVIGATION" had to be
    reloaded
    because a bottleneck pushed it out of the local
    program buffer. However, the database was found to contain an already
    changed program.
    And implementation of this support package is already inprogress in solman_live system with message
    "tp check buffer for already imported requests"
    Eloboratin issue as below:
    Trid to stop transaction and then run again but always facing that it got stuck on the phase " IMPORT_PROPER" with below error
    "tp check buffer for already imported requests"
    Please advice what to do?
    Please help here i got stuck in between of activity.
    Regards,
    Vyash
    Edited by: vyashmishra on Jun 29, 2011 2:47 PM

    Dear All,
    My issue got resoulved
    Action taken as below
    1: reset the buffer via /$sync(tcode)
    2: Then chcked in slog and could see due to disk space issue deadlock occured and PID was coming as active for same file
    SID.LOB
    3: Hence we renamed the SID.LOB to SID.LOB1.
    4: We imported the stucked TR for support package in STM(tcode)
    After that reimported the package and issue got resoulved.
    Regards,
    Vyash
    Edited by: vyashmishra on Jul 13, 2011 8:54 AM

  • ABAP dump CONVT_CODEPAGE in ECC 6.0

    Hi,
    In ECC 6.0 the following error is coming while reading data from Unix file.
    <b>Runtime Errors         CONVT_CODEPAGE
    Except.                CX_SY_CONVERSION_CODEPAGE
    The termination is caused because exception "CX_SY_CONVERSION_CODEPAGE"
    occurred in
    procedure "GET_DATA_FROM_UXFILE" "(FORM)", but it was neither handled locally
    nor declared
    in the RAISING clause of its signature.</b>
    The program logic for opening dataset and reading is as shown below, dump is coming while reading dataset.
      OPEN DATASET INFILE FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      DO.
        READ DATASET INFILE INTO WA_workarea .
      ENDDO.
    Do we need to change the read command to avoid this dump in ECC 6.0?
    Thanks,
    Sreedevi

    I think syntax Open dataset option ENCODING DEFAULT in unicode system expects a file in UTF-8 encoding.
    It's dumping because read dataset failed to convert a character in the fil to UTF-16.
    You need to convert to UTF-16 before transfer
    try.
        call method cl_abap_conv_in_ce=>create
          exporting
            encoding    = gv_encoding
            endian      = gv_endian
            replacement = '#'
          receiving
            conv        = conv_obj.
        call method conv_obj->convert
          exporting
            input = gv_xstr
            n     = -1
          importing
            data  = gv_str.
      catch cx_root.
        message 'Error during conversion' type 'E'.
    endtry.
    aRs

  • Dump LOAD_PROGRAM_LOST

    Hello Friends,
    While i am executing the T-Code: SE16 (Programa Name: SAPLSETB)  this "LOAD_PROGRAM_LOST"dump occurs again and again. While i am getting this Dump their is no Source Code.
    And In the Dump when i am read "How To Correct Error" their written "Try to Restart the Program", but i am getting if i restart the program, if this error comes again what is the reason and why this Dump Occurs or if the program run sussfully then why this error occurs earlier.
    Friends help me to solve this issue and tell me the reson why this Dump Occursoccurs.
    Transaction......... "SE16 "                                                  
    Program............. "SAPLSETB "                                              
    Screen.............. "/1BCDWB/DBKNVV 1000"                                    
    Screen line......... 64     
    Thanks and Regards,
    Rahul Asthana.

    Hello Friends,
    Regarding Dump"LOAD_PROGRAM_LOST" i am sending you few more inforamtion.
    I Hope it will help you friends and you all will help me to solve the Dump.
    Program "/1BCDWB/DBKNVV" was modified during the run.                         
    What happened?
    Runtime Error                                                                 
    of the statements could not be executed at runtime.                           
    The current ABAP program "SAPLSETB " had to be terminated because one         
    of the statements could not be executed at runtime.     
    Error analysis
    While the program was running, the program "/1BCDWB/DBKNVV" had to be reloaded
    because a bottleneck pushed it out of the local                               
    program buffer. However, the database was found to contain an already         
    changed program.                                                                               
    How to correct the error
    Try to restart the program.      
    User, transaction
    Language key........ "S"                                                      
    Transaction......... "SE16 "                                                  
    Program............. "SAPLSETB "                                              
    Screen.............. "/1BCDWB/DBKNVV 1000"                                    
    Screen line......... 64   
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPLSETB " in                 
    "GENERATE_NEW_SEL".                                                           
    The main program was "/1BCDWB/DBKNVV ".                                                                               
    The termination occurred in line 0                                            
    of the source code of program " " (when calling the editor 00). 
    Chosen variables
    Name.......................... Contents.1........2........3....+....4
    %_?NOT_ASSIGNED?                                                                               
    2222                                   
                                   0000                                   
    TVDIR                                                                               
    2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40                                                                               
    2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  80                             000000000000                    
                                   2222222333333333333222222222222222222222
                                   0000000000000000000000000000000000000000
    ... + 120                       00000000000000         
    Friends their is no Source Code.
    Due to which i am getting the solution of and Error of the dump.
    Pleease help me to solve this Error
    Thanks and Regards,
    Rahul Asthana

  • LOAD_PROGRAM_LOST (NOTE 5451 )

    Hi Sap Gears!
    I`m having this issue all the time in the execution of a program in SAP 4.6C system.  I try to search this problem in the forum and i tryed a lot of time open error message to SAP, but they dont understand my problem....
    When i execute this program, a short dump occurs with this PXA Buffer Issue. The Basis Time already increase this buffered memory, but this occurs frequently. When a Bapi is called, this dump occurs always.
    Someone has a light for me to resolve this issue?
    Thanks!

    Hi,
    The LOAD_PROGRAM_LOST error occurs when there are two
    or more versions of a given program loaded into the
    buffer at any given time. This happens when the
    program is changed by one user while it is still in
    use by another user.
    When a user gets to the program that is having this
    problem and R/3 attempts to load the generated version
    from the buffer, it sees that the version is not the
    most current and tries to swap it out for the most
    current, but the load was lost from the pxa buffer,
    hence the dump of LOAD_PROGRAM_LOST.
    To correct the error you need to run tranx SAMT &
    regenerate the program(s) that are listed in the dump.
    You can then do a $SYNC in the OK code field in the
    affected applciation server, but the other
    application servers should not be running. After the
    $SYNC, the other app servers can be brought up and the
    buffers should then be in sync.
    Regards
    Nicole

  • ABAP/4 processor: LOAD_PROGRAM_LOST error

    Hi,
    One of my job got failed , the errer message wwhich iam getting is
    "ABAP/4 processor: LOAD_PROGRAM_LOST"
    can anybody tell me wht could be the reason for this
    Thanks
    Yogesh Gupta

    Hi,
    The problem could be related to   SPAM updates
    Symptom: Three runtime errors can occur when you import a SPAM update:
    - LOAD_PROGRAM_LOST
    - SAPSQL_SELECT_WA_TOO_SMALL
    - SAPSQL_SELECT_TAB_TOO_SMALL
    - SAPSQL_WA_TOO_SMALL
    These errors occur because SPAM is modified when running.
    LOAD_PROGRAM_LOST occurs when SPAM is loaded back into the local program buffer and a different version exists on the database.
    Solution: These errors no longer occur when you restart Transaction SPAM and
    continue applying the SPAM update.

  • LOAD_PROGRAM_LOST error during transport

    Hi guys,
    One of my transports always got canceled (RC = 12). The error given was LOAD_PROGRAM_LOST.
    I looked at the program in the target system, it's a generated report called insert_and_read_ods.
    Any input is appreciated.
    BR
    Ben

    Hi,
    The transport request contains Info Packages, Data Sources, Transfer Rules, and Transfer Structures.
    As I tried to transport a few times (which all ended up with RC 12), the programs that were complained about were different. But they all had to do with PSA of data sources from one source system.
    Thank you.

  • CONVT_CODEPAGE

    Hi All,
    I am running a program which reads the file on Application server and makes changes / addition to this file. But In Production environment, while reading the second record of the file it throws the error "CONVT_CODEPAGE".
    However this programs runs smoothly in other environment with the same file as an input.  Could any one please help me out with kind of action required to take?
    Thanks in advance,
    Jigar

    hi
    good
    Catchable Exceptions
    CX_SY_FILE_OPEN
    Cause: The file is already open (only in Unicode programs)
    Runtime Error: DATASET_REOPEN
    CX_SY_CODEPAGE_CONVERTER_INIT
    Cause: The required conversion is not supported (because you specified an invalid code page or a language with SET LOCALE LANGUAGE not supported during conversion).
    Runtime Error: CONVT_CODEPAGE_INIT (catchable)
    http://www.s001.org/ABAP-Hlp/abapopen_dataset.htm
    reward point if helpful.
    thanks
    mrutyun^

  • Pls send me Real time SM21 and ST22 errors.at  least 4

    Hi,
           I am new guy in Basis .Pls send me SM21 and ST22 real time errors.I will give more reward points.
    regards,
    Jana

    Hi janardan
    Here I am sending the lists of some real time errors that i have encountered during my monitoring work:-
    SM21
    1) 06:14:20 DIA 001 010 ALEREMOTE         AB0 Run-time error "CALL_FUNCTION_SEND_ERROR"       occurred  
    2) 08:09:13 DIA 002 010 ASCHELVI     SA38 AB0 Run-time error "TIME_OUT" occurred
    3) 05:45:03 BTC 003 000 SAPSYS            D01 Transaction Canceled BT 510 ( )
    4)  10:32:55 DIA 003 010 WORKFLOW          H01 Enqueue of work item 000023517979 deleted by called   application.       
    ST22    
    1) 10.04.2008 11:34:17 sapbebr104 FFERNAND 010 C RAISE_EXCEPTION    1
    2) 10.04.2008 12:47:23 sapbebr102 JIGOMEZ 010 C SYSTEM_CANCELED    4
    3) 09.04.2008 12:48:13 sapbebr104 MLOLMEDO 010 C TIME_OUT    1
    4) 01.04.2008 07:46:11 sapbebr042 BMARIQUE 010 C LOAD_PROGRAM_LOST    3
    In SM21 u can look for messages like :
      >Printer problems
      >Signal 11
      >Short dumps
      >Time-outs
      >Matchcode problems
      >Aborted postings
      >Runtime error analysis
    ST22 is used for some abap dump analysis
    Award points if found helpful.
    Regards,
    Abinash

  • LOAD_PROGRAM_LOST Dump Help

    Hi,
    On our productive system we are getting around 500 dumps a week of the type LOAD_PROGRAM_LOST, related to the transactions MIRO,VA01,FBL1N,MIGO and the programs GBTABCO0 and GBTABFI0.
    We only transport orders from QA to productive on Thursday Morning around 3-4 AM, from what i've read this error might happen when replacing versions of the same program on runtime, i believe with the transport method we use its unlikely that the dump is generated because of that, does anyone have any kind of experience with this kind of dump and the possible solutions.
    Thank you.
    Roberto Gomez.

    Roberto Gomez
    Can you kindly let me know how you were able to resolve this issue? I am encountering a similar issue and not sure how to get it resolved.
    Can you kindly help?
    Thanks,
    Balaji

  • CONVT_CODEPAGE  error in DATASET Statement

    Hi All,
    I have used the statement in my custom program scheduled as background
    OPEN DATASET strtemp FOR INPUT ENCODING DEFAULT IN TEXT MODE.
    It resulted in the cancellation of the job
    The rror is ABAP/4 processor: CONVT_CODEPAGE
    Detailed error description:
    Runtime Errors         CONVT_CODEPAGE
    Except.                CX_SY_CONVERSION_CODEPAGE
    Date and Time          11.11.2010 18:05:18
    Short text
         A character set conversion is not possible.
    What happened?
         At the conversion of a text from codepage '4110' to codepage '4103':
         - a character was found that cannot be displayed in one of the two
         codepages;
         - or it was detected that this conversion is not supported
         The running ABAP program 'ZJSHE000' had to be terminated as the conversion
         would have produced incorrect data.
         The number of characters that could not be displayed (and therefore not
         be converted), is 7. If this number is 0, the second error case, as
         mentioned above, has occurred.
    Please help to resolve the issue. The file comes from an EDI system and places in App server.
    The SAP system is unicode enabled.Why this error and how can we reolve this.
    Regards.

    maybe you should use other parameter when doing the open dataset
    instead of OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    try:
    OPEN DATASET filename FOR INPUT
        IN legacy TEXT MODE
        code page codepage.
    have you searched OSS with the keywords supplied in the note?

  • Short dump CONVT_CODEPAGE in transaction I18N

    Hi,
    I'm trying to install the french language into a Solution Manage 4.0 system.
    SQL Server 2005 database + Windows 2003 X64
    When I run I18N > I18N Menu > I18N Customizing > I18N System Configuration in order to activate french I have  a dump (more details bellow).
    Same error when I try to run report RSCPINST.
    I'm running out of idea, I'm unable to find a way to solve this issue, anybody can help me ?
    Thanks in advance,
    V.Ch.
    Short dump long text :
    Runtime Errors         CONVT_CODEPAGE
    Except.                CX_SY_CONVERSION_CODEPAGE
    Date and Time          21.01.2008 22:02:16
    Short text
    A character set conversion is not possible.
    What happened?
    At the conversion of a text from codepage '4110' to codepage '4103':
    - a character was found that cannot be displayed in one of the two
    codepages;
    - or it was detected that this conversion is not supported
    The running ABAP program 'SAPLSCP2' had to be terminated as the conversion
    would have produced incorrect data.
    The number of characters that could not be displayed (and therefore not
    be converted), is 1. If this number is 0, the second error case, as
    mentioned above, has occurred.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not
    caught in
    procedure "CHECK_PROFILE" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Characters are always displayed in only a certain codepage. Many
    codepages only define a limited set of characters. If a text from a
    codepage should be converted into another codepage, and if this text
    contains characters that are not defined in one of the two codepages, a
    conversion error occurs.
    Moreover, a conversion error can occur if one of the needed codepages
    '4110' or '4103' is not known to the system.
    If the conversion error occurred at read or write of  screen, the file
    name was 'G:\usr\sap\L1D\SYS\profile\DEFAULT.PFL'. (further information about
    the file: "X 2673")
    Missing RAISING Clause in Interface
    Program                                 SAPLSCP2
    Include                                 LSCP2U23
    Row                                     103
    Module type                             (FORM)
    Module Name                             CHECK_PROFILE
    Trigger Location of Exception
    Program                                 SAPLSCP2
    Include                                 LSCP2U23
    Row                                     142
    Module type                             (FORM)
    Module Name                             CHECK_PROFILE
    Source Code Extract
    Line
    SourceCde
    112
    fname = a_profilefilename.
    113
    parname = a_parname.
    114
    115
    open dataset fname for input in text mode encoding default.
    116
    do.
    117
    read dataset fname into rec1.
    118
    if sy-subrc <> 0.
    119
    if sy-subrc = 8.
    120
    rec3 = 'OpenErr'.
    121
    exit.
    122
    elseif sy-subrc = 4.
    123
    rec3 = 'NotIn'.
    124
    exit.
    125
    else.
    126
    rec3 = 'rcNot0.'.
    127
    exit.
    128
    endif.
    129
    else.
    130
    if rec1 np '##*' and
    131
    rec1 cs parname.
    132
    rec3 = rec1.
    133
    exit.
    134
    endif.
    135
    endif.
    136
    enddo.
    137
    close dataset fname.
    138
    139
    fname = a_defaultfilename.
    140
    open dataset fname for input in text mode encoding default.
    141
    do.
    >>>>>
    read dataset fname into rec1.
    143
    if sy-subrc <> 0.
    144
    if sy-subrc = 8.
    145
    rec2 = 'OpenErr'.
    146
    exit.
    147
    elseif sy-subrc = 4.
    148
    rec2 = 'NotIn'.
    149
    exit.
    150
    else.
    151
    rec2 = 'rcNot0.'.
    152
    exit.
    153
    endif.
    154
    else.
    155
    if rec1 np '##*' and
    156
    rec1 cs parname.
    157
    rec2 = rec1.
    158
    exit.
    159
    endif.
    160
    endif.
    161
    enddo.

    Hi,
    Check [this note.|Note 990971 - Error in character conversion:CX_SY_CONVERSION_CODEPAGE dump] This will solve your problem.
    Feel free to revert back.
    --Ragu

Maybe you are looking for