<?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: table controls and step loops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787718#M339144</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;  In step loops how many rows you will create only those many records will be displayed in the run time, where as in table control you can define any no of rows and you can set vertical scroll bar, to go to any no of lines, where as in case of step loops you can't create vertical scroll bar. So in step loop the no of rows displayed are static, but there is no limitation in table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 10:25:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T10:25:09Z</dc:date>
    <item>
      <title>table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787717#M339143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the differances between table controls and step loops?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787717#M339143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787718#M339144</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;  In step loops how many rows you will create only those many records will be displayed in the run time, where as in table control you can define any no of rows and you can set vertical scroll bar, to go to any no of lines, where as in case of step loops you can't create vertical scroll bar. So in step loop the no of rows displayed are static, but there is no limitation in table controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787718#M339144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787719#M339145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It's only graphic diff. managed by diff. ways (of course):&lt;/P&gt;&lt;P&gt;in steploop there isn't a table control so in PBO and PAI it has only the stataments LOOP/ENDLOOP or LOOP AT ITAB/ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step loop is way older than table control to display the data of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2752508"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-charitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787719#M339145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787720#M339146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a step-loop constists of a line of gui-elements like labels and edittexts, which are repeated in each line of the step-loop. each line is filled by a row of an internal table. this was the only way to display tables on abap-dynpros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table-control was added later to the abap-dynpros (perhaps R/3 3.0 or R/3 3.1 ?) to give a better look and feel. it is still filled by an internal table and the dynpro-run-logic is very similiar to step-loops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787720#M339146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787721#M339147</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;Check out the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787721#M339147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: table controls and step loops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787722#M339148</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;pls chk this thread,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur question is answered there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=238005&amp;amp;messageID=2297713" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=238005&amp;amp;messageID=2297713&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls-and-step-loops/m-p/1787722#M339148</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-30T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

