<?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 Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637885#M1442932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need that statement in PBO to move the contents of the internal table to the table control. If you dont have that statement the contents will not be moved to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 07:51:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T07:51:35Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637884#M1442931</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 PBO module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Itab with control table_control_name.&lt;/P&gt;&lt;P&gt; ....&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why "loop at itab" is used in table control of PBO module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we omit the stmt "Loop at itab", we will not be able to display table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 07:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637884#M1442931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T07:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637885#M1442932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need that statement in PBO to move the contents of the internal table to the table control. If you dont have that statement the contents will not be moved to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 07:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637885#M1442932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637886#M1442933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I surely can tell you that you have not properly search the SDN before posting your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very basic question  while generation any module pool programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you must understand the concept of Table control , once you get the concept then you can on youer own able to answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway for your better understnading let me, explain you few thing, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. from your internal table you are passing the valuse to the SCREEN and while screen you are defining a table control where you want to see the values you have populated thr' your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Screen is having some control name ie 'table_control_name' and now the internal table is having some name 'Itab' so when you pass the internal table values you are using the condition as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at Itab with control table_control_name.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The loop statement is fetch all values of internal table into your table_control_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, I have made your doubt clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 07:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637886#M1442933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T07:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637887#M1442934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if you don't use the sttement in the PBO then how will the system know that &lt;/P&gt;&lt;P&gt;which internal table's enteries are to be populated in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 07:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637887#M1442934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637888#M1442935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very basic question and for such type of questions, you should search SCN before your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6637888#M1442935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T09:00:51Z</dc:date>
    </item>
  </channel>
</rss>

