Dump error at the while form 16 is generated

Hi Guru's,
I am getting dump error  when i am excuting form 16 through pc00_m40_f16 as.
Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
     caught in
    procedure "FILL_INT_S88" "(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:
    In the running program "HINCF160", the field "ALPHA" of the type
    "C" and length 26 was to be accessed with the offset 26.
    However, subfield accesses with an offset specification that is not
    smaller than the field length are not permitted.
may i know what may be the problem .Please help me.
Thnaks & Regards

Hello friends and gurus
Any answer for my issue.
B4SAPHCM

Similar Messages

  • I am getting the below dump error at the time of posting F-02.

    Hi ,
    Can any body help on the below issue .
    I am getting the below dump error at the time of posting F-02.
    Runtime Errors         RAISE_EXCEPTION
    Date and Time          26.08.2009 13:12:09
    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                                     52
         Module type                             (FUNCTION)Line  SourceCde
       22         E_SPLIT+000016(000010) = I_ACCIT-KOSTL .
       23       ENDIF.
       24     ENDIF.
       25     IF NOT i_accit-PRCTR IS INITIAL.
       26       E_SPLIT+000026(000010) = I_ACCIT-PRCTR .
       27     ENDIF.
       28     IF I_BS_FIELDS IS INITIAL.
       29       IF NOT i_accit-PS_PSP_PNR IS INITIAL.
       30         E_SPLIT+000036(000008) = I_ACCIT-PS_PSP_PNR .
       31       ENDIF.
       32     ENDIF.
       33     IF NOT i_accit-SEGMENT IS INITIAL.
       34       E_SPLIT+000044(000010) = I_ACCIT-SEGMENT .
       35     ENDIF.
       36     IF NOT i_accit-PARGB IS INITIAL.
       37       E_PARTNER+000000(000004) = I_ACCIT-PARGB .
       38     ENDIF.
       39     IF NOT i_accit-PPRCTR IS INITIAL.
       40       E_PARTNER+000004(000010) = I_ACCIT-PPRCTR .
       41     ENDIF.
       42     IF NOT i_accit-PSEGMENT IS INITIAL.
       43       E_PARTNER+000014(000010) = I_ACCIT-PSEGMENT .
       44     ENDIF.
       45     E_BALANCE+000000(000004) = I_ACCIT-GSBER .
       46     E_BALANCE+000004(000010) = I_ACCIT-PRCTR .
       47     E_BALANCE+000014(000010) = I_ACCIT-SEGMENT .
       48     E_SPL_PAR+000000(000004) = I_ACCIT-GSBER .
       49     E_SPL_PAR+000004(000010) = I_ACCIT-PRCTR .
       50     E_SPL_PAR+000014(000010) = I_ACCIT-SEGMENT .
       51   ELSE.
    >>>>>     RAISE WRONG_PARAMETERS.
       53   ENDIF.

    Hello,
    I guess, you activated document splitting.
    Please refer OSS note below,
    Note 1295877 - RAISE_EXCEPTION when navigating to Cust. for doc. splitting
    Note 985672 - Subsequently posting FI docs: Runtime error WRONG_PARAMETERS
    Regards,
    Burak

  • Time_out dump error in RSTXSCRP while Importing SAP Script

    Hi Experts,
       I am using RSTXSCRP program for Download and Upload the SAP Form. I am downloading script 'ZF110_HDFC_CHCK' is successfully.
    after that before uploading i open the notepad i replace 'ZF110_HDFC_CHCK' to 'ZF110_HDFC_DM'.
    then in selection-screen i mension the object name is ZF110_HDFC_DM.
    and Mode IMPORT
    while execute the report it taking so much time and they given Dump error.
    How can i solve this?
    Short text
        Time limit exceeded.
    Error analysis
        After a specific time, the program is terminated to make the work area
        available to other users who may be waiting.
        This is to prevent a work area being blocked unnecessarily long by, for
        example:
        - Endless loops (DO, WHILE, ...),
        - Database accesses with a large result set
        - Database accesses without a suitable index (full table scan)
        The maximum runtime of a program is limited by the system profile
        parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
         time limit is
        exceeded, the system attempts to cancel any running SQL statement or
        signals the ABAP processor to stop the running program. Then the system
        waits another 60 seconds maximum. If the program is then still active,
        the work process is restarted.
    Line  SourceCde
    1288       rc = 4. exit.
    1289     endif.
    1290   endif.
    1291 endif.
    1292 endform.
    1293
    1294 * IMPORT a style or layout set
    1295 * OBJECT_TYPE is FORM/FORT or STYL/STYT
    1296 form import_formstyl using value(object_type) value(la
    1297 data: rc like sy-subrc,
    1298       olang like thead-tdospras,
    1299       transtat like thead-tdtranstat.
    1300
    1301 perform get_language_vector using language_vector.
    1302 if sy-subrc <> 0. "exit if language vector cannot be r
    1303   nothing = true. subrc = 4. exit.
    1304 endif.
    1305 * invalidate HEADER,LINES
    1306 clear header. refresh lines.
    1307 clear olang.
    1308 transtat = translation_wanted. "default
    1309 perform import_record.
    1310 while end_of_objdata = false and subrc = 0.
    1311   case record-command.
    1312 *   header data
    1313     when 'HEAD'.
    1314       refresh lines.
    1315       header = record-data.
    1316       if header-tdname(16) ne header-tdform.
    1317         if cl_abap_char_utilities=>charsize > 1.
    >>>>>           while header-tdform ne header-tdname(16).
    1319             shift header+85 right.
    Regards,
    Dhina..

    HI,
    Did tried coping the script in se71 by the following path
    se71> Utilities>copy from client then
    Form Name  ZF110_HDFC_CHCK
    Source Client                     000  " Specify client
    Target Form  'ZF110_HDFC_DM
    Regards,
    Madhukar Shetty

  • Report error with the input form using the VC BI integration wizard

    Hello All,
    I've created a report using the BI integration wizard in visual composer. I've configured the query with the 'Free Form' query template also I've defined the filters there. This is working fine and giving me the report output. When I deploy this , I could see
    a start point for the data service.
    But instead of the start point with the default values for the filters , I want to have an input form for the users to enter the field values. I added the input form in place of start point. But it's not working even though it doesn't give any error while deploying this report. It gives the following error when I run this report.
    " Data service error occurred,cannot execute OLAP queryCannot get data set: Cannot get data set".
    Could anybody help on this.
    Thanks
    Alok

    Hi Sandeep,
    I'm already draging it from the query input port. Are you referring a different way? How I could have the input variables in the query which I'm creating using the BI integration wizard.  To get this input variable I'm trying to add the input form.
    Am I doing anything wrong here ?
    Pls help.
    Thanks
    Alok

  • Error getting the table form SQLdatabase

    Hi
    I am trying to get the table form database. Connection is fine but when i am trying to display tables:
    C  Thread ID:6388
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      72
    C    patchcomment MSSQL: Thread check in DbSlDisconnect (969143)
    C  Network connection used from ACDBD006 to 10.8.191.80 using tcp:10.8.191.80
    C  Connected to db server : [10.8.191.80] server_used : [tcp:10.8.191.80], dbname: Procurement_Test, dbuser: dbo
    C  pn_id:10.8.191.80_PROCUREMENT_TEST_BWD
    B  Connection 6 opened (DBSL handle 1)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20070830 111230 ACDBD006
    B  000 001 R/3*             000000023 DISCONNECTED NO  NO  NO  000 255 255 20070907 132307 ACDBD006
    B  000 002 R/3*BWMON        000000021 DISCONNECTED NO  NO  NO  003 255 255 20070907 130541 ACDBD006
    B  000 003 R/3*DTPLOG       000000022 DISCONNECTED NO  NO  NO  000 255 255 20070907 131807 ACDBD006
    B  000 004 TEST             000000044 DISCONNECTED NO  NO  NO  004 100 005 20070911 105027 10.8.191.80
    B  000 005 ACSCT001         000000042 DISCONNECTED NO  NO  NO  000 100 005 20070910 132555
    B  000 006 BUYIT_CONN       000000110 ACTIVE       NO  YES NO  004 100 100 20070911 143721 10.8.191.80
    C  DbSlBegRead[1]: ##Y4ACDBD006Procurement_Test00000011640000000001143721
    C  DbSlBegRead[1]: ##Y4ACDBD006Procurement_Test00000011640000000002143721
    B Tue Sep 11 14:38:16 2007
    B  6: name = BUYIT_CONN, con_id = 000000110 state = INACTIVE    , perm = YES, reco = NO , timeout = 004, con_max = 100, con_opt = 10
    B  6: name = BUYIT_CONN, con_id = 000000110 state = INACTIVE    , perm = YES, reco = NO , timeout = 003, con_max = 100, con_opt = 10
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000000017111230
    C  ParamStmtExec: line 13049. hr: 0x80040e2f The statement has been terminated.
    C<b>  DbSlModify - Error 26 (dbcode 2627)
    C  No statement!</b>
    C  ParamStmtExec: line 13049. hr: 0x80040e2f The statement has been terminated.
    C  <b>DbSlModify - Error 26 (dbcode 2627)
    C  No statement!</b>
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000131213111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000131213111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000011640000000709111230
    C  DbSlBegRead[1]: ##Y4ACDBD006bwd00000070720000000061111230

    Hi
    try this
    F fact tables are
    created without a unique index. However, existing unique indexes are not
    deleted. This may sometimes cause a duplicate key during loading to the
    InfoCube and thus trigger the above-described short dump.
    Run the report SAP_DROP_UNIQUE_FACTINDEX_DB2 to replace the unique index on F fact tables with a non-unique index. Refer also to note 511170.

  • Dump Error in KB11N while posting

    Dear Friends,
    While posting the entries from KB11N Transaction Code, System is throwing Dump Error.
    Please tell the solution for the Issue.
    Screen Shot: 1
    Screen Shot: 2
    Please do the needful.
    Thanks & Best Regards,
    Dinu Beam

    Hi, Dinu,
    Please see this thread:
    Enter statistical key figures ( KB31N ) error MESSAGE_TYPE_X
    It's about another transaction, but the include that raise this message is the same.
    Hope this help.

  • Error during the adobe form activation

    hi all,
    when am i activate the adobe form layout (Zlayout) , the following error message occured:
    Error during activation
    Message no. EU837
    but iam not found any syntax error in layout development.
    please help in this it very urgent....
    Thanks,
    Ramana

    Hello Sir,
    You need to apply the note 1047930, After this the problem should be resolved.
    Thanks and Regards,
    Deepak...

  • Help!!! network error on the web form

    When I run forms on the web ,
    the following errors occurred occasionally,
    and I don't know when and where this errors will occurr.
    Can anyone help me to solve this problem , Thanks a lot !!!
    ---<errors details>----------------------------------------------
    FRM-99999:A network error occurred,the client will not be able
    to continue
    Detail...
    Java Exception:
    Java.lang.StringIndexOutOfBoundsException:String index out of
    range:5
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at jaba.lang.RuntimeException.<init>(RuntimeExceoption.java:50)
    null

    Hi. XieMin dan Rkumarr
    I have same problem... I Make
    (OWAS 3.0 and Form 6.0) running in
    Windows NT 4.0 WoksStation..
    FRM-99999:A network error occurred, the client will not able to continue
    Details...
    Java Exception:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.java)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message.java)
    at oracle.forms.netStreamMessageReader.run(Compiled Code)
    Help me Please .. Thanks.. Alot of
    ( [email protected] )
    null

  • Syntax error in the Interactive form methods

    Hi all,
    In one of the method of the interactive form i am using the below statement
    DATA:LS_ZDYN_TBL_FORM type WD_THIS->ELEMENT_ZDYN_TBL_FORM.
    When i use the above statement i am getting the following syntax error
    The type "WDCTX_ZDYN_TBL_FORM" is unknown.          
    Thanks in advance
    Ajay

    Try following thigs:
    1) Make sure that you have created node 'ZDYN_TBL_FORM' in the context
    2) try following code: WD_THIS=>ELEMENT_ZDYN_TBL_FORM.
    3) If you are writting this code in the method of a view, try following code:
      DATA: t_data TYPE if_<view_name>=>elements_ZDYN_TBL_FORM.
    Regards,
    Saket.

  • Error: Before the statement "FORM", conclude with "ENDFUNCTION

    Hi All,
    I'm using this exit :EXIT_SAPLVEDA_001.
    In this exit include zxvedu03 is used.
    I have written a perform in this include  zxvedu03  :
    perform abc.
    I have written the code
    form abc.
                                             endform.
    in include ZXVEDF01.
    I have called this
    includeZXVEDF01
    in the last line of include zxvedu03.
    Now i'm getting error :
    Incorrect nesting: Before the statement "FORM", the structure 
    introduced by "FUNCTION" must be concluded with "ENDFUNCTION".
    I have even tried to create include from perform statement and then inserted code and vise versa too but results are same.
    Please suggest how can i revolve this error.
    Thanks.

    Hi,
    This is my code of include ZXVEDU03:
    if ( contrl-sndsad in rl_var2 ) or ( contrl-sndsad in rl_var1 ).
    *** Uncommented below perform
      perform contract_determine using contrl-sndsad segment
                                                     dxvbak
                                                     dxvbap
                                                     dxvbadr
                                                     dd_flag_k.
    endif.
    ***statements**
    include zxvedf01.
    Code in includeZXVEDF01 :
    form contract_determine using    p_cntrl_sndsad p_segment type edidd
                                                    p_dxvbak   structure wa_dxvbak
                                                    p_dxvbap   structure wa_dxvbap
                                                    p_dxvbadr  structure wa_dxvbadr
                                                    p_d_flag_k structure wa_d_flag_k.
    *** statements**
    endform.
    Note: Include ZXVEDU03 is in EXIT_SAPLVEDA_001 and ZXVEDF01 is in ZXVEDU03.
    EXIT_SAPLVEDA_001-> ZXVEDU03->ZXVEDF01

  • DUMP ERROR IN BW WHILE CREATING TRANSFORMATION

    HI Experts,
    I m not able to create transformation(SAP APO/BW-IDES)  on cube n its throwing dump error .
    please check the attached file about the error details .
    can anybody help on this as soon as possible.
    Thanks ,
    Chowdary

    Hi Prasad,
    If you check the dump message it is clearly telling about the issue, this seems to be related to two OCX files mentioned in there, can you check with your basis team about status of these files.
    I believe basis can easily resolve this issue.
    Rgds
    Sourabh

  • Error Opening the Adobe Form

    Hello Everybody,
    I have created an Adobe form and try to open it from the program with FM but I get and error
    "Job already open".
    Can someone tell me what could be worng.
    Thanks,
    Sneha SIngh.

    in my opinion you get the error when you test it from se37.
    create a small testprogramm and it will work!
    br
    norbert

  • Error in the submission form...

    I created a page with contact form. Using Adobe Business Catalyst the form works perfectly, I get an email with the form data. But when hosted my site in another e-mail server I get with the form data comes all defragmented or encoded. How can I solve this?

    Have you tried to contact with you host company if not then please contact them as if they fully support php mail.
    Also try to change the email which is set to receive notification and then check.
    Thanks,
    Sanjit

  • Getting error while trying to open the web forms in classic planning app

    hello,
    I am new to OTN forum. can someone please help me to resolve my issue in classic planning application.
    i have created two web forms in classic planning . but while i am trying to open the web forms ,its showing the error like
    the" data form Report1(Report name) is invalid. Check log for details.
    i have checked the log file also but was not able to understand the errors.
    Before this i have tried lots of things to make this issue fixed like updated JVM size then in task manager i have checked the memory usages for process .
    but these were not helpful to solve.
    Kindly anyone suggest me the solution.......

    It is probably worth refreshing the metadata to see if that fixes the problem; error message might indicate that the form has members on that have not yet been passed to Essbase.
    You dont give the version you are using, but for v11.1.2.1 you do this through Workspace, menu options Administration/Application/Refresh Database - tick Database and Refresh. Its advised that you back up your Outline and data before refreshing.
    Hope this helps.
    JB

  • Dump error while creating Invoicing document

    Moderator note - this is the same problem as identified in thread Error is generated in Print workbench function ISU_INV_BILL_PREPARE.  Thread locked and poster notified of rules violation.
    Hi Experts,
    I am new to ISU application.Please provide solution for below mentioned dump error.
    The error is generated in Print workbench function ISU_INV_BILL_PREPARE which is called from application form IS_U_BILL (/1PWB/SAPL20020100218092657) when I'm trying to generate invoice for the bill in EASIBI.
    Error analysis                                                                               
    Short text of error message:
    Unexpected ELSE case: field sy-subrc with value 0 (/1PWB/200201002180926
    57  )
    Long text of error message:
    Something has occurred in a CASE or IF construct which the
    developer did not expect, or which is not permissible here.
    System Response
    Procedure
    Note the field name and field value from the message as well as the
    data pattern which lead to the error. Create a problem message.
    Technical information about the message:
    Message class....... "E9"
    Number.............. 898
    Variable 1.......... "sy-subrc"
    Variable 2.......... 0
    Variable 3.......... "/1PWB/20020100218092657"
    |    Variable 4.......... " "                     
    Thanks in Advance.
    Vaseem
    Edited by: William Eastman on Mar 9, 2010 2:34 PM
    Edited by: William Eastman on Mar 9, 2010 2:36 PM

    Hi Experts,
    Please reply..... It's very important.
    Thanks
    Vaseem
    Moderator note:  DO NOT beg for answers, or suggest that you need an immediate reply.  Read the rules of engagement here Research Resources and Rules of Engagement
    Edited by: William Eastman on Mar 9, 2010 2:24 PM

Maybe you are looking for

  • My iphone5 restore progress frozen when trying to update ios 7 .what should i do?

    Today I tried to upgrade to ios 7 by OTA but failed so many times.then i use itunes to upgrade and it say something like the file is corrupted at the end of downloading progress. After that i put my iphone in DFU mode and tried to use shift+restore f

  • SQL Server 2005 to Oracle 10.2.0.4 Migration

    Hi, While converting from SQL Server 2005 DB to Oracle 10.2.0.4 , The data migration completed. The source is having Chinese and Japanese characters also, Oracle Char Set set to Unicode(AL32UTF8) After the migration all the chinese and Japanese chars

  • What software do I need to print from Ipad2

    what software do I need to print from Ipad2 and do i need to add software to my laptop computer?

  • Programmatic setting of multiple command data objects with same parameters

    I have a java server application in which I am using the JRC to set a predefined report's parameters. The data is based on 2 command objects from the same connection and of which have the same parameter names/types. When I go to set the parameters us

  • Tracking Boxes

    Hello SAP Experts, My Client has a unique requirement, they want to track Box numbers. They receive the materials in boxes and then same boxes are kept in the store. Moreover, client wants to issue the materials box wise and not on the basis of Base