<?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 Re: How to apply incremental load on BSEG?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779662#M1259257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kawar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post what you did?&lt;/P&gt;&lt;P&gt;Usually you go via a document number range to minimize your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 09:33:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-11T09:33:02Z</dc:date>
    <item>
      <title>How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779661#M1259253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried BSEG via BKPF but unable to load the script as given in SAP connector manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one know how to do this by some other method??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779661#M1259253</guid>
      <dc:creator>subodh_kawar</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779662#M1259257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kawar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post what you did?&lt;/P&gt;&lt;P&gt;Usually you go via a document number range to minimize your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 09:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779662#M1259257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-11T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779663#M1259259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Antoine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your immediate response to the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the script for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQl SELECT * &lt;/P&gt;&lt;P&gt;from BSEG where (BUKRS = 'XXXX' or BUKRS = 'XXXX') and GJAHR &amp;gt;= 'XXXX'&lt;/P&gt;&lt;P&gt;IN (Select BUKRS BELNR GJAHR From BKPF where (BUKRS = 'XXXX' or BUKRS = 'XXXX') and GJAHR &amp;gt;= 'XXXX' &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; and CPUDT IN ( '$(today)', '$(today_1)' , '$(today_2)' , '$(today_3)' , '$(today_4)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 09:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779663#M1259259</guid>
      <dc:creator>subodh_kawar</dc:creator>
      <dc:date>2015-03-11T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779664#M1259261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;let vDate = date(Today()-1,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SUBSELECT &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from BSEG&lt;/P&gt;&lt;P&gt;where BUKRS GJAHR BELNR IN (SELECT BUKRS GJAHR BELNR FROM BKPF where CPUDT = '$(vDate)') &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 09:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779664#M1259261</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-11T09:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779665#M1259264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mukesh!!&lt;/P&gt;&lt;P&gt;will check and let you know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 07:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779665#M1259264</guid>
      <dc:creator>subodh_kawar</dc:creator>
      <dc:date>2015-03-12T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779666#M1259266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that BSEG, being a cluster table, is often too big to do any classical incremental load tricks on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative approach is to individually load all years before the current in separate QVD's once, and only reload the last year (in full) repetitively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 07:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779666#M1259266</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-12T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779667#M1259267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peter thanks for your inputs.&lt;/P&gt;&lt;P&gt;I do agree with you completely even i was using the same approach till now but i realized that the data size for month is also too huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now it becomes important for me to restrict extraction based on number of days to consume less time to extract the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can any1 please suggest what can be the best primary key combination for getting accurate incremental in BSEG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 08:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779667#M1259267</guid>
      <dc:creator>subodh_kawar</dc:creator>
      <dc:date>2015-03-12T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779668#M1259268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BUKRS&lt;/P&gt;&lt;P&gt;GJAHR&lt;/P&gt;&lt;P&gt;BELNR&lt;/P&gt;&lt;P&gt;BUZEI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 08:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779668#M1259268</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-12T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779669#M1259269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once again thanks Mukesh!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 09:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779669#M1259269</guid>
      <dc:creator>subodh_kawar</dc:creator>
      <dc:date>2015-03-12T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply incremental load on BSEG??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779670#M1259270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subodh,&lt;/P&gt;&lt;P&gt; Please close thread if u got u r answer, by selecting correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 09:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-incremental-load-on-BSEG/m-p/779670#M1259270</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-12T09:09:12Z</dc:date>
    </item>
  </channel>
</rss>

