<?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: two table controls on single screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524074#M1069500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Rich's Blog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="46466"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Sep 2008 04:26:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-27T04:26:27Z</dc:date>
    <item>
      <title>two table controls on single screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524073#M1069499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we have two table controls on single screeen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to have second table control on same screen but it gives me error with PBO\PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 04:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524073#M1069499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T04:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: two table controls on single screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524074#M1069500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Rich's Blog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="46466"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 04:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524074#M1069500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T04:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: two table controls on single screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524075#M1069501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can have 2 table controls in a single screen. The good example being ME21n. If you have two table controls say TC and TC2,write following code in flow logic of the screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE status_0100.&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL tc.&lt;/P&gt;&lt;P&gt;    MODULE read_table.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL tc2.&lt;/P&gt;&lt;P&gt;       MODULE read_table2.&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 WITH CONTROL tc.&lt;/P&gt;&lt;P&gt;    MODULE insert_table.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL tc2.&lt;/P&gt;&lt;P&gt;     MODULE insert_table2.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE exit AT EXIT-COMMAND.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 04:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524075#M1069501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T04:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: two table controls on single screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524076#M1069502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error message you are getting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2008 06:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-table-controls-on-single-screen/m-p/4524076#M1069502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-27T06:09:55Z</dc:date>
    </item>
  </channel>
</rss>

