<?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 Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002073#M956128</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;I have two objects declared as follows.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 w_document          TYPE REF TO i_oi_document_proxy,
  w_handle            TYPE REF TO i_oi_spreadsheet,
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a method of w_docuemnt&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      CALL METHOD w_document-&amp;gt;get_spreadsheet_interface
        IMPORTING
          sheet_interface = w_handle.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the method "get_spreadsheet_interface" there is a code where its written &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
sheet_interface = me.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to call "get_spreadsheet_interface" due to some problem, want to replicate the same action  as "sheet_interface = me."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 14:01:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T14:01:31Z</dc:date>
    <item>
      <title>Copy Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002073#M956128</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;I have two objects declared as follows.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 w_document          TYPE REF TO i_oi_document_proxy,
  w_handle            TYPE REF TO i_oi_spreadsheet,
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a method of w_docuemnt&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      CALL METHOD w_document-&amp;gt;get_spreadsheet_interface
        IMPORTING
          sheet_interface = w_handle.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the method "get_spreadsheet_interface" there is a code where its written &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
sheet_interface = me.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to call "get_spreadsheet_interface" due to some problem, want to replicate the same action  as "sheet_interface = me."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002073#M956128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002074#M956129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i_oi_document_proxy is implemented by which class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution can be create subclass of that implementing class and implement your new method.&lt;/P&gt;&lt;P&gt;You can then type-cast parent instance to child instance and call your method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 14:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002074#M956129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002075#M956130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 07:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-object/m-p/4002075#M956130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T07:46:32Z</dc:date>
    </item>
  </channel>
</rss>

