<?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: Copy a method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949611#M695494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE80, use Class library option, enter class method and click on copy to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 10:35:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T10:35:28Z</dc:date>
    <item>
      <title>Copy a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949610#M695493</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;   How can we copy a metod inside a object.i need to copy&lt;/P&gt;&lt;P&gt;  a method price_check from the obejct(z_bus2081)  into z_price_check (z_bus2081)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949610#M695493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949611#M695494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE80, use Class library option, enter class method and click on copy to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949611#M695494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949612#M695495</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;Hope that you want to copy a method of a particular class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the simple and easier steps to make a Std SAP method customized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto the required method(using SE24 tcode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function keys section, there will be an icon for Other object, on clicking it a pop-up screen appears.In this screen at the bottom there will be an icon for 'Copy'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On clicking the 'Copy' icon, it will open another pop-up window again and asks where to copy the method(here we can specify a Z method name) in the &lt;/P&gt;&lt;P&gt;To' section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On pressing continue, the Z method will be created and stored under the speified name. We can then activate the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this way, we can easily make the customized version of a standard SAP object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 11:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949612#M695495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T11:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copy a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949613#M695496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karthick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside the class I copy the methods (in 4.6C, but not only) like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. set cursor on choosen method, which you want to copy
2. push button 'Copy', just over the description
3. set cursor in the wish line in the methods listing
4. push button 'Paste', just over the description
5. the copied method (with pasrameters and exceptions)
    has the name 'COPY_1_OF_your_copied_meth',
    which you can afterwards change.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 12:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-a-method/m-p/2949613#M695496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T12:43:39Z</dc:date>
    </item>
  </channel>
</rss>

