<?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: Difference between TABLE CONTROLS and STEP LOOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760621#M904741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Table Controls:&lt;/STRONG&gt;&lt;/EM&gt; A table control is used to pass the data into&lt;/P&gt;&lt;P&gt;the table at the runtime of the system. By using the loop at&lt;/P&gt;&lt;P&gt;statement in both PAI and PBO events. It is treated like a&lt;/P&gt;&lt;P&gt;loop in the both of the statements.You can scroll the both&lt;/P&gt;&lt;P&gt;vertically and horizentally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Step loops:&lt;/STRONG&gt;&lt;/EM&gt; It is also called the screen table. But the&lt;/P&gt;&lt;P&gt;major difference between the step loop is used to repeat the&lt;/P&gt;&lt;P&gt;block of the fields of the screen . These fields are repeated&lt;/P&gt;&lt;P&gt;each and  every time of the screen. But you can scroll&lt;/P&gt;&lt;P&gt;vertically but not horizentally.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TABLE CONTROLS are simply enhanced STEP LOOPS that display data with the look and feel of a table widget in a desktop application. But from a programming standpoint, TABLE CONTROLS and STEP LOOPS are almost exactly the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One &lt;STRONG&gt;major difference&lt;/STRONG&gt; between STEP LOOPS and TABLE CONTROLS is that in STEP LOOPS, their table rows can span more than one line on the screen. By contrast the rows in a TABLE CONTROL are always single lines, but can be very long. ( Table control rows are scrollable ). The structure of table controls is different from step loops. A step loop, as a screen object, is simply a series of field rows that appear as a repeating block. &lt;/P&gt;&lt;P&gt;A table control, as a screen object consists of : &lt;/P&gt;&lt;P&gt;i ) table fields ( displayed in the screen ) &lt;/P&gt;&lt;P&gt;ii ) a control structure that governs the table display and what the user can do with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this useful. Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 10:09:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T10:09:13Z</dc:date>
    <item>
      <title>Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760619#M904739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. give me the difference between TABLE CONTROLS and STEP LOOPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760619#M904739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760620#M904740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLE CONTROLS are simply enhanced STEP LOOPS that display data with the look and feel of a table widget in a desktop application. But from a programming standpoint, TABLE CONTROLS and STEP LOOPS are almost exactly the same. One major difference between STEP LOOPS and TABLE CONTROLS is in STEP LOOPS their table rows can span more than one line on the screen. By contrast the rows in a TABLE CONTROLS are always single lines, but can be very long. ( Table control rows are scrollable ). The structure of table controls is different from step loops. A step loop, as a screen object, is simply a series of field rows that appear as a repeating block. A table control, as a screen object consists of : i ) table fields ( displayed in the screen ) ii ) a control structure that governs the table display and what the user can do with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table controls: &lt;/P&gt;&lt;P&gt;Data is displayed in the form of table. &lt;/P&gt;&lt;P&gt;Table control gives user the feeling of an actual table. &lt;/P&gt;&lt;P&gt;You can scroll through the table vertically as well as horizontally. &lt;/P&gt;&lt;P&gt;You can select rows and columns. &lt;/P&gt;&lt;P&gt;You can resize the with of columns. &lt;/P&gt;&lt;P&gt;You can have separator lines between rows and columns. &lt;/P&gt;&lt;P&gt;Automatic resizing of the table when the user resizes the window. &lt;/P&gt;&lt;P&gt;You can update information in the table control and it can be updated in the database table by writing code for it. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steploops: &lt;/P&gt;&lt;P&gt;Step loops are type of screen tables. &lt;/P&gt;&lt;P&gt;Step loops are nothing but repeated blocks of fields in a screen. &lt;/P&gt;&lt;P&gt;Each block contains one or more fields. &lt;/P&gt;&lt;P&gt;Step loops don't give you feeling of actual table. &lt;/P&gt;&lt;P&gt;You can scroll vertically but not horizontally. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760620#M904740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760621#M904741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Table Controls:&lt;/STRONG&gt;&lt;/EM&gt; A table control is used to pass the data into&lt;/P&gt;&lt;P&gt;the table at the runtime of the system. By using the loop at&lt;/P&gt;&lt;P&gt;statement in both PAI and PBO events. It is treated like a&lt;/P&gt;&lt;P&gt;loop in the both of the statements.You can scroll the both&lt;/P&gt;&lt;P&gt;vertically and horizentally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Step loops:&lt;/STRONG&gt;&lt;/EM&gt; It is also called the screen table. But the&lt;/P&gt;&lt;P&gt;major difference between the step loop is used to repeat the&lt;/P&gt;&lt;P&gt;block of the fields of the screen . These fields are repeated&lt;/P&gt;&lt;P&gt;each and  every time of the screen. But you can scroll&lt;/P&gt;&lt;P&gt;vertically but not horizentally.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TABLE CONTROLS are simply enhanced STEP LOOPS that display data with the look and feel of a table widget in a desktop application. But from a programming standpoint, TABLE CONTROLS and STEP LOOPS are almost exactly the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One &lt;STRONG&gt;major difference&lt;/STRONG&gt; between STEP LOOPS and TABLE CONTROLS is that in STEP LOOPS, their table rows can span more than one line on the screen. By contrast the rows in a TABLE CONTROL are always single lines, but can be very long. ( Table control rows are scrollable ). The structure of table controls is different from step loops. A step loop, as a screen object, is simply a series of field rows that appear as a repeating block. &lt;/P&gt;&lt;P&gt;A table control, as a screen object consists of : &lt;/P&gt;&lt;P&gt;i ) table fields ( displayed in the screen ) &lt;/P&gt;&lt;P&gt;ii ) a control structure that governs the table display and what the user can do with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this useful. Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760621#M904741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760622#M904742</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;&lt;STRONG&gt;In Table Controls:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is displayed in the form of table.&lt;/P&gt;&lt;P&gt;Table control gives user the feeling of an actual table.&lt;/P&gt;&lt;P&gt;You can scroll through the table vertically as well as horizontally.&lt;/P&gt;&lt;P&gt;You can select rows and columns.&lt;/P&gt;&lt;P&gt;You can resize the with of columns.&lt;/P&gt;&lt;P&gt;You can have separator lines between rows and columns.&lt;/P&gt;&lt;P&gt;Automatic resizing of the table when the user resizes the window.&lt;/P&gt;&lt;P&gt;You can update information in the table control and it can be updated inthe database table by writing code for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Step Loops:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Step loops are type of screen tables.&lt;/P&gt;&lt;P&gt;Step loops are nothing but repeated blocks of fields in a screen.&lt;/P&gt;&lt;P&gt;Each block contains one or more fields.&lt;/P&gt;&lt;P&gt;Step loops don't give you feeling of actual table.&lt;/P&gt;&lt;P&gt;You can scroll vertically but not horizontally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760622#M904742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760623#M904743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE CONTROLS are simply enhanced STEP LOOPS that display data with the look and feel of a table widget in a desktop application.  But from a programming standpoint, TABLE CONTROLS and STEP LOOPS are almost exactly the same.  One major difference between STEP LOOPS and TABLE CONTROLS is in STEP LOOPS their table rows can span more than one line on the screen.  By contrast the rows in a TABLE CONTROLS are always single lines, but can be very long.  ( Table control rows are scrollable ).  The structure of table controls is different from step loops.  A step loop, as a screen object, is simply a series of field rows that appear as a repeating block.  A table control, as a screen object consists of :   i )  table fields ( displayed in the screen )    ii )  a control structure that governs the table display and what the user can do with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760623#M904743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABLE CONTROLS and STEP LOOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760624#M904744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;The explanation of table control and step loops is mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Controls: A table control is used to pass the data into&lt;/P&gt;&lt;P&gt;the table at the runtime of the system. By using the loop at&lt;/P&gt;&lt;P&gt;statement in both PAI and PBO events. It is treated like a&lt;/P&gt;&lt;P&gt;loop in the both of the statements.You can scroll the both&lt;/P&gt;&lt;P&gt;vertically and horizentally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step loops: It is also called the screen table. But the&lt;/P&gt;&lt;P&gt;major difference between the step loop is used to repeat the&lt;/P&gt;&lt;P&gt;block of the fields of the screen . These fields are repeated&lt;/P&gt;&lt;P&gt;each and every time of the screen. But you can scroll&lt;/P&gt;&lt;P&gt;vertically but not horizentally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Table Controls you have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is displayed in the form of table.&lt;/P&gt;&lt;P&gt;Table control gives user the feeling of an actual table.&lt;/P&gt;&lt;P&gt;You can scroll through the table vertically as well as horizontally.&lt;/P&gt;&lt;P&gt;You can select rows and columns.&lt;/P&gt;&lt;P&gt;You can resize the with of columns.&lt;/P&gt;&lt;P&gt;You can have separator lines between rows and columns.&lt;/P&gt;&lt;P&gt;Automatic resizing of the table when the user resizes the window.&lt;/P&gt;&lt;P&gt;You can update information in the table control and it can be updated inthe database table by writing code for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Step Loops you have :&lt;/P&gt;&lt;P&gt;Step loops are type of screen tables.&lt;/P&gt;&lt;P&gt;Step loops are nothing but repeated blocks of fields in a screen.&lt;/P&gt;&lt;P&gt;Each block contains one or more fields.&lt;/P&gt;&lt;P&gt;Step loops don't give you feeling of actual table.&lt;/P&gt;&lt;P&gt;You can scroll vertically but not horizontally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have understood and your question is cleared.&lt;/P&gt;&lt;P&gt;Kindly reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abdur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-controls-and-step-loops/m-p/3760624#M904744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T06:51:01Z</dc:date>
    </item>
  </channel>
</rss>

