<?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: Perfomance Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomance-issue/m-p/2705240#M626726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort itab_lfa1 by lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new lifnr.&lt;/P&gt;&lt;P&gt;read table itab index sy-tabix&lt;/P&gt;&lt;P&gt;select lifnr name1 from lfa1 into itab_lfa1 for all entries in itab where lifnr = itab-f3.&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure LIFNR is the first field though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 08:38:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T08:38:31Z</dc:date>
    <item>
      <title>Perfomance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomance-issue/m-p/2705239#M626725</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;Suppose I have got an internal table itab with field F1,F2,F3,F4.&lt;/P&gt;&lt;P&gt;Suppose itab F1,F2,F3 are already filled up with data . I want to fill field F4 based on Field F3 from a different table .&lt;/P&gt;&lt;P&gt;Take the example of F3 containing Vendor No . I want to get the Vendor name from LFA1 .&lt;/P&gt;&lt;P&gt;i dont want to use the below  statement in bold&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select lifnr name1 from lfa1 into itab_lfa1 for all entries in itab where lifnr = itab-f3.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read table itab_lfa1 with key lifnr = itab-f3.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;endloop.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Is there any way to select the data other than looping the itab itself .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 08:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomance-issue/m-p/2705239#M626725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Perfomance Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perfomance-issue/m-p/2705240#M626726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort itab_lfa1 by lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new lifnr.&lt;/P&gt;&lt;P&gt;read table itab index sy-tabix&lt;/P&gt;&lt;P&gt;select lifnr name1 from lfa1 into itab_lfa1 for all entries in itab where lifnr = itab-f3.&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure LIFNR is the first field though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 08:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perfomance-issue/m-p/2705240#M626726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T08:38:31Z</dc:date>
    </item>
  </channel>
</rss>

