Errors in module offline

I want to use the Siebel CRM in module offline, but every time I try to make the transfer of data, errors occur.
How do I solve this problem? Already disable the Antivirus and firewall of Windows.
Follow the link of errors
Process ok: http://byfiles.storage.live.com/y1puuVOsxDz6KJm7drlgaHsm__0bSz446kwQEJQxO817JvAZtkjCWegsNS2dT4EG9RTvQIhJzW_7Tg
Process error: http://byfiles.storage.live.com/y1puuVOsxDz6KLRELzo7XuwjuMw0IEA8CwSO186ZoMh1rjDTXqbWPB80baBlboYI_IuqF9DsFqOe3s

You can call into customer care. If you click on the customer care link in the upper right you will see the phone numbers for all countries.

Similar Messages

  • ERROR in Module RSQL &include &P9

    Hi Experts,
    I have an issue with Solman 7.1, when accessing the transaction solman_workcenter the Gui displays :
    “ 500 Sap Internal ERROR
    ERROR: Error in module RSQL of the Database interface &INCLUDE &P9 (termination RABAX_STATE).”
    In the ST22 trans. Displays
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_INVALID_RSQL
    Except.                CX_SY_OPEN_SQL_DB
    ABAP Program CL_POWL_QUERY_ACCESSOR========CP
    Application Component  CA-GTF-SGF-POW
    Date and Time          25.10.2013 12:04:05
    Short text
        Error in module RSQL of the database interface
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_POWL_QUERY_ACCESSOR========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
         in
        procedure "GET_VISIBLE_QUERIES" "(METHOD)", 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:
        The SQL statement generated from the SAP Open SQL statement violates a
        restriction imposed by the underlying database system of the ABAP
    system.
    On the ST11
    Viewing the dev_w# log, I have this:
    A  ABAP Program CL_POWL_QUERY_ACCESSOR========CP        .
    A  Source CL_POWL_QUERY_ACCESSOR========CM003      Line 92.
    A  Error Code DBIF_RSQL_INVALID_RSQL.
    A  Module $Id: //bas/720_REL/src/krn/runt/absapsql.c#18 $ SAP.
    A  Function ab_HandleRsqlErrors Line 702.
    And on the SM21 trans for the system logs I have this
    Details Page 2 Line 26 System Log: Local Analysis of grp-dcs                  1
    Time Type Nr  Clt User         TCode Grp N Text
    12:04:05 DIA 001 400 SOLMAN_ADMIN       AB  0 Run-time error "DBIF_RSQL_INVALID_RSQL" occurred
    Run-time error "DBIF_RSQL_INVALID_RSQL" occurred
    Details
    Recording at local and central time........................ 25.10.2013 12:04:05
    Task...... Process                     User......   Terminal Session TCode Program  Cl Problem cl          Package 11328      Dialog work process No. 001 SOLMAN_ADMIN 10.1.25.       1       SAPMHTTP T  Transaction Problem SABP
    I need help with this error, right now I can´t access to my work center, I appreciate it your help and knowledge about this, I’ve looking on service sap without lucky .
    Regards.

    Hi Roman
    Thanks for your reply,
    There are attached the log files, in the other hand, I’ve trying implementing Sap notes for powl error without no results, the solman is already configured at system preparation, basic configuration, managed system configuration, technical monitoring, and data volume management.
    Here is the sp levels
    SAP_BASIS         702         0009      SAPKB70209      SAP Basis Component
    SAP_ABA            702         0009      SAPKA70209      Cross-Application Component
    CTS_PLUG          200         0001      SAPK-20001INCTSPLUG               SAP CTS Plugin
    PI_BASIS             702         0009      SAPK-70209INPIBASIS   Basis Plug-In
    ST-PI     2008_1_700       0008      SAPKITLRD8       SAP Solution Tools Plug-In
    GW_CORE          200         0000 -         SAP GW CORE 200
    SAP_BS_FND    702         0007      SAPK-70207INSAPBSFND            SAP Business Suite Foundation
    SAP_BW              702         0009      SAPKW70209     SAP Business Warehouse
    SAP_AP               700         0026      SAPKNA7026
    WEBCUIF            701         0006      SAPK-70106INWEBCUIF               SAP Web UI Framework
    BBPCRM              701         0006      SAPKU70106      BBPCRM
    BI_CONT             706         0002      SAPK-70602INBICONT   Business Intelligence Content
    CPRXRPM           500_702               0005      SAPK-50005INCPRXRPM              SAP Portfolio and Project Management 5.0 (ABAP)
    IW_BEP               200         0000           -         Backend Event Provider
    IW_FND              250         0000           -         SAP IW FND 250
    ST           710         0004      SAPKITL704        SAP Solution Manager Tool
    ST-BCO 710         0002      SAPK-71002INSTBCO     ST-BCO 710: Add-On Installation
    SOCO    101         0001      SAPK-10101INSOCO       SAP Solution Composer Server
    ST-A/PI 01Q_700              0001      SAPKITAB7K      Servicetools for other App./Netweaver 04
    ST-ICO  150_700               0031      SAPK-1507VINSTPL
    ST-SER  701_2010_1       0018      SAPKITLOSI        SAP Solution Manager Service Tools
    I checked all parameters for the ICM, ran again the SPRO options, in fact I configured again the technical system for the solman landscape with no successful

  • Error in module RSQL of the database interface.

    Hi Expert,
    I get this error "Error in module RSQL of the database interface." when the below ABAP statement executed,  do you know the root cuase? Thanks.
    ABAP Code:
      data lt_fact type TABLE OF /BIC/FZRT_C002.
      data ls_Fact type /BIC/FZRT_C002.
      *SELECT * INTO table lt_fact FROM /BIC/FZRT_C002 WHERE KEY_ZRT_C0021 in lt_RSDIMID and KEY_ZRT_C0022 in lt_caRSDIMID*.
    Information in ST22.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLZZ_FG" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
         in
        procedure "ZCA_GET_CUBE_STOCK" "(FUNCTION)", 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:
        The SQL statement generated from the SAP Open SQL statement violates a
        restriction imposed by the underlying database system of the ABAP
        system.
        Possible error causes:
         o The maximum size of an SQL statement was exceeded.
         o The statement contains too many input variables.
         o The input data requires more space than is available.
         o ...
        You can generally find details in the system log (SM21) and in the
        developer trace of the relevant work process (ST11).
        In the case of an error, current restrictions are frequently displayed
        in the developer trace.
    Best Regards,
    Andrew

    i have the same error but my first select is
    SELECT QMNUM QMTXT QMDAT AUFNR OBJNR QMNAM QMART BTPLN IWERK BEBER INGRP  EQUNR SERIALNR MATNR
            INTO TABLE GT_VIQMEL
            FROM VIQMEL
            WHERE QMNUM IN S_QMNUM .
    please tell me how to solve this error when i run 24000 raw this select dump.
    ASAP
    thanks
    Eman elgammal.

  • Conversion error in module API6850_HDR_PROD_MAP, field API6850_HDR-WEIGHTUN

    Hi All,
    While transferring materials form ECC to GTS (Sandbox), i am receiving the above mentioned error.
    Conversion error in module API6850_HDR_PROD_MAP, field API6850_HDR-WEIGHTUNIT_ISO, value LBR.
    As per standard , In the ISO code for US pound its mentioned as LBR in both ECC and GTS
    But  within material master we generally use LB as US pound.
    Can anyone please let us know how we can solve this one?
    Regards
    Proloy

    Hello Proloy,
    UoM handling is often issue within material transfer.
    You have generally 2 options:
    1. In GTS maintain via TA CUNI your LB as is in your feeder. I would suggest to adjust GTS customizing with your ERP. Just do Utilities --> Adjustment and your RFC to feeder.
    2. Or you can map your LB to GTS LBR via user exit.
    Cheers,
    Gabriel.

  • Error in module RSQL of the datasource inter face

    Hi All,
    We have installed a fresh BIW server on MSSQL database 2005. We have selected components like as ABAP.JAVA,EP,EP Core ,BI Java. While replicating the datasource using tcode RSA1 from R/3 Retail Server we are getting an error Error in module RSQL of the datasource inter face .
    Details of Support package level-:
    SAP_ABA 700 0016 SAPKA70016 Cross-Application Component
    SAP_BASIS 700 0016 SAPKB70016 SAP Basis Component
    PI_BASIS 2006_1_700 0007 SAPKIPYM07 Basis Plug-In (PI_BASIS) 2006_1_700
    SAP_BW 700 0018 SAPKW70018 SAP NetWeaver BI 7.0
    BI_CONT 703 0008 SAPKIBIIP8 Business Intelligence Content
    Please suggest us the solution.
    Note: we are not getting any dump in st22. we have already checked the note 1162821
    Regards,
    Dushyant

    Check this threads,
    Re: PSA have not data
    Re: Unable to Activate Source System after Upgrade
    That might help
    Regards
    Juan

  • Error in module RSQL of the datasource inter face + RSA1

    Hi All,
    We have installed a fresh BIW server on MSSQL database 2005. We have selected components like as ABAP.JAVA,EP,EP Core ,BI Java. While replicating the datasource  using tcode RSA1 from R/3 Retail Server we are getting an error Error in module RSQL of the datasource inter face .
    Details of Support package level-:
    SAP_ABA     700     0016     SAPKA70016     Cross-Application Component
    SAP_BASIS     700     0016     SAPKB70016     SAP Basis Component
    PI_BASIS     2006_1_700     0007     SAPKIPYM07     Basis Plug-In (PI_BASIS) 2006_1_700
    SAP_BW     700     0018     SAPKW70018     SAP NetWeaver BI 7.0
    BI_CONT     703     0008     SAPKIBIIP8     Business Intelligence Content
    Please suggest us the solution.
    Note: we are not getting any dump in st22. we have already checked the note 1162821
    Regards,
    Dushyant

    Thanks a lot ,we got the solution.
    Regards,
    Dushyant

  • RFC_ERROR_SYSTEM_FAILURE: Error in module RSQL of the database interface

    HI All,
    I am trying to execute an RFC through JCO connection and getting the error "RFC_ERROR_SYSTEM_FAILURE: Error in module RSQL of the database interface".
    While debugging I have found that the actual cause of dump is a SQL command written in this RFC. The SQL command is
    SELECT DISTINCT *
        INTO CORRESPONDING FIELDS OF TABLE lt_calcrule_hol
        FROM itc_calcrule_hol                              
        FOR ALL ENTRIES IN calc_rule
        WHERE rule_id = calc_rule-rule_id
        AND start_date <= sy-datum
        AND end_date >= sy-datum
        AND (lv_ident)
        AND ( (lv_orgs)
        OR location_type = '' ).
    Here the value of lv_ident is ======>>  ident IN ('US','B2'.........................)
    and value of lv_orgs is =========>>  location_type IN ('S1','S2',..............................)
    location_type and ident are columns in table itc_calcrule_hol .
    I have analysed that if I pass around 700 enteries in the lv_ident and lv_ogs then it is working fine.
    But if I have more than 900 enteries in these variables then it dumps.
    Can anybody let me know what is the issue with the query here.And what could be the solution.
    Thanks and Regards,
    Reena

    I'd recommend talking to an experienced basis admin or ABAP developer. First of all it would help to look at the short dump in SAP, to see if that gives any useful information. In case of a generic error like DBIF_RSQL_INVALID_RSQL, the developer trace of the work process (dev_w<n>) should contain further information (to get the number of the work process that handled your RFC call check the system log, which contains the reference along with a comment about the dump). So I'd check those first to see what actually caused the problem.
    Information on maximum SQL statement length can either be retrieved from the database vendor's documentation or alternatively by searching SAP [OSS notes|https://service.sap.com/notes]. For the latter you need a valid user ID for the SAP service market place.

  • Help with x64: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

    Hello, I am trying to complie some C code for some applications I am working on in labview (I am using Labview 2012 64bit).
    When I try to build my code in Visual C++ 2010 ( I have set it up to be able to use x64) I get the following fatal error:
    nivision.lib(StartupShutdown.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
    Which I understand that .lib does not have a 64bit compatability. However, if I were to use 32bit code, how can I link/emulate it to my 64bit labview? Is there a good tutorial on this application? The problem is the rest of my application uses and requires 64bit labview, so I am stuck in this enviroment.
    Thanks.

    dbrittain wrote:
    Thanks for the reply. The C code I have cross correlates images, and it does reference the image inputs and size variables from the nivision classes. I am thinking of using a side by side labview environment with shared variables. I have not done this before, do you have any good examples? Can you make the library function node a shared variable or only the elements within it? 
    I guess I could try to convert to labview, but the are a lot of lines of code that I would prefer not to try to wrap my head around in translation.
    The LabVIEW API in Vision Development Module has functions that let you get access to all those parameters as well as the raw image data pointer. A common design is to query those items on the LabVIEW diagram and then pass them to your DLL. This would mean you wouldn't need to make any calls into the Vision DLL from your C code.
    As for examples showing how to use shared variables, keep in mind that it isn't just like doing a function call. The more appropriate way to think of it would be communicating with another VI by getting and setting controls and indicators while it runs. You could put all your arguments into a shared variable and set a boolean indicating it is ready, then wait for another boolean to go high indicating the other code has finished and placed its results in another shared variable. Your application code interacts with the shared variables just like a control/indicator/local variable. This of course is a simple description and I would not be surprised if there are well-defined frameworks/examples searchable in the forums that use shared variables in this manner.
    Eric
    Eric

  • Lightroom CC: cannot create library: error changing modules

    Hi, I cannot create a Library in Lightroom due to the following error. "an error occurred when attempting to change modules".  I am getting no where with customer service.

    Have you been through this help article?
    http://helpx.adobe.com/lightroom/kb/error-changing-modules-lightroom.html

  • Why wont my itunes give me and error of being offline when im online

    why wont my itunes give me and error of being offline when im online

    Ummmmm, what?
    You want iTunes to error and say it is offline when infact it is not?
    Want to try again?  Maybe in your native language so it will make some logical sense.

  • Error 1905.module c:\program\files\quicktime\QTOcontrol.dll failed

    I'm trying to install itunes version 7. I keep getting this message.
    error 1905.module c:\program\files\quicktime\QTOcontrol.dll failed to unregister HRESULT -2147220472. Contact your support personnel.
    Anyone know how to fix this?

    I got this very same error - I clicked okay twice, which didn't do anything, and then the x button.
    The program went on and ended up installing! It seems okay at this point.
    Wierd huh?

  • Error 1905.module c:\program\files\quicktime\QTOcontrol.dll

    I'm trying to install itunes version 7. I keep getting this message.
    error 1905.module c:\program\files\quicktime\QTOcontrol.dll failed to unregister HRESULT -2147220472. Contact your support personnel.
    Anyone know how to fix this?
      Windows XP   dell

    i get the same thing

  • ERROR: p2v module S40_setup_preload failed: 0

    Hi,
    I get "ERROR: p2v module S40_setup_preload failed: 0" during installation of Solaris 8 zone. However, system seems to be running. After zlogin, /var/adm/utmpx was missing.
    [NOTICE: Zone rebooting]
    SunOS Release 5.8 Version Generic_Virtual 64-bit
    Copyright 1983-2000 Sun Microsystems, Inc. All rights reserved
    Hostname: dgnws02
    INIT: Cannot create /var/adm/utmpx
    INIT: failed write of utmpx entry:" "
    INIT: failed write of utmpx entry:" "
    INIT: SINGLE USER MODE
    Type control-d to proceed with normal startup,
    (or give root password for system maintenance):
    Appreciate any suggestions on the possible cause of the problem. Thanks!
    # more s8-zone.install.826.log
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Log File: /var/tmp/s8-zone.install.826.log
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Product: Solaris 8 Containers 1.0
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Installer: solaris8 brand installer 1.2
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Zone: s8-zone
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Path: /export/home/s8-zone
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Starting pre-installation tasks.
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Installation started for zone "s8-zone"
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Source: /export/home/ssc/s8-system.flar
    [Wednesday, February 17, 2010 11:54:33 AM SGT] Media Type: flash archive
    [Wednesday, February 17, 2010 11:54:34 AM SGT] Installing: This may take several minutes...
    [Wednesday, February 17, 2010 11:54:34 AM SGT] cd /export/home/s8-zone/root &&
    [Wednesday, February 17, 2010 11:54:34 AM SGT] do_flar < "
    [Wednesday, February 17, 2010 11:59:47 AM SGT] Postprocessing: This may take several minutes...
    [Wednesday, February 17, 2010 11:59:47 AM SGT] running: p2v -v -u s8-zone
    [Wednesday, February 17, 2010 11:59:47 AM SGT] Postprocess: Gathering information about zone s8-zone
    [Wednesday, February 17, 2010 11:59:48 AM SGT] Postprocess: Creating mount points
    [Wednesday, February 17, 2010 11:59:48 AM SGT] Postprocess: Processing /etc/system
    [Wednesday, February 17, 2010 11:59:48 AM SGT] Postprocess: Booting zone to single user mode
    [Wednesday, February 17, 2010 12:00:06 PM SGT] Postprocess: Applying p2v module S20_apply_patches
    [Wed Feb 17 12:00:06 SGT 2010] S20_apply_patches: Unpacking patch: 109147-44
    [Wed Feb 17 12:00:07 SGT 2010] S20_apply_patches: Installing patch: 109147-44
    Checking installed patches...
    One or more patch packages included in
    109147-44 are not installed on this system.
    Patchadd is terminating.
    [Wed Feb 17 12:00:10 SGT 2010] S20_apply_patches: Unpacking patch: 111023-03
    [Wed Feb 17 12:00:10 SGT 2010] S20_apply_patches: Installing patch: 111023-03
    Checking installed patches...
    One or more patch packages included in
    111023-03 are not installed on this system.
    Patchadd is terminating.
    [Wed Feb 17 12:00:11 SGT 2010] S20_apply_patches: Unpacking patch: 111431-01
    [Wed Feb 17 12:00:11 SGT 2010] S20_apply_patches: Installing patch: 111431-01
    Checking installed patches...
    One or more patch packages included in
    111431-01 are not installed on this system.
    Patchadd is terminating.
    [Wed Feb 17 12:00:13 SGT 2010] S20_apply_patches: Unpacking patch: 112605-04
    [Wed Feb 17 12:00:13 SGT 2010] S20_apply_patches: Installing patch: 112605-04
    Checking installed patches...
    One or more patch packages included in
    112605-04 are not installed on this system.
    Patchadd is terminating.
    [Wed Feb 17 12:00:14 SGT 2010] S20_apply_patches: Unpacking patch: 112050-04
    [Wed Feb 17 12:00:14 SGT 2010] S20_apply_patches: Installing patch: 112050-04
    Checking installed patches...
    One or more patch packages included in
    112050-04 are not installed on this system.
    Patchadd is terminating.
    [Wed Feb 17 12:00:15 SGT 2010] S20_apply_patches: Unpacking patch: 109221-01
    [Wed Feb 17 12:00:16 SGT 2010] S20_apply_patches: Installing patch: 109221-01
    Checking installed patches...
    One or more patch packages included in
    109221-01 are not installed on this system.
    Patchadd is terminating.
    [Wednesday, February 17, 2010 12:00:16 PM SGT] Postprocess: Applying p2v module S31_fix_net
    [Wednesday, February 17, 2010 12:00:17 PM SGT] Postprocess: Applying p2v module S32_fix_nfs
    [Wednesday, February 17, 2010 12:00:17 PM SGT] Postprocess: Applying p2v module S33_fix_vfstab
    [Wednesday, February 17, 2010 12:00:17 PM SGT] Postprocess: Applying p2v module S34_fix_inittab
    [Wednesday, February 17, 2010 12:00:17 PM SGT] Postprocess: Applying p2v module S35_fix_crontab
    nawk: can't open file /var/spool/cron/crontabs/root
    source line number 18
    [Wednesday, February 17, 2010 12:00:17 PM SGT] Postprocess: Applying p2v module S36_fix_pam_conf
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Postprocess: Applying p2v module S40_setup_preload
    crle: illegal option -- E
    usage: crle [-64] [-a name ] [-c conf] [-f flags] [-i name] [-I name ]
    [-g name] [-G name] [-l dir] [-o dir ] [-s dir] [-t ELF|AOUT] [-u] [-v]
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Postprocess: ERROR: p2v module S40_setup_preload failed: 0
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Postprocess: ERROR: Postprocessing failed.
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Result: Postprocessing failed.
    [Wednesday, February 17, 2010 12:00:18 PM SGT]
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Result: *** Installation FAILED ***
    [Wednesday, February 17, 2010 12:00:18 PM SGT] Log File: /var/tmp/s8-zone.install.826.log

    Thank-you very much! Michael!
    I have checked the crle binary, and the details are as follows. Is there a Solaris 10 patch that I am missing?
    I have installed Solaris 10 Recommended patch cluster dated December 2009. The patches installed are listed below.
    Really appreciate your help!
    # find . -name crle
    # pwd
    /usr/lib
    # cd /
    # find . -name crle
    ./usr/bin/crle
    ./export/home/10_Recommended/patches/120011-14/SUNWcsu/reloc/usr/bin/crle
    ./export/home/10_Recommended/patches/139555-08/SUNWcsu/reloc/usr/bin/crle
    ./export/home/10_Recommended/patches/118833-36/SUNWcsu/reloc/usr/bin/crle
    ./export/home/10_Recommended/patches/141444-09/SUNWcsu/reloc/usr/bin/crle
    ./export/home/10_Recommended/patches/127127-11/SUNWcsu/reloc/usr/bin/crle
    ./export/home/127127-11/SUNWcsu/reloc/usr/bin/crle
    ./export/home/s8-zone/root/usr/bin/crle
    ./export/home/s8-zone/root/.SUNWnative/usr/bin/crle
    # echo $PATH
    /usr/sbin:/usr/bin
    # cd /usr/bin
    # ls -l crle
    -r-xr-xr-x 1 root bin 44612 Sep 16 04:20 crle

  • Error in module RSQL of the database interface! Please Help.

    I am getting the error "Error in module RSQL of the database interface" in my program. Below is the code snippet in which the above error is:
    =================================
    FORM UPLOAD_PA_PB USING NB_LINE ID.
      DATA: TOT_LINES TYPE I.
    IF ID <> 'PA' and ID <> 'PB'.           "UPG060507 - RY
      only PA and PB tables
        CHECK ID CP 'PA*'
           OR ID CP 'PB*'.
        DO NB_LINE TIMES.
          READ DATASET DSN INTO IPREL_DB.
          IF IPREL_DB+0(3) = P_FROM.
            IPREL_DB+0(3) = P_TO.
          ENDIF.
          RP-CHECK-VALID-PAPB IPREL_DB S_BEGDA-LOW S_BEGDA-HIGH.
          IF FLAG = 0. CONTINUE. ENDIF.
          APPEND IPREL_DB.
        ENDDO.
    Begin of change - UPG060507 - RY
        DELETE ADJACENT DUPLICATES FROM IPREL_DB.
    End of change - UPG060507 - RY
        IF TEST = SPACE.
          IF ID = 'PA2010' or ID = 'PA0014' or ID = 'PA0015'.
            PERFORM CLEAR_COST_ASSIGNMENT.                  "PUNM0002
          ENDIF.
          delete previous values
          DELETE FROM (ID) WHERE PERNR IN PERS
                             AND BEGDA <= S_BEGDA-HIGH
                             AND ENDDA => S_BEGDA-LOW.
        WRITE: / SY-DBCNT LEFT-JUSTIFIED, 'entrie(s) deleted from', ID.
          insert the new ones
          INSERT (ID) FROM TABLE IPREL_DB.
          WRITE: / SY-DBCNT LEFT-JUSTIFIED, 'entrie(s) imported in', ID.
          CALL FUNCTION 'DB_COMMIT'.
          SKIP.
        ELSE.
          DESCRIBE TABLE IPREL_DB LINES TOT_LINES.
          WRITE:/ TOT_LINES LEFT-JUSTIFIED, 'Entries Will Be Imported in',ID.
        ENDIF.
        REFRESH IPREL_DB.
    ENDIF.                                          "UPG060507 - RY
    ENDFORM.
    ===============
    Your help will be greatly appreciated and all the answers will be rewarded.
    Thanks.
    Mithun

    Hi Mithun,
    Can you please tell at which line the error is shown.
    Regards,
    Atish

  • Dump regarding  'Error in module RSQL 'in dynamic internal table

    Here  is a Dump regarding  'Error in module RSQL of the database interface'.My program runs fine if 100 rows is getting selected from SAP Table.But  for mass selection  program is giving Dump. The program has dynamic selection of  any SAP Table with dynamic selection ranges.I have attached below snippet code for your understanding and analysis.
    Looking forward your kind support.
    *  Select Data from table using field symbol which points to dynamic table with packet size
      SELECT *
        INTO CORRESPONDING FIELDS OF TABLE <fs_table_tmp>
        FROM (p_table) PACKAGE SIZE p_packet.
        INSERT LINES OF  <fs_table_tmp> INTO TABLE <fs_table> .
        UNASSIGN <fs_table_tmp> .
      ENDSELECT.

    Hello Salmali,
    Are you checking in the debugger mode?
    Error CX_SY_OPEN_SQL_DB comes when there is any pause between select and endselect.
    one more thing use INTO in place of APPENDING.
    SELECT (i_field_select)
        FROM (p_table)
        into CORRESPONDING FIELDS OF TABLE <fs_table_tmp>
        PACKAGE SIZE p_packet.
        append LINES OF  <fs_table_tmp> INTO TABLE <fs_table> .
        Refresh <fs_table_tmp> .
      ENDSELECT.
    Please let me know what is the value of p_packet.
    also have you created the table <fs_table_tmp> and <fs_table> of same type . Please check
    Thanks,
    Gaurav

Maybe you are looking for