<?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 Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980132#M1492489</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;Even if you use two table control on the one screen you will have the different name and loop .... endloop for both the table control in PAI and PBO so you can identify these table contols in your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2010 04:54:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-25T04:54:29Z</dc:date>
    <item>
      <title>Table Control Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980129#M1492486</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;I am developing a new screen which contains two table controls ,first is for assembly and second is used for its corresponding components.Now ,i had two issues&lt;/P&gt;&lt;P&gt;1) i need to set first row of assembly table control as by default selected before the screen is displayed,so that when screen appears ,first row appears as selected&lt;/P&gt;&lt;P&gt;2) I need dynamic value display in second control table related to components, i.e. If first row of assembly table control is selected,&lt;/P&gt;&lt;P&gt;second table control should display components related to that assembly at the same time .&lt;/P&gt;&lt;P&gt;Now if second row assembly component is selected ,second table control should get refresh and new components should be display.So ,is there is any way by which i can trace row selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 08:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980129#M1492486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T08:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980130#M1492487</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;1) In the screen painter doulble click on first table control to go to the attributes of the table control and check the option w/SelColumn and give some identifierin the adjancent column like &lt;STRONG&gt;pick.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Define an internal table for this table control with the additional column identifier like &lt;STRONG&gt;pick.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;During the loop for this table control in PAI of the screen modify set (make 'X' )this indetifier for the row to be selected and modify the internal table in this loop then you will see the table control row will be selected in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now in the pbo of the second table control you can read this first table control internal table&lt;/P&gt;&lt;P&gt;with the value as &lt;STRONG&gt;pick = 'X',&lt;/STRONG&gt; you will get the row selected in the first table and accordingly&lt;/P&gt;&lt;P&gt;you can display the second table control values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 02:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980130#M1492487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T02:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980131#M1492488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but i am using two table controls on the same screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 04:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980131#M1492488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T04:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980132#M1492489</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;Even if you use two table control on the one screen you will have the different name and loop .... endloop for both the table control in PAI and PBO so you can identify these table contols in your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 04:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issues/m-p/6980132#M1492489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-25T04:54:29Z</dc:date>
    </item>
  </channel>
</rss>

