<?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: Accessing data from Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422137#M1050263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachhidananda,&lt;/P&gt;&lt;P&gt;i created a push button and i had the table.&lt;/P&gt;&lt;P&gt;But the thing is im unable to access the data which is entered in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 09:27:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T09:27:53Z</dc:date>
    <item>
      <title>Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422134#M1050260</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 created a table control using report program and i am trying to enter data in the table control which i want to update in the DB table. How can i get the data entered in table control to the report program, so that i can update the DB table.&lt;/P&gt;&lt;P&gt;Please help me finding out which variable will hold the data entered in table control(dynamically).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422134#M1050260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422135#M1050261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U will have to append data to internal table in PAI&lt;/P&gt;&lt;P&gt;Between(write this code)&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;Modify itab index TC-Current_line.&lt;/P&gt;&lt;P&gt;If sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;now this internal table data can be used to modify &lt;/P&gt;&lt;P&gt;the database table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422135#M1050261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422136#M1050262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;u need to create a table where all the data entered by u to be stored from that table only u can update the DB tble.&lt;/P&gt;&lt;P&gt;for this purpose u ve to create push button for that &lt;/P&gt;&lt;P&gt;and when save this data will update in one table.&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;Sachhidananda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422136#M1050262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422137#M1050263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachhidananda,&lt;/P&gt;&lt;P&gt;i created a push button and i had the table.&lt;/P&gt;&lt;P&gt;But the thing is im unable to access the data which is entered in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422137#M1050263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422138#M1050264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. While designing set the table control as input field.&lt;/P&gt;&lt;P&gt;2. In ur program create an internal table, with the same structure as your table control.&lt;/P&gt;&lt;P&gt;3. Whenever an entry is made in the table control, modify your internal table.&lt;/P&gt;&lt;P&gt;4. While saving use the internal table data to update the custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If internal table name is same in both screen painter(table control) and in the program then the values will automatically come into the internal table in the program with out programming.&lt;/P&gt;&lt;P&gt;Otherwise we have programtically transfer the values.&lt;/P&gt;&lt;P&gt;In the PAI event using move or move-corresponding statement.&lt;/P&gt;&lt;P&gt;Check the program &lt;U&gt;*RSDEMO02&lt;/U&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422138#M1050264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing data from Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422139#M1050265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;had u putted modify data into pai???&lt;/P&gt;&lt;P&gt;use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;Modify itab index TC-Current_line.&lt;/P&gt;&lt;P&gt;If sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 09:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-table-control/m-p/4422139#M1050265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T09:33:08Z</dc:date>
    </item>
  </channel>
</rss>

