<?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/2156028#M455528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be sure to fill the internal table, which the table control is based on, with data using a SELECT statement.  Do this before calling the screen or in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2007 02:38:45 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-04-15T02:38:45Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156027#M455527</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;I have created a table control to the abap report using wizard.&lt;/P&gt;&lt;P&gt;My question is when I execute the report it does not show anything.&lt;/P&gt;&lt;P&gt;Can anyone tell me how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your input and will reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Mili&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 18:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156027#M455527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156028#M455528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be sure to fill the internal table, which the table control is based on, with data using a SELECT statement.  Do this before calling the screen or in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 02:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156028#M455528</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-15T02:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156029#M455529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mili,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the internal table that refers your table control either in the PBO or before calling the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send me your code.... Does the program giving any errors while executing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 04:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156029#M455529</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2007-04-15T04:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156030#M455530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Milli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess u have not used a loop while populating table control.Do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of table control to populate cotrol.&lt;/P&gt;&lt;P&gt;loop at itab with control TC1(name of table control).&lt;/P&gt;&lt;P&gt;Cursor TC1-top_line.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if helpful.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 04:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156030#M455530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-15T04:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156031#M455531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mili,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In layout, find out whether you have checked "from the dictionary" or "from the program".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its from dictionary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uncheck it and check the radio button "from the program "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use your internal table name while doing this.&lt;/P&gt;&lt;P&gt;Hope this will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 06:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156031#M455531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-15T06:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156032#M455532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the suggestion of Archana I have changed in the layout by checking "from the program " instead "from dictionary" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the programme is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now it is not taking any input into the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to do the input into the table control screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your valuable inputs and appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have rewarded points........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mili.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 13:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156032#M455532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-15T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156033#M455533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is solved.&lt;/P&gt;&lt;P&gt;Thank you for your valuable input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mili&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2007 14:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2156033#M455533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-15T14:58:43Z</dc:date>
    </item>
  </channel>
</rss>

