<?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: loops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946424#M943718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;1.You have to add any number of structures in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Types of loops&lt;/P&gt;&lt;P&gt;    a.while&lt;/P&gt;&lt;P&gt;    b.do.... enddo.&lt;/P&gt;&lt;P&gt;    c.loop.....endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Kiran Kumar.G.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 12:17:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T12:17:29Z</dc:date>
    <item>
      <title>loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946422#M943716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;explain how many structures include in the database table, types of loops are there in ABAP, difference between standard and index table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946422#M943716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946423#M943717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;those are directly three wish at one time, go now really notu2026&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946423#M943717</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-05-30T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946424#M943718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;1.You have to add any number of structures in the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Types of loops&lt;/P&gt;&lt;P&gt;    a.while&lt;/P&gt;&lt;P&gt;    b.do.... enddo.&lt;/P&gt;&lt;P&gt;    c.loop.....endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Kiran Kumar.G.A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KIRAN KUMAR on May 30, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946424#M943718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946425#M943719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALi,&lt;/P&gt;&lt;P&gt; We can insert as many as structures in data base table. Types of loops we can define as DO..endo...wile..end while....loop..endloop.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;standard table is nothing but an one type of internal table which have the property that dump the data as it is in data base table data.&lt;/P&gt;&lt;P&gt;Index table is alos one type of internal table which have the both functionality of sort and standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loops/m-p/3946425#M943719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:32:50Z</dc:date>
    </item>
  </channel>
</rss>

