<?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 Copy - paste functionality in table controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026734#M415526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send me a sample code to copy a row of table control and to paste it in the row selected.&lt;/P&gt;&lt;P&gt;This is very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 06:25:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T06:25:01Z</dc:date>
    <item>
      <title>Copy - paste functionality in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026734#M415526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send me a sample code to copy a row of table control and to paste it in the row selected.&lt;/P&gt;&lt;P&gt;This is very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 06:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026734#M415526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T06:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy - paste functionality in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026735#M415527</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;      you can use sy-ucomm = 'PICK' in the table control and then name the table control field names and your screen field names the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sap takes care of transfering the data from table control field to your field name in your screen if you give the same name to both..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award marks if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 10:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026735#M415527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T10:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy - paste functionality in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026736#M415528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Read the table control with the record having selection flag as 'X' (the selection indicator is the name you give to the selection indicator of the table control in screen painter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Move the read valuse into a workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Read the selected row of the target table control (same as step 1) and MODIFY / APPEND the record with corresponding values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026736#M415528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T01:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy - paste functionality in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026737#M415529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. An extra column should be provided in your table control which indicates the selected line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. the record which has this col set is chosen and moved to a workarea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now edit / append this record to the new table based on your conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : Please reward points if solution is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 11:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026737#M415529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy - paste functionality in table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026738#M415530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-paste-functionality-in-table-controls/m-p/2026738#M415530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T07:34:16Z</dc:date>
    </item>
  </channel>
</rss>

