<?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 data from table on screen . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973654#M1604032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You have to declare a module on chain-request in PAI of that screen.&lt;/P&gt;&lt;P&gt;Then in that module,you have to write modify itab index tablecontrol-current_line  transporting fields (of itab).&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2011 10:06:38 GMT</pubDate>
    <dc:creator>Arun_Prabhu_K</dc:creator>
    <dc:date>2011-05-31T10:06:38Z</dc:date>
    <item>
      <title>Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973649#M1604027</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 a 'Z' screen which contains table - i want to read the content of the table from screen beacuse some times the user fill the table fileds but doesnt press the ENTER key and the data he filled in the table on screen doesnt enter the internal table, is there a way to read table contant from screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 03:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973649#M1604027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T03:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973650#M1604028</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;  Please check the standard program 'DEMO_DYNPRO_TABCONT_LOOP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user enters data into the table on the screen, he needs to perform some action so that PAI will be triggered and we can capture capture the data on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dande&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 04:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973650#M1604028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T04:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973651#M1604029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You will have number of fields., so u check whether the field next to that was not initial. I think Like that only v can find out of focus concept. If next field is not initial means save the first (Previous) field value to the table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 04:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973651#M1604029</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2011-05-31T04:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973652#M1604030</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;Please try DYNP_VALUES_UPDATE or DYNP_UPDATE_FIELDS Function Module.. it may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 04:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973652#M1604030</guid>
      <dc:creator>sharanjee_186716</dc:creator>
      <dc:date>2011-05-31T04:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973653#M1604031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi eladush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the master table contol program, hope its help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve formatting.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on May 31, 2011 9:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 04:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973653#M1604031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T04:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from table on screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973654#M1604032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You have to declare a module on chain-request in PAI of that screen.&lt;/P&gt;&lt;P&gt;Then in that module,you have to write modify itab index tablecontrol-current_line  transporting fields (of itab).&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 10:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-table-on-screen/m-p/7973654#M1604032</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2011-05-31T10:06:38Z</dc:date>
    </item>
  </channel>
</rss>

