<?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: Checking every entry into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416210#M820494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apart from the above answert.... Sort the itab1 and use binary search in read statement (if you think, you will have more than 100 records).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 21:01:09 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2008-02-12T21:01:09Z</dc:date>
    <item>
      <title>Checking every entry into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416208#M820492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii i have taken material from lips in first internal table and material from vepo in second internal table&lt;/P&gt;&lt;P&gt;now i want only those entries in second table which r present in first table.&lt;/P&gt;&lt;P&gt;one delivery can have multiple materials in it.&lt;/P&gt;&lt;P&gt;please provide logic.. &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 12, 2008 2:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 17:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416208#M820492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Checking every entry into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416209#M820493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_index = sy-index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE itab1 WITH KEY matnr = itab2-matnr.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      DELETE itab2 AT INDEX lv_index.&lt;/P&gt;&lt;P&gt;     ENDI.&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;At the end of loop itab2 will have only entries available in itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhir Atluru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 17:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416209#M820493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Checking every entry into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416210#M820494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apart from the above answert.... Sort the itab1 and use binary search in read statement (if you think, you will have more than 100 records).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 21:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-every-entry-into-internal-table/m-p/3416210#M820494</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2008-02-12T21:01:09Z</dc:date>
    </item>
  </channel>
</rss>

