<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem with IMPORT FROM DATABASE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685693#M1576431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have a program which reads content of INDX table (cluster table) using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT tab = lt_ccris1 FROM DATABASE indx(xa) TO wa_indx CLIENT&lt;/P&gt;&lt;P&gt;sy-mandt ID 'DETAILLIST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc return is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But internal table lt_ccris1 is not populated. I expect entries to be populated here as there is an raw data entry in the INDX - CLUSTD field of database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)   Also I am intereseted to knoe where is the data exported to this INDX table? Usual searches does not show any export statement.&lt;/P&gt;&lt;P&gt;2)   Is there a FM which can directly read content of INDX table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Your help is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 15:06:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-07T15:06:45Z</dc:date>
    <item>
      <title>Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685693#M1576431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have a program which reads content of INDX table (cluster table) using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT tab = lt_ccris1 FROM DATABASE indx(xa) TO wa_indx CLIENT&lt;/P&gt;&lt;P&gt;sy-mandt ID 'DETAILLIST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-subrc return is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But internal table lt_ccris1 is not populated. I expect entries to be populated here as there is an raw data entry in the INDX - CLUSTD field of database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)   Also I am intereseted to knoe where is the data exported to this INDX table? Usual searches does not show any export statement.&lt;/P&gt;&lt;P&gt;2)   Is there a FM which can directly read content of INDX table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Your help is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685693#M1576431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T15:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685694#M1576432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any input on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that memory id for export statement to be same as import statement but cannot be found any where in this or related program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685694#M1576432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T15:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685695#M1576433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you know your IMPORT syntax must look exactly like this? Is it a custom development or SAP standard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you search for the EXPORT statement? There should be an export somewhere, otherwise it wouldn't make sense, would it? If you suspect the export in a certain package (or several packages), you can use program RS_ABAP_SOURCE_SCAN to look for the EXPORT, in case the navigation index for table INDX is incomplete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try an SE16 for table INDX with RELID = 'XA' and SRTFD = 'DETAILLIST' to check if there are any entries at all to be imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685695#M1576433</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-02-07T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685696#M1576434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;//&lt;EM&gt;How do you know your IMPORT syntax must look exactly like this?&lt;/EM&gt; //&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not write this custom report and IMPORT statement is exactly the same as I have given. It is correct as per syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE16 INDX does contain an entry for the given key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for EXPORT stmt in varall ways including debugging (Please note there is a SUBMIT &amp;lt;program&amp;gt; before IMPORT and if at all there is an export it should be in there). Could not find from debugging as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_ABAP_SOURCE_SCAN does not exist in my 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 17:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685696#M1576434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685697#M1576435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Can some one answer my query above? This has been an issue for a very long time and I am sure some one would have come across it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       other than IMPORT FROM DATABASE Is there a way by which we can read exactly what is contained in the raw data of INDX table?  because i need to check in production system what is data contained in the INDX table as import from database is not returning any value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685697#M1576435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with IMPORT FROM DATABASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685698#M1576436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      We are facing this issue for a long time. Can any one please throw some light on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      One more thing I wanted to update was the same statement IMPORT FROM DATABASE is reading data from INDX table in sandbox and development system but not reading in production system ! But in those system the IMPORT FROM DATABASE statement populates internal table with same entries irrespective of what ever selection-screen input is. The report is designed in such a way that based on the selection-screen input especially cost centre a report painter program displays a primary list. It is also expected to export a table data in to INDX table which should be dynamic based on the primary list. Up on pressing back button the report should read data from INDX table and display a secondary list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 09:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-import-from-database/m-p/7685698#M1576436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-18T09:57:50Z</dc:date>
    </item>
  </channel>
</rss>

