<?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/1091675#M100902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI of the screen, check for the record selected. For this you need to have W/sel column checkbox selected in the table control properties and assign a field. This will be set to 'X' when you select the record.&lt;/P&gt;&lt;P&gt;In PAI loop at table control and select the record with this field = 'X'. This is the record user has selected in the table control.&lt;/P&gt;&lt;P&gt;Assign the values to respective 4 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2005 14:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-28T14:21:07Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091673#M100900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i have an issue&lt;/P&gt;&lt;P&gt;  i have created a table-control in module programming with four columns.&lt;/P&gt;&lt;P&gt;  correspondigly i have four text fields in the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i select a line(row) from the table control&lt;/P&gt;&lt;P&gt;and press a button (say a pushbutton which i created),&lt;/P&gt;&lt;P&gt;i need the data of the selected line (in table control) to appear in the corresponding text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091673#M100900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T14:07: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/1091674#M100901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say your internal table on the control is I_TAB and control name is myControl. The statement will be as following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table I_TAB into w_TAB index myControl-current_line.&lt;/P&gt;&lt;P&gt;W_TAB will have the data of the selected line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091674#M100901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T14:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091675#M100902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI of the screen, check for the record selected. For this you need to have W/sel column checkbox selected in the table control properties and assign a field. This will be set to 'X' when you select the record.&lt;/P&gt;&lt;P&gt;In PAI loop at table control and select the record with this field = 'X'. This is the record user has selected in the table control.&lt;/P&gt;&lt;P&gt;Assign the values to respective 4 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091675#M100902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091676#M100903</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 suppose that when you push the pushbutton you use a user-command. There you must check in the table control which is the selected line ( I suppose you have a flag to know the selected line). You can read table i_control with key flag = 'X' for example. And then when you have in the header line of i_control de data, you can put them into the text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mireia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091676#M100903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091677#M100904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see example prg&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1091677#M100904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T14:23:35Z</dc:date>
    </item>
  </channel>
</rss>

