<?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 input values read in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649614#M1285465</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;The first internal table used to display the data in table control should have a flag field for selection, so everytime the user selects a row that field will be set to X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u need to transfer the record where the mark field is equal to X:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT ITAB INTO ITAB2 WHERE MARK = 'X'.
   APPEND ITAB2.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 08:32:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-13T08:32:39Z</dc:date>
    <item>
      <title>Table control input values read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649613#M1285464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created one table control and i am giving the multiple line items i want to pass input values to another internal table how i can do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 08:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649613#M1285464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T08:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table control input values read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649614#M1285465</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;The first internal table used to display the data in table control should have a flag field for selection, so everytime the user selects a row that field will be set to X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u need to transfer the record where the mark field is equal to X:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT ITAB INTO ITAB2 WHERE MARK = 'X'.
   APPEND ITAB2.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 08:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649614#M1285465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table control input values read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649615#M1285466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the values are new,Append the  values into another internal table in PAOu2019s loop u2026endloop.&lt;/P&gt;&lt;P&gt;If the values are old,Append the  values into another internal table in PBOu2019s loop u2026endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anusha v.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anusha on May 13, 2009 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 08:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-values-read/m-p/5649615#M1285466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T08:38:37Z</dc:date>
    </item>
  </channel>
</rss>

