<?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: Que about copy paste concept.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293960#M500711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;this should work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;     CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;CLIPBOARD_IMPORT
        IMPORTING
           DATA                 = file_table_clip
         EXCEPTIONS
           CNTL_ERROR           = 1
           ERROR_NO_GUI         = 2
           NOT_SUPPORTED_BY_GUI = 3
           others               = 4.
      if sy-subrc = 3.
        message E888. Exit.
      elseif sy-subrc &amp;lt;&amp;gt; 0.
        message E889 with 'CLIPBOARD_IMPORT'. Exit.
      endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 16:44:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T16:44:22Z</dc:date>
    <item>
      <title>Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293955#M500706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir/Madam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess i can copy no of rows from any application and paste it to the table control area as i have seen it in table maintainace screen many times..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me how to do this...??? in detail.... i have gone throgh the debugging.. but it shows me to use Method... like thing... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method concept is also little new to me... so i will be thank ful to you if u describe this method also....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand my question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nirav Parekh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293955#M500706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293956#M500707</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;Goto the application &amp;amp; click "CTRL Y". Cursor will be changed to "+" sign. Then select the rows/columns and click "CTRL C".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to the table control &amp;amp; click "CTRL V".&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;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 06:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293956#M500707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293957#M500708</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;use CTRL Y. Move Cursor over the record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select the rows or columns and click CTRL C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in  table control ,click CTRL V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293957#M500708</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-05-24T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293958#M500709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prashant...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur interest towards my question....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you didnt understand my meaning..... let me describe once agian...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to put button .... clicking on which you get paste the nos of rows selected else where...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you would have cleared with my question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Parekh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 11:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293958#M500709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293959#M500710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anversha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur interest towards my question....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you didnt understand my meaning..... let me describe once agian...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to put button .... clicking on which you get paste the nos of rows selected else where...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you would have cleared with my question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Parekh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 11:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293959#M500710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T11:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Que about copy paste concept....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293960#M500711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;this should work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;     CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;CLIPBOARD_IMPORT
        IMPORTING
           DATA                 = file_table_clip
         EXCEPTIONS
           CNTL_ERROR           = 1
           ERROR_NO_GUI         = 2
           NOT_SUPPORTED_BY_GUI = 3
           others               = 4.
      if sy-subrc = 3.
        message E888. Exit.
      elseif sy-subrc &amp;lt;&amp;gt; 0.
        message E889 with 'CLIPBOARD_IMPORT'. Exit.
      endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 16:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/que-about-copy-paste-concept/m-p/2293960#M500711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T16:44:22Z</dc:date>
    </item>
  </channel>
</rss>

