<?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 CONTROLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645668#M609366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should work, it will not depends on the sequence of the LOOP, &lt;/P&gt;&lt;P&gt;when you loop through the internal table using the Controls, then it will take the values from the internal table to table control, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you are missing some thing in the code, i definetly say that the sequence will not affect the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 11:06:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T11:06:21Z</dc:date>
    <item>
      <title>TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645666#M609364</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 am trying to work with two table controls , one table is displayed in upper part of a screen and other in lower part of the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if I change the sequence of looping means if I loop first on the lower table control and then on the upper one in the PBO of flow logic , it is not working on the other hand it works if I change the order  of looping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know the reason why it was not working in the former case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sanket Sethi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645666#M609364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645667#M609365</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;When u  place Multiple Table controls in a SCREEN the system will process the in the Same order as per their position in the Screen i.e from TOP-LEFT to BOTTOM-RIGHT.&lt;/P&gt;&lt;P&gt;Bcoz of this we must place the LOOP.. ENDLOOP on these Table controls in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645667#M609365</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-10T10:58: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/2645668#M609366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should work, it will not depends on the sequence of the LOOP, &lt;/P&gt;&lt;P&gt;when you loop through the internal table using the Controls, then it will take the values from the internal table to table control, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you are missing some thing in the code, i definetly say that the sequence will not affect the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645668#M609366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645669#M609367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking this question just because it is happening that on just changing the order of looping it make the table controls work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is some other problem then it should still be there while the sequence of looping is not in the order of sequence of table controls in the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645669#M609367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645670#M609368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 09:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/2645670#M609368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T09:18:05Z</dc:date>
    </item>
  </channel>
</rss>

