<?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 Structure &amp; Table for Screen painter - Table control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658819#M1446009</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;I have a question on PAI , PBO module of module pool program for table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created table control in one screen (assigned the data dictionary custom structure (say zmonths_data) for the same in SE51). And while writing the program for the same, it is asking to loop the PAI and PBO modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to loop the same like below... it is saying zmonths_data is not a database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT zmonths_data.&lt;/P&gt;&lt;P&gt;    MODULE status_1000.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT zmonths_data.&lt;/P&gt;&lt;P&gt;    MODULE user_command_1000.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to have only database tables to use in table controls?&lt;/P&gt;&lt;P&gt;Please advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Mar 2010 22:23:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-10T22:23:14Z</dc:date>
    <item>
      <title>Structure &amp; Table for Screen painter - Table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658819#M1446009</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;I have a question on PAI , PBO module of module pool program for table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created table control in one screen (assigned the data dictionary custom structure (say zmonths_data) for the same in SE51). And while writing the program for the same, it is asking to loop the PAI and PBO modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to loop the same like below... it is saying zmonths_data is not a database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT zmonths_data.&lt;/P&gt;&lt;P&gt;    MODULE status_1000.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT zmonths_data.&lt;/P&gt;&lt;P&gt;    MODULE user_command_1000.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to have only database tables to use in table controls?&lt;/P&gt;&lt;P&gt;Please advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 22:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658819#M1446009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T22:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Structure &amp; Table for Screen painter - Table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658820#M1446010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is wrong. You probably want to loop over the table control and in that case you're missing the part &lt;EM&gt;WITH CONTROL cntrl&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the ABAP docu for [LOOP - WITH CONTROL|http://help.sap.com/abapdocu_70/en/DYNPLOOP.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 22:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658820#M1446010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T22:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structure &amp; Table for Screen painter - Table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658821#M1446011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry. It's my mistake. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 23:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-table-for-screen-painter-table-control/m-p/6658821#M1446011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-10T23:04:31Z</dc:date>
    </item>
  </channel>
</rss>

