<?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: Recursive logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539879#M246016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two intwernal table itab and itab1. want  to update itab&lt;/P&gt;&lt;P&gt;comparing with itab1.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
read table itab1 binary search with key field1 = itab-field1.
itab-field2 = itab1-field2.
.....
.....
&amp;lt;b&amp;gt;modify itab.&amp;lt;/b&amp;gt;
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 08:22:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T08:22:52Z</dc:date>
    <item>
      <title>Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539878#M246015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to update each record of an internal table comparing remaining records in the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one provide me logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: pavan meda&lt;/P&gt;&lt;P&gt;Sorry I forget to mention that, there will multiple records of same type, i have to modify all records which match the comparision.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539878#M246015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539879#M246016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two intwernal table itab and itab1. want  to update itab&lt;/P&gt;&lt;P&gt;comparing with itab1.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
read table itab1 binary search with key field1 = itab-field1.
itab-field2 = itab1-field2.
.....
.....
&amp;lt;b&amp;gt;modify itab.&amp;lt;/b&amp;gt;
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539879#M246016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Recursive logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539880#M246017</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;without no code that's little hard to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe try something like that :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;new_table[] = your_table[].

loop at new_table 
     where blablabla..
  read your_table 
       with key ...
  modify your_table ...
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recursive-logic/m-p/1539880#M246017</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-08-02T08:23:00Z</dc:date>
    </item>
  </channel>
</rss>

