<?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: Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914451#M686012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this to populate value for other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;L_TABIX = SY-TABIX.&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;FIELD&amp;gt; FROM &amp;lt;TABLE&amp;gt; INTO ITAB-&amp;lt;FIELD3&amp;gt;&lt;/P&gt;&lt;P&gt;   WHERE FIELD1 = ITAB-FIELD1 AND&lt;/P&gt;&lt;P&gt;                FIELD2 = ITAB-FIELD2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;  MODIFY ITAB INDEX L_TABIX TRANSPORTING FIELD3.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Why do you need Delete Adjacent duplicates? It is used to delete adjacent duplicate records from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your exact requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 04:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T04:22:27Z</dc:date>
    <item>
      <title>Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914449#M686010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have some record in internal table.Based on one field or two field i have to add another field for some matching records lke "  DELETE ADJACENT DUPLICATES " so can u help me pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 04:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914449#M686010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T04:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914450#M686011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare internal table will all fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at internal table&lt;/P&gt;&lt;P&gt;check your first or seconde field&lt;/P&gt;&lt;P&gt;     if value is true add value  in third field&lt;/P&gt;&lt;P&gt;         modify tbale at this place&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 04:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914450#M686011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T04:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914451#M686012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this to populate value for other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;L_TABIX = SY-TABIX.&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;FIELD&amp;gt; FROM &amp;lt;TABLE&amp;gt; INTO ITAB-&amp;lt;FIELD3&amp;gt;&lt;/P&gt;&lt;P&gt;   WHERE FIELD1 = ITAB-FIELD1 AND&lt;/P&gt;&lt;P&gt;                FIELD2 = ITAB-FIELD2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;  MODIFY ITAB INDEX L_TABIX TRANSPORTING FIELD3.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Why do you need Delete Adjacent duplicates? It is used to delete adjacent duplicate records from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your exact requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 04:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914451#M686012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T04:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914452#M686013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if u want to add numeric fields based on other fields(char , dat e, time..), then u can use " COLLECT statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revt back if any issues,&lt;/P&gt;&lt;P&gt;reward with points if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 04:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2914452#M686013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T04:24:27Z</dc:date>
    </item>
  </channel>
</rss>

