Dump on Tx. SU01

Hello gurus,
I need your help, when I execute the transaction SU01 in English works OK, but when execute same transaction in Spanish the system generate the following dump:
Runtime Errors         RAISE_EXCEPTION
Date and Time          05.08.2009 15:01:47
Short text
     Exception condition "OUTPUTFIELD_TOO_SHORT" raised.
What happened?
     The current ABAP/4 program encountered an unexpected
     situation.
What can you do?
     Note down which actions and inputs caused the error.
     To process the problem further, contact you SAP system
     administrator.
     Using Transaction ST22 for ABAP Dump Analysis, you can look
     at and manage termination messages, and you can also
     keep them for a long time.
Error analysis
     A RAISE statement in the program "SAPLICON" raised the exception
     condition "OUTPUTFIELD_TOO_SHORT".
     Since the exception was not intercepted by a superior
     program, processing was terminated.
     Short description of exception condition:
Length of field 'RESULT' is too small
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.
    Language key........ "S"
    Transaction......... "SU01 "
    Transactions ID..... "C3FA81DE4C62F1E3B272002264F300DE"
    Program............. "SAPLICON"
    Screen.............. "SAPLSUU5 0101"
    Screen line......... 4
Information on where terminated
    Termination occurred in the ABAP program "SAPLICON" - in "ICON_CREATE".
    The main program was "SAPMSUU0 ".
    In the source code you have the termination point in line 51
    of the (Include) program "LICONU04".
Please your help
Thanks
Hernando

Hi Hernando,
Read,
SAP Note 710758 - OUTPUTFIELD_TOO_SHORT for icon_create
SAP Note 1174208 - SU01: Logon Data tab,
If this doesn't help... I think your best shot is to patch your SAP_BASIS component
Regards
Juan

Similar Messages

  • DUMP on TX SU01 "Syntax_error" after upgrade of SAPABA SAPBASIS PIBASIS -15

    Dear Friends,
    SAP_ABA install components, and SAP_Basis PI_BASIS in level 15 and I run the tx SU01 produces the following dump:
       Error in the ABAP Application Program
       The current ABAP program "SAPLSUU0" had to be terminated because it has
       come across a statement that unfortunately cannot be executed.
       The following syntax error occurred in program "SAPLSUU5 " in include "LSUU5
        " in
       line 1181:
       ""OBJ_SYS-" expected, not "NO_SYS_""
       The include has been created and last changed by:
       Created by: "SAP "
       Last changed by: "SAP "
       Error in the ABAP Application Program
       The current ABAP program "SAPLSUU0" had to be terminated because it has
       come across a statement that unfortunately cannot be executed.
    I appreciate the suggestions of the case
    Regards
    Martin
    Edited by: Martín Sello on Jul 30, 2011 8:44 PM
    change the subject!!

    Hi Sunny:
    The problem was corrected again importing the following SAP Notes: 1174208 and 1143231
    I was also working with the note you mention.
    I appreciate the help
    regards
    Martin S.

  • OSS USER ID  ISSUE

    Hi,
    My client OSS userid gets locked up when they try to confirm the basket.
    is there a way to find out what job, or dump is getting sent to SAP that is causing SAP to lock their userid ?
    To clarify, when OSS locks their S000XXXXXXX userid due to dumps, we can still log onto the service marketplace, and can even put patches in their download basket.
    However, depending upon when the patch was created and if it is a NW2004S
    patch, they sometimes get the message that the patch in the basket still needs
    to be approved (waiting for approval).  Usually then we  have to log onto
    Solution Manager and 'Confirm' my basket.
    When SAP locks their userid, they cannot confirm my basket in Solman,
    therefore cannot download my patches.
    Plz help in resolving the above issue.
    Regards,
    Dinakar

    Hi,
    user id is not locked due to dump.
    go through su01 and unlock S000XXXXXX user and change password, password is case sensitive.
    regards,
    kaushal

  • SAPSQL_ARRAY_INSERT_DUPREC in tcide SU01

    Hi Gurus,
    Good day!
    I would to seek your assistance how can deal with this ABAP dump issue "SAPSQL_ARRAY_INSERT_DUPREC". This error occured while creating a user via transaction SU01.
    Do we need to apply OSS note in order to get rid of this error?
    Please advise.
    Appreciate your help.
    Cheers,
    Virgilio

    Hi Virgilio Padios ,
    Have you checked the ranges of numbers? It may be that the range is exhausted. Then the system tries to assign a number that has already been used (for this the DUPREC). If this is the case you should go through SNRO and change the object range.
    Hope this information is help to you.
    Regards,
    José

  • ABAP DUMP - OBJECTS_OBJREF_NOT_ASSIGNED

    Hi Experts
    We are facing the dump  OBJECTS_OBJREF_NOT_ASSIGNED very regularly in ST22.
    Error Details
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_CRM_BSP_FRAME_SRES=========CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    please letme Know why this dump is comming reguraly and what action to be taken to aviod such dumps
    Thanks
    kumar

    Hi,
    What does this applicaiton do? Is it anywhere linked to Transactions in CRM.
    We faced similar Dump in CRM SAPGUI. and that was when we entered the Tcode: CRMD_ORDER.
    Just try the same with another User ID. If the dump doesnot occur then follow the procedure below:
    Tcode: SU01
    Open the User for which teh dump is coming.
    Goto Parameters tab
    Enter follwoing:
    Parameter ID: CRM_PROCESS_TYPE
    Parameter Value: TA
    SAVE.
    This should resolve,
    Kindly reward with points in case helpful
    Sharif.

  • ABAP dump on entering into IC

    Hi,
    One user faces a very strange issue where she faces a dump on just entering CRM 7.0  IC application. The runtime error she faced on investigating in st22 was BCD_OVERFLOW where there is an overflow during an arithmetic operation.
    Class -> CL_ABAP_TSTMP
    Method -> SUBTRACT.
    It was terminated at line 25.
    On further analysis, we found that this method is used to convert two timestamps into seconds and subtract one from the other
    It is called by CL_CMW_PIF   > GETSESSIONDETAILS.
    In this method the user's sessions details are being calculated. In Line 15, the GET TIME STAMP FIELD returns the user's timestamp. The parameters tstmp1 (local timestamp) and tstmp2 (session-timestamp) are exported to CL_ABAP_TSTMP => SUBTRACT.
    This subtraction operation is leading to an overflow error where one of the timestamp fields (of type P) is being provided a resultant value that exceeds its storage limit.
    Initially the user was asked to remove the personal time zone in su01 but this did not help either.
    The user just entered the URL into the Address bar and faced the runtime error immediately. Could anyone provide pointers on these.
    Thanks,
    Reba

    Hi Harshit,
    The forum thread pointed to the query in the BI system. Im aware of the dump and the solution. It occurs in a SAP standard program and therefore the variabel cannot be changed. However this problem is faced by only one user. What settings of the user needs to be changed to prevent this overflow.
    Reba.

  • Facing ABAP dump in program SAPLGRAP that ABAP_2_DAT does not exist

    We have an IDES ECC6.0 installation. We are facing some ABAP dump whenever any activity which involves a list is performed.
    Eg: When in SU01 you click on user field and press F4 to get the list of present users, it shows following dump:
    ( Error in the ABAP Application Program
    The current ABAP program "SAPLWDTM" had to be terminated because it has++
    come across a statement that unfortunately cannot be executed.++
    The following syntax error occurred in program "SAPLGRAP " in include "LGRAPFGL" in
    line 1203:
    "The FORM "ABAP_2_DAT" does not exist."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "AICAMT "
    Error in the ABAP Application Program
    The current ABAP program "SAPLWDTM" had to be terminated because it has
    come across a statement that unfortunately cannot be executed. )
    The WS_DOWNLOAD module itself is missing. Any idea on this?

    Hi Uday,
    Thanks for your responce.
    The ECC6.0 system is at EHP 1 SP 14.
    SM21 log shows the following:
    Run-time error "SYNTAX_ERROR" occurred.
    The details of this error is the same as mentioned in the previous post i.e
    the FORM "ABAP_2_DAT" could not be found.
    Regards,
    Kushal Agrawal

  • Short dump with decimal issue

    Now I want to get total weight of the material as weight * quantity. When I doing this process the program short dump.
    If my user setting in su01 is 1,234,567.89 it will work normally, but if I changed my user setting to 1.234.567,89 it will get weight like 6,55 which cause short dump in total weight get. Please help me for solution that no mater user setting is dot or comma it will work successfully. thanks.

    I think the problem lies in fact that you are treating this variable as character one (of type c or string ) . This is not correct. You should use only packed numbers (of type p ) for calculation.
    The user settings has nothing to do with the calculation. These are purely for displaying data, not for calculating them. So what you need is something like
    data: weight type p decimals 2 value '1234567.89',
             quantity type i value 3,
             result(10) type p decimals 2.  
    result = weight * quantity. "the value stored in variable has form 3703703.67
    "only when you display your data it will receive the format of user settings
    write: weight,  "displayed as 1,234,567.89 or 1.234.567,89 -> depending on the settings
              result.    "displayed as 3,703,703.67 or 3.703.703,67 -> depending on the settings
    Regards
    Marcin

  • SAP HR Security_ Dump error after table maintenance (T77UA)

    Hi,
    In our project we have both general authorizations and structural authorizations. There are ESS, MSS and HR Roles maintained in PFCG transactions. Our approach of Role assignments (profiles) is for Users and not against positions.
    Hence table T77UA is maintained with Authorization profile (created for HR) against users (who are HR). This authorization profile is used in HR Role and this Role is assigned to the users using SU01 transaction.
    I have also used Evaluation path in the authorization profile, which will fetch all the employees under the HR, so that the HR will be authorized to access the data of those employees.
    After maintaining the table (T77UA),  when i try to test the HR Role in backend for eg: PA20 or PA30 to display any employee data under him, i am getting dump error.
    Can someone guide me how i can resolve this!!
    Thanks!

    Hi Christine,
    Please find below the error details:
    The dump comes when i maintain the Table T77UA (authorization profile against the username).
    Is the manual way of maintaining the table, a wrong method? Is there any other approach to go ahead with the structural authorization without maintaining this table? Please suggest.
    Runtime Errors:         TSV_TNEW_PAGE_ALLOC_FAILED
    Short text
        No more storage space available for extending an internal table.
    What happened?
        You attempted to extend an internal table, but the required space was
        not available.
    Error analysis
        The internal table "\FUNCTION-POOL=RHAC\DATA=OBJECT_TAB1[]" could not be
         further extended. To enable
        error handling, the table had to be delete before this log was written.
        As a result, the table is displayed further down or, if you branch to
        the ABAP Debugger, with 0 rows.
        At the time of the termination, the following data was determined for
        the relevant internal table:
        Memory location: "Session memory"
        Row width: 1388
        Number of rows: 1537109
        Allocated rows: 1537109
        Newly requested rows: 8 (in 1 blocks)
    Trigger Location of Runtime Error
        Program                                 SAPLRHAC
        Include                                 LRHACF04
        Row                                     90
        Module type                             (FORM)
        Module Name                             FILL_SET_TAB
    Source Code Extract
    Line  SourceCde
       60                   object_tab2-skipf = relat_tab-skipf.
       61                   object_tab2-pup   = rec_check_tab_index.
       62                   IF rhas-sflag EQ 'X'.
       63                     PERFORM build_sel_interval
       64                       USING t1001-begda       t1001-endda
       65                             object_tab-sbegd  object_tab-sendd
       66                             object_tab2-sbegd object_tab2-sendd.
       67                   ELSE.
       68                     object_tab2-sbegd = object_tab-sbegd.
       69                     object_tab2-sendd = object_tab-sendd.
       70                   ENDIF.
       71                   APPEND object_tab2.
       72                   blatt = off.
       73                   object_tab2_count   = object_tab2_count + 1.
       74                 WHEN '2'.
       75                   CLEAR object_tab1.
       76                   MOVE-CORRESPONDING t1001 TO object_tab1.
       77                   object_tab1-otype   = t1001-sclas.
       78                   object_tab1-objid   = t1001-sobid.
       79                   object_tab1-skipf = relat_tab-skipf.
       80                   object_tab1-pup   = rec_check_tab_index.
       81                   IF rhas-sflag EQ 'X'.
       82                     PERFORM build_sel_interval
       83                       USING t1001-begda       t1001-endda
       84                             object_tab-sbegd  object_tab-sendd
       85                             object_tab1-sbegd object_tab1-sendd.
       86                   ELSE.
       87                     object_tab1-sbegd = object_tab-sbegd.
       88                     object_tab1-sendd = object_tab-sendd.
       89                   ENDIF.
    >>>>>                   APPEND object_tab1.
       91                   blatt = off.
       92                   object_tab1_count   = object_tab1_count + 1.
       93               ENDCASE.
       94             ELSE.
       95               exit_sw = on.
       96               EXIT.
       97             ENDIF.
       98
       99           ENDIF.
      100           ADD 1 TO t1001_index.
      101         ENDDO.
      102       ELSE.
      103         LOOP AT  eo_1001 WHERE plvar      EQ rhas-plvar
      104                          AND   otype      EQ object_tab-otype
      105                          AND   objid      EQ object_tab-objid
      106                          AND   infty      EQ rela_infty
      107                          AND   rsign      EQ relat_tab-rsign
      108                          AND   relat      EQ relat_tab-relat
    109                          AND   priox      BETWEEN min_priox
    Thanks!

  • Dump (RABAX_STATE)  when user holds a shopping cart

    When the user tries to hold a shopping cart, copied from one existing, the system gives back an error (dump). The activities executed from the user are:
    1) Add cost center; Change WBS and Cost Assignment in “Default settings for items”;
    2) Select the shopping cart to copy from “Old Purchase order and templates”, choosing by flag the lines to add at new shopping cart;
    3) Change “Required on” data;
    4) Insert “name of shopping cart”;
    5) Check shopping cart and choose “Hold” shopping cart.
    The error messages are following:
    ERROR IN ELABORATION OF THE OWN REQUEST.
    The following text of error has been elaborated in production system SRP:
    An exception that could not be caught occurred. The error has been taken place in application the server sapsrpci_SRP_00 and in operating process 0.
    Type of interruption: RABAX_STATE.
    Hierarchy of call ABAP:
    Function: BBP_PD_ABORT of program SAPLBBP_PDH
    Form: ABORT of program SAPLBBP_PDBUP
    Function: BBP_PDBUP_ADDR_DB_UPDATE of program SAPLBBP_PDBUP
    Form: GET_AND_SAVE_XY_TABS of program SAPLBBP_PD
    Form: PROCDOC_SAVE of program SAPLBBP_PD Function: BBP_PROCDOC_SAVE of program SAPLBBP_PD
    Function: BBP_PD_SC_SAVE of program SAPLBBP_PD_SC
    Form: SC_SAVE of program SAPLBBP_SC_APP
    Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP
    Form: APP_EVENT_HANDLER of program SAPLBBP_SC_UI_ITS.
    Unfortunately the error log is not more available with transaction ST22, because the system cleans up the “old” log. The error frequency is random.
    I’ve searched for a Sap note, but I haven’t find anything right for my problem.
    Can you help me, please ?
    Thanks in advance.
    Claudia.

    Hi
    Which SRM version are you using ?
    Couple of reasons can be possible in this case.
    1) Some OSS note is missing or Applied incorrectly.
    2) some SPRO configuartion settings missing (Probably may be related to the GL Account, Product category, Cost Center, WBS Element, etc)
    3) Incocnsistent data existing in some of the templates in the Old purchase orders & templates.
    4) Business Partners like Vendors data etc. are not consistent
    5) Some missing authorizations in the system attached to the log-on user.
    <b><u>Basic checklist</u></b>
    <u>Are you using standard roles for the user who logged on in this tenascation on Web Page (refer PFCG transaction and SU01 Transaction ) ?
    When you are using the Internal ITS,you need not run the report W3_PUBLISH_SERVICES.(only SIAC_PUBLISH_ALL_INT )
    ALso pls check the foll:
    -->activate the services through SICF tcode.
    > Go to SICF transaction and activate the whole tree under the node Default host>sap>bc>gui>sap>its.
    >Also maintain the settings in SE80>utilities>settings>internet transaction server-->test service/Publish. (BBPSTART , BBPGLOBAL, BBPSC01 etc)
    Table TWPURLSVR should have entries for the / SRM server line as well as gui and web server.
    Could you please review again the following steps ?
    Did you check that ICM was working correctly (Transaction - SMICM) ?
    1-Activate the necessary ICF services
    With transaction SICF and locate the
    services by path
    /sap/public/bc/its/mimes
    /sap/bc/gui/sap/its/webgui
    2- Publish the IAC Services
    With Transaction SE80 locate from
    the menu Utilities -> Settings ->
    Internet Transaction Server (Tab) ->
    Publish (Tab) and set “On Selected
    Site” = INTERNAL.
    3- Locate the Internet Services SYSTEM and WEBGUI.
    Publish these services with the Context
    Menu -> Publish -> Complete Service
    4- Browse to http://<server>:<icmport>/sap/bc/gui/
    sap/its/webgui/! and login to the
    webgui.</u>
    Also, Check any logs are there in ST22, RZ20, SM21 and SLG1 transactions.
    Try to get more precise, and if possible, please paste the complete short dump details using ST22 Transaction.
    Incase nothing helps, Please raise an OSS message with SAP as well.
    Regards
    - Atul

  • Lock ups and dumping psyical memory!!!

    Hi i have just installed a new pc most of the stuff im useing is from my old computer so i know they work fine im running a:
    P4 3GHZ Prescot 800MHz, HT-Enabled
    865PE Neo2-P
    512 DDR-400 Twin moss
    ATI Radeon 9000 pro
    PSU-400
    XP Pro
    My computer locks up alot when running intense games (games have worked before no problem) i also get a error saying dumping pysical memory, i have looked about and tried to solve this myself, i found that someone was haveing the exact same problem as me and he fixed it by turning the FSB down as his memory wasnt compatable with his motherboard if doing that works how do i do it ?
    Many thanks Jonathan

    Flappa, Your memory " clock" is fine and there is no need to "underclock it" as long as you did not mess with the Bios.
    I had the same problems. I could not even get thru a Clean install of windows as it would Blue Screen
    1- are you running in " Dual Channel Mode"?
    2- If so is your memory a " match Set"?
    some times memory even thought it has the same markings is not matched . Dual channel sets are matched and made to run together in "Dual Channel Mode"{
    ( Even though I had the same manufacturer memory my set would not run in Dual Channel without " Blue Screening" I bought a Matched Set of Kingston Valueram and have not had a problem since
    3- If it is not a matched set, pull one stick out and run it for a while , if it still bluescreens try the other stick
    4- raise your memory voltage to 2.7 or 2.8 ( which ever is the lowest that it runs stable)
    5- If all this does not work , run MEMTEST to see if there is a problem with both sticks
    6- you are running a Bios Version that supports the " Prescott Microcode" right?
    Let us know what your findings are
    Good Luck  
    Dave

  • Report J_1IEWT_CERT getting cancelled, generating ABAP dump!

    A long running report J_1IEWT_CERT in background mode is getting cancelled after running for a while and generating the following dump :
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]" or when inserting in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]", 0 was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        At the time of the termination, the table contained 17008 lines.
    How to correct the error
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "TABLE_INVALID_INDEX" " "
        "J_1IEWT_CERT" or "J_1IEWT_CERT_F01"
        "FILTER_DATA"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
    Tried searching for some SAP Notes to fix the issue, no success as of now, Please help me out...

    Have you checked these notes ?
    363107 Short dump occurs during TDS certificate printing.
      803806  Error while genrating TDS certificate 03.01.2005
      1066049  J1INCERT - Error while generating TDS certificate
    Regards,
    Subhash

  • Short dump 'Table does not exist in database'

    Hello All,
    When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :
    Program :  %_T050N0 (This is a dynamic  program generating by SAP )
    Form Name :  DYN_LIC_SEL_TOT
    exec sql performing LOOP_MOVE_WRITE_ISAP.
    select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,
    :dcat-werks, :dcat-charg, :dcat-holdflag,
    :dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and
                    model_lot = :p_charg
    endexec.
    As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.
    Following is the short dump details:
    Short text
        Table does not exist in database.
    What happened?
        The table or view name used does not
        exist in the database.
        The error occurred in the current database connection "DEFAULT".
    What can you do?
        Check the spelling of the table names in your report.
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not
         caught in
       procedure "DYN_LIC_SEL_TOT" "(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:
    Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "
    Database error code: "-204"
    Could you please  let me know what might be the reason for this issue.
    Many Thanks in Advance.

    Transaction SE11, input ZLICENSE_R2 for table name, and display the table. Did the table display? If not, that is the main problem.
    If the table displays, go to menu item Utilities -> Database Object -> Database Utility
    In the resulting screen, under the "Status" fields, you should see text "Exists in the database." If you don't, then the table exists in the dictionary, but doesn't exist in the database system. Click the "Create database table" button and then you should be able to run the program.
    You may need basis team's help to carryout some of these actions.

  • Short Dump while scrolling in a maintenance view

    A maintenance view has one field, defined as "Radiobutton".
    1) Select the radiobutton for one entry.
    2) Scroll down so that in the new page (i.e. the entries displayed in the new page) the entry selected in the first step is not visible.
    3) Select any radiobutton again corresponding to any of the entries displayed in the new page.
    4) On scrolling up again the short dump occurs.
    The short dump text says "More than one radio button is active".
    Any inputs in this regards are appreciated.
    Thanks.
    Gajendra.

    Hi,
    that means you are trying to make two radio buttons active.
    parameters: ra radiobutton group g1 default = 'X',
                rb radiobutton group g1.
    ra = 'X'.
    and rb = 'X'.
    in your case so obviously it will dump.
    check your coding..
    and show your code...
    Regards
    vijay

  • Is it possible to create manually a dump?

    Dear all,
    I have a question about Dumps created in SAP while programs run with unpredicted errors.
    I have a specific table defined in the dictionary which has two coloumns progId and path.
    The first one is a unique identifier given to a program and the second column is an absolute path on the
    unix server where SAP is installed.
    For example
    MyProg | /usr/tmpbatch/data/E200
    Means that the ABAP program named 'MyProg' will run and its output file (the output of the program) and the
    log file are created in /usr/tmpbatch/data/E200.
    In each of my programs, first of all I check the content of this table in order to ensure that the path is defined for the
    given program (and therefore I may be able to create avec success both output and log files). If there is no entry
    in the table for the given program, I leave the program by calling the STOP instruction.
    My programs run at night, so the next day the corresponding users read the content of the generated output/log files.
    As a result, if the path is not defined properly for a given program in the table, the program is not run and therefore
    there will be no output/logfile the next day.
    My question is How can I inform the user who arrives the next day observing that one program has not been run? How
    can I tell him by some kind of system message that the program exited because the path for the files had not been defined in
    my table?
    Each morning, we can analyse the dumps which were produced during the precedent day. So that we may know
    (approximately) what went wrong. But as far as I know, dumps are generated automatically by the system. Is it possible
    to generate a dump (by calling some fucntion) with an appropriate error message for my problem?
    Thanks in advance,
    Dariyoosh

    Hello again,
    First of all I would like to thank everybody for their attention to my problem and
    for spending time for answering my question. Thank you all very much.
    Currently, Thomas' solution about MESSAGE_TYPE_X seems to work pretty well
    for my problem. As all of you mentioned  that, there should be softer methods to inform
    users. One main problem is that the program which lanuches my programs during night
    is not a sap user, it is a Unix scheduler (please forgive me I don't know these administration
    details and how they work) so  according to what the administrator told me it is not possible
    to send email. As a result, I think I may go with MESSAGE_TYPE_X until I found another proper way.
    Once again, thank you all for your help.
    Kind Regards,
    Dariyoosh

Maybe you are looking for