<?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 Best performance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388536#M530904</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;I have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select BUKRS BELNR GJAHR BUZEI KOKRS HKONT BSCHL WRBTR SHKZG LIFNR&lt;/P&gt;&lt;P&gt;  from BSEG&lt;/P&gt;&lt;P&gt;  into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;  for all entries in ZBKPF&lt;/P&gt;&lt;P&gt;  where BUKRS = zbkpf-bukrs&lt;/P&gt;&lt;P&gt;  and BELNR = zbkpf-belnr&lt;/P&gt;&lt;P&gt;  and GJAHR = zbkpf-gjahr&lt;/P&gt;&lt;P&gt;  and KOART  in  ('S','K','D')&lt;/P&gt;&lt;P&gt;  and HKONT in ZCOUNT.&lt;/P&gt;&lt;P&gt;    append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a best way as 'packing' or something that helps to do it with best performance to copy the data to  itab?  Exeption using BSIS,BSAS.&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 10:45:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T10:45:08Z</dc:date>
    <item>
      <title>Best performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388536#M530904</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;I have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select BUKRS BELNR GJAHR BUZEI KOKRS HKONT BSCHL WRBTR SHKZG LIFNR&lt;/P&gt;&lt;P&gt;  from BSEG&lt;/P&gt;&lt;P&gt;  into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;  for all entries in ZBKPF&lt;/P&gt;&lt;P&gt;  where BUKRS = zbkpf-bukrs&lt;/P&gt;&lt;P&gt;  and BELNR = zbkpf-belnr&lt;/P&gt;&lt;P&gt;  and GJAHR = zbkpf-gjahr&lt;/P&gt;&lt;P&gt;  and KOART  in  ('S','K','D')&lt;/P&gt;&lt;P&gt;  and HKONT in ZCOUNT.&lt;/P&gt;&lt;P&gt;    append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a best way as 'packing' or something that helps to do it with best performance to copy the data to  itab?  Exeption using BSIS,BSAS.&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388536#M530904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388537#M530905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To improve performance using packing and other cases won't be helpful.&lt;/P&gt;&lt;P&gt;The best suggestion I can give is do not use that table at all.If it is such a necessity than kindly create indexes on the fields that u r using.in where clause.&lt;/P&gt;&lt;P&gt;That will help but my personal struggle against BSEG tells me it will be of little help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388537#M530905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388538#M530906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well what i can tell you is: that the statement "For all entries" is wideley known to have a BAD influence on your performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/best-performance/m-p/2388538#M530906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:54:46Z</dc:date>
    </item>
  </channel>
</rss>

