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

Similar Messages

  • 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.

  • 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.

  • URGENT: Errors in module RSQL of the database interface.

    hi
       i got a error while i was doing data replication from R/3 to SRM.pls send details to my mail id [email protected] as soon as possible.
      kind regards to all.

    error during a RFC CRM_MW  while i was doing data replication , might be i forgot anyhow pls mail me solution immediatly.
    kind regards to all

  • Error in the module RSQL accessing the database interface

    I have written the following query.
    SELECT  a~no
             a~hist_no
             a~chk_stat
             a~chk_date
             a~user as chk_user
             b~name as chk_by
             into corresponding fields of table hist
             from zhist as a INNER JOIN zuser as b on
             auser = bbname
             where pspnr = v_pspnr
             and   chk_no = v_chk_no.
    I am getting the dump "Error in the module RSQL accessing the database interface".
    Please provide me the solution.
    Thanx,
    Selva.

    Hi,
    As i have analysed your query in that you are putting the data in the internal table 'hist' which is also a standard structure and if you check in SE11 'hist' is the standard structure for 'Tablespace History' and might be because of that it is causing the problem.
    Kindly check by changing the name of the internal table to tt_hist and then try.
    I think that will solve the problem.
    Regards,
    Harsh Goel

  • Error saying "Error in the module RSQL accessing the database interface"

    Hi,
    there is a standard program available for retrieving the assets for the given cost centres on the selection screen.
    Our requirement is instead of cost centre we have to retrieve the assets for the given cost centre group.
    We have to find all the cost centres available on the given cost centre group and its child nodes.
    For all these cost centres we will be retriving the asset history data.
    So we copied the standard program into another Y program and made the changes to it.
    What's happening is if we give the top most Cose centre group node there are 16000 cost centres available . while retriving the asset history data for all these cost centres an runtime error occurs in a standard program saying
    "Error in the module RSQL accessing the database interface, " DBIF_RSQL_INVALID_RSQL ".
    The error occurs while executing the statement Fetch Next cursor in a standard Include program.
    <b>This happens only if we give huge range of data. If we give small range of data it
    works fine</b>.
    Can anyone help me in this by saying why it occurs and what will be the solution for this.
    Thanks.

    Hi camila,
    The huge range is part of the query string passed to the database.
    While an MP3 music gadget easily stores a gigabyte of data, ORACLE was able to increase the maxium size of a query string from 16 k to 32 k bytes in the last 5 years.
    <b>Unbelievable but true!</b>
    Just multiply the number of entries in the range with the field length and see where go go...
    Regards,
    Clemens

  • DBIF_RSQL_INVALID_RSQL  " Error in the module RSQL accessing the database i

    TYPES: BEGIN OF lty_bkpf,
               xblnr LIKE bkpf-xblnr,
             END OF lty_bkpf.
      DATA: li_bkpf TYPE STANDARD TABLE OF lty_bkpf
                    WITH HEADER LINE.
      RANGES: lr_xblnr FOR bkpf-xblnr,
              lr_xblnr1 FOR bkpf-xblnr,
               s_bukrs FOR bseg-bukrs.
    IF NOT lr_xblnr1[] IS INITIAL.
        SELECT xblnr
            FROM bkpf
            APPENDING CORRESPONDING FIELDS OF TABLE li_bkpf
            WHERE bukrs IN s_bukrs
            AND bstat = ''
            AND xblnr IN lr_xblnr1  
            AND blart EQ 'SA'.
      ENDIF.
    s_bukrs has a single value .
    lr_xblnr1 has 3000 entries and also with  wild characters.  ( I     CP   4903813253* ) .
    the SELECT statement is going into dump  with the message  : DBIF_RSQL_INVALID_RSQL
    " Error in the module RSQL accessing the database interface."
    please suggest me alternate code  to encounter this issue .
    thanks,
    Raghu V

    Moderator message - Please search before asking - post locked
    Rob

  • 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

  • The FOD schema error our while creating the database. Please help.

    I couldn't run the schema for the FOD demo application. when I follow the steps, I get some exception during the database create part.
    From the File menu, choose Open. Open the workspace c:\temp\Infrastructure\infrastructure.jws.
    ( I edited the build.properties with correct values)
    In the MasterBuildScript project, select the build.xml file. In the Structure window, right-click the refreshSchema target and choose Run Target "refreshSchema."
    refreshSchema:
    [sql] Feb 13, 2008 4:44:54 PM oracle.jdbc.driver.OracleDriver registerMBeans
    [sql] SEVERE: Found Oracle Apps MBeanServer but the getMBeanServer method threw an exception.
    [sql] java.lang.reflect.InvocationTargetException
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:274)
    [sql] at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:224)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:220)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [sql] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [sql] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [sql] at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    [sql] at java.lang.Class.newInstance0(Class.java:350)
    [sql] at java.lang.Class.newInstance(Class.java:303)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getDriver(JDBCTask.java:364)
    [sql] at org.apache.tools.ant.taskdefs.JDBCTask.getConnection(JDBCTask.java:304)
    [sql] at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:346)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:64)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:378)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:341)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [sql] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [sql] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    [sql] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [sql] at org.apache.tools.ant.Task.perform(Task.java:364)
    [sql] at org.apache.tools.ant.Target.execute(Target.java:341)
    [sql] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [sql] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [sql] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [sql] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [sql] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [sql] at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [sql] at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [sql] at org.apache.tools.ant.Main.start(Main.java:150)
    [sql] at org.apache.tools.ant.Main.main(Main.java:240)
    [sql] Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl
    [sql] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    [sql] at java.security.AccessController.doPrivileged(Native Method)
    [sql] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [sql] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    [sql] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    [sql] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    [sql] at java.lang.Class.forName0(Native Method)
    [sql] at java.lang.Class.forName(Class.java:242)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1687)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:156)
    [sql] at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:164)
    [sql] ... 49 more
    [sql] Executing file: C:\temp\Infrastructure\DBSchema\Scripts\SQLRunner56601127.sql
    [sql] 11 of 11 SQL statements executed successfully

    Hi,
    I see the same exceptios, but the schema installs successfully. Have a look at the end of the log window. It should state that the schema was created successfully.
    Frank

  • My external hard drive accidentally switched off during Disk Utility's "erase free space" process.  I restarted the external hard drive and Disk Utility, but now I get the "couldn't mount disk" error when trying to finish the erase.  Please help!

    My external Lacie Quadra hard drive accidentally switched off in the middle of "erase free space", and when I switched it back on Disk Utility was hanging.  So I Force Quit Disk Utility and restarted it.  Now when I try to erase I get
    "Secure Disk Erase failed with the error: Couldn’t unmount disk."
    But "erase free space" seems to work...
    What can I do?  I'm erasing as I'm giving the drive to someone else and I wanted to wipe it clean.
    Also should I use "erase" or "erase free space" if I want to wipe the drive clean?
    Please help!

    Sorry I don't really understand.... there are no partitions on the drive.  How do I repartition it?
    And should I use "erasing free space" or "erase" for wiping clean my drive of everything?  Erase seems to be faster last tiem I tried.
    Thanks!

  • Using the Comparator Interface.Please Help.

    Hello there,
    I am trying out this example regarding the Comparator Interface.
    It works fine, but I havent really understood this at all.
    It deals with reverse sorting.
    import java.util.*;
    class MyComp implements Comparator {
    public int compareTo(Object a,Object b)
    String aStr,bStr;
    aStr = (String)a;
    bStr = (String)b;
    return bStr.compareTo(aStr)
    class MyComparator {
    public static void main(String[] args) {
    // Create a Tree Set
    TreeSet ts = new TreeSet(new MyComp());
    ts.add("C");
    ts.add("A");
    ts.add("P");
    ts.add("Z");
    ts.add("B");
    System.out.println(ts)
    Output : [Z, P, C, B, A]
    I have not understood the following at all:
    1) We are implementing the Comparator Interface in class MyComp.
    Now where is this being called in the MyComparator class?
    2) How is the reverse sorting taking place.?
    How is this comparing the different instances of the MyComparator class
    when I havent even instantiated the MyComparator class ?
    3) How is the interface method compare To(Object a,Object b) being invoked?
    Please can some please answer my questions.
    Regards

    class MyComp implements Comparator {
    public int compareTo(Object a,Object b)
    String aStr,bStr;
    aStr = (String)a;
    bStr = (String)b;Your reverse ordering is happening here.
    If you were to write
    return aStr.compareTo(bStr)
    the ordering would be in normal order.
    >
    return bStr.compareTo(aStr)The comparator that the treeSet uses is declared and instantiated here
    TreeSet ts = new TreeSet(new MyComp());
    1) We are implementing the Comparator Interface in
    class MyComp.
    Now where is this being called in the MyComparator
    or class? The comparator is being used by the TreeSet to order your entries
    >
    >
    2) How is the reverse sorting taking place.?Explained above. For further explaination look up comparator and String.compareTo()
    How is this comparing the different instances of
    of the MyComparator class
    when I havent even instantiated the MyComparator
    or class ?Also explained above
    3) How is the interface method compare To(Object
    a,Object b) being invoked?Internally by the TreeSet
    I hope this helped a little

  • 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

  • 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

  • Internal error in the database interface (Oracle)

    I have recently an Oracle runtime error just by entering the SAP system (SAP ECC 6.0).
    DBIF_RSQL_INVALID_REQUEST
    The current ABAP/4 program terminated due to
    an internal error in the database interface.
    Error analysis
    An invalid request was made to the SAP database interface in a statement
    in which the table "DOKTL " was accessed.
    Trigger Location of Runtime Error
    Program                                 SAPLSDOC
    Include                                 LSDOCU09
    Row                                     249
    Module type                             (FUNCTION)
    Module Name                             DOCU_GET
    I appreciate any helpful information.
    Thank you very much indeed
    Thom

    hi Thom,
    most error relating to table DOKTL are caused by misconfigured network card.
    if this is a "home" system, install a loopback adapter from Microsoft and use IP address 127.0.0.1 and also check "hosts" file for inconsistency. do not use the IP adddress provided by your ISP as it may change.

Maybe you are looking for

  • How to get security roles in a JSF portlet

    I need to get the LDAP user-roles available in the Sun Portal Server 7 in my JSF-168 portlet. I've added the mapping file, updated the portlet.xml and web.xml, deployed the portlet (psconsole). But the portlet shows the "content not available" error

  • ICal month view: too many days

    When I view a month in "month view," I still see days from previous months. This wouldn't be so bad if they were grayed out, but events for those days are displayed in full color. So, for example, for June 2007, where June 1 is on a Friday, I'm actua

  • Error while saving PO in me21n

    Dear all when i creating PO i am  giving some vendor code ,name , but this details is getting changed after saving PO . showing some other vendor code ,name and  date and finally throwing error "express document update was terminated received from au

  • IOS 5.1 Upgrade for iPhone 4. No call audio as it was in iOS 5.0.1

    Previously I upgraded my iPhone 4 (16GB Factory Unlocked) from iOS 4.3.5 to 5.0 and 5.0.1 onward. It just made my phone dumb. There is no call audio at all. I upgraded my iPhone 4 today from iOS 5.0.1 to the current relese of 5.1. The prombel remains

  • PC CAM 350 Vista support

    I am running Windows Vista Ultimate and needs to install my 6 year old Creative PC-CAM 350 (PD 1060) and can't find the appropriate drivers. Please let me know whether I would be able to use this camera on my new OS. If yes, kindly send to me the lin