<?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 Loading Data from SAP Clustered Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296222#M109864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're working with large volumes you should definitely look into splitting the information in different QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should always do a read using dates, for the first times just run the process for like a month data at a time and run it several times until you reach the current day, then do a last 3-7 days extraction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 17:56:30 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2012-02-17T17:56:30Z</dc:date>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296217#M109859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;has anyone had good success loading data from clustered tables in SAP by applying filters to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried loading an 11 million record MSEG table but it runs out of memory in 2.5 hours. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried loading it with a filter and it runs for 4.5-5 hours and then abruptly shuts down even though RAM consumption is low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296217#M109859</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-17T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296218#M109860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution for cluster tables is, read the header table (MKPF), then read MSEG rows based on the MKPF returned rows like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE DOCUMENT IN (DOC1, DOC2, DOC3, ..., DOCN)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296218#M109860</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-02-17T17:30:42Z</dc:date>
    </item>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296219#M109861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that was my first approach and it would take over 6 hours and then automatically abort itself. any workaround from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296219#M109861</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-17T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296220#M109862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying this incrementally? like reading just a few days of information at a time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296220#M109862</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-02-17T17:37:52Z</dc:date>
    </item>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296221#M109863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but the first load is a full load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying from MSEG by first reading in the header from MKPF on an incremental basis and building the Doc List. then i try to read in MSEG using WHERE EXISTS() and that takes forever and fails. Then tried reloading without WHERE EXISTS() and it falls out of virtual memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a limited load of a 1000 records with no filter and that works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem is to find the best course of action to build the first time and find a long term solution to keep on it. I am thinking I will have to put it in a FOR Loop and genereate either 1 month or 1 year at a time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296221#M109863</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-17T17:43:34Z</dc:date>
    </item>
    <item>
      <title>Loading Data from SAP Clustered Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296222#M109864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're working with large volumes you should definitely look into splitting the information in different QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should always do a read using dates, for the first times just run the process for like a month data at a time and run it several times until you reach the current day, then do a last 3-7 days extraction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 17:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Data-from-SAP-Clustered-Tables/m-p/296222#M109864</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-02-17T17:56:30Z</dc:date>
    </item>
  </channel>
</rss>

