<?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 How to Read Editable Rows data from table control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789344#M1679099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one solve my problem..Thanks in Advance.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one requirement to read the information from the editable rows of Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;starting i am displaying my internal table values in Table control in disable mode.in my screen i have created one INSERT button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user clicks on that insert button one row should become editable.I have done this part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is when user clicks on insert button first time one row will get editable and user enters the data in fields of table control..now again when user clicks on insert button i need to read the previous data from editable row of table control and i need to update this in my internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i check whether the Table control field is in editable mode or not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 12:22:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-06T12:22:40Z</dc:date>
    <item>
      <title>How to Read Editable Rows data from table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789344#M1679099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one solve my problem..Thanks in Advance.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one requirement to read the information from the editable rows of Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;starting i am displaying my internal table values in Table control in disable mode.in my screen i have created one INSERT button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user clicks on that insert button one row should become editable.I have done this part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is when user clicks on insert button first time one row will get editable and user enters the data in fields of table control..now again when user clicks on insert button i need to read the previous data from editable row of table control and i need to update this in my internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i check whether the Table control field is in editable mode or not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789344#M1679099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T12:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Editable Rows data from table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789345#M1679100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read newly inserted rows from EXTRACT structure in table control. And you can also read FLAG as 'N', 'U' or 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ManuB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789345#M1679100</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2012-06-06T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Editable Rows data from table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789346#M1679101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please explain in detail..because i am new to this module pool Programming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789346#M1679101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T12:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Editable Rows data from table control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789347#M1679102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Priya,&lt;/P&gt;&lt;P&gt;In table comtrol, we can find two structures, EXTRACT[] and TOTAL[] which contain the data shown in table control. When you insert some lines in table, EXTRACT is populated.&lt;/P&gt;&lt;P&gt;In TOTAL[], if a line is modified, it will contain a flag with value 'U', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if line is deleted, it will contain a flag with value 'D',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; if line is added or inserted, it will contain a flag with value 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each row in TOTAL and EXTRACT is stored as string., So you need to cast it into your table structure as below.&lt;/P&gt;&lt;P&gt;FIELD SYBMOL: &amp;lt;FS_TOTAL&amp;gt; type your_table.&lt;/P&gt;&lt;P&gt;Data pi_table type your_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** PI_TOTAL is your TOTAL or EXTRACT structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOOP AT pi_total ASSIGNING &amp;lt;fs_total&amp;gt; CASTING.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPEND &amp;lt;fs_total&amp;gt; TO pi_table.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;&amp;nbsp; UNASSIGN: &amp;lt;fs_total&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after reading the value of PI_TABLE-FLAG you can preform your operations.&lt;/P&gt;&lt;P&gt;Hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;ManuB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 04:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-editable-rows-data-from-table-control/m-p/8789347#M1679102</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2012-06-07T04:24:18Z</dc:date>
    </item>
  </channel>
</rss>

