<?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 Table controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626476#M873693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by table control???Where will we use this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 17:23:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T17:23:58Z</dc:date>
    <item>
      <title>Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626476#M873693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by table control???Where will we use this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 17:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626476#M873693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626477#M873694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Controls &lt;/P&gt;&lt;P&gt;ABAP offers two mechanisms for displaying and using table data in a screen. These mechanisms are table controls and step loops. Table controls and step loops are types of screen tables you can add to a screen in the Screen Painter. For example, the following screen contains a table control at the bottom:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looping Through an Internal Table &lt;/P&gt;&lt;P&gt;Systemfelder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datentransports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following statement loops through an internal table and a screen table in parallel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me points if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 17:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626477#M873694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T17:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626478#M873695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Table control is the only facility provide through dialog programming. when we come across the use of updating standard tables,deletion,insertion and all database operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;To display records in table format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Table controls are enhanced version for step loops where we can expand rows .The main difference between these two is step loop can be expanded to two lines table controls can`t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Swamy Kunche.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 17:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626478#M873695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626479#M873696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just want to give you a simple and clear knowledge of table control.have you created any tables in se11.if so have you created tablemaintenance for that table using single step.if you created you will find table control there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table control is used to diaplay no of recors at a time in dialog or moduleprograms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through the following link which will explain the code and screens on how to use table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 20:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3626479#M873696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T20:50:15Z</dc:date>
    </item>
  </channel>
</rss>

