<?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: Reading Values from a Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665165#M294517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I have an internal table, three of fields are displayed and fourth is for input. &lt;/P&gt;&lt;P&gt;When i input values and press save suppose.. then these values must be stored in an internal table rather the same internal table, .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 12:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T12:55:04Z</dc:date>
    <item>
      <title>Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665162#M294514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an internal table, which display certain values for matnr. Im inputting some values for another field correspoding to this matnr. How do i take these values from the table control on the screen to my internal table ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 12:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665162#M294514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665163#M294515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u have the internal table which is reflected in table control and when u enter values in this TC and say on enter, the values gets reflected in the internal table which can be used for further processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 12:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665163#M294515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665164#M294516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Table Control Loop in PAI Event, insert following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify internal table from work area index table control-current_line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 12:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665164#M294516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665165#M294517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I have an internal table, three of fields are displayed and fourth is for input. &lt;/P&gt;&lt;P&gt;When i input values and press save suppose.. then these values must be stored in an internal table rather the same internal table, .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 12:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665165#M294517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665166#M294518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 13:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665166#M294518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665167#M294519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say your internal table name for table control is t_stock and table control name is tc_material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI of Screen you would have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT T_STOCK.&lt;/P&gt;&lt;P&gt;FIELD .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Insert a module here.&lt;/P&gt;&lt;P&gt;MODULE UPDATE_VALUES_TO_IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the Module UPDATE_VALUES_TO_IT you should code .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify t_stock from wa_stock index tc_material-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this would help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 13:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665167#M294519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Values from a Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665168#M294520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya its working fine, Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 13:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-values-from-a-table-control/m-p/1665168#M294520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T13:40:11Z</dc:date>
    </item>
  </channel>
</rss>

