<?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: divide one internal table to two diff in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867258#M1137979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If hyou have for sure only B_AP and W_AP entries in your table, you can save some CPU seconds by eliminating the elseif to else avoiding an unnecessary comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 07:31:27 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2008-12-03T07:31:27Z</dc:date>
    <item>
      <title>divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867252#M1137973</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 internal table with to types of data and i want to separate  it to to diff tables ,&lt;/P&gt;&lt;P&gt;what is the &lt;STRONG&gt;best&lt;/STRONG&gt; way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_h assigning &amp;lt;fs_h&amp;gt;.
    if &amp;lt;fs_hier&amp;gt;-report = 'B_AP' .
      assign &amp;lt;fs_hier&amp;gt; to &amp;lt;bsp&amp;gt;.
      append &amp;lt;bsp&amp;gt; to it_bsp.
    elseif &amp;lt;fs_hier&amp;gt;-report = 'W_AP'.
      assign &amp;lt;fs_hier&amp;gt; to &amp;lt;wd_app&amp;gt;.
      append &amp;lt;wd_app&amp;gt; to it_wd.
    endif.
  endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 16:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867252#M1137973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867253#M1137974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For me this looks fine. Are you facing any performance problem due to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 16:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867253#M1137974</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-12-01T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867254#M1137975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is fine, you can go ahead with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 16:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867254#M1137975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867255#M1137976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no i just want to now that i am in the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 17:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867255#M1137976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T17:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867256#M1137977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 17:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867256#M1137977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867257#M1137978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Your code is perfect. Go ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 17:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867257#M1137978</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-12-01T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: divide one internal table to two diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867258#M1137979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If hyou have for sure only B_AP and W_AP entries in your table, you can save some CPU seconds by eliminating the elseif to else avoiding an unnecessary comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/divide-one-internal-table-to-two-diff/m-p/4867258#M1137979</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-12-03T07:31:27Z</dc:date>
    </item>
  </channel>
</rss>

