<?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 Exporting and returning value question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420778#M1049971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is different between &lt;STRONG&gt;exporting&lt;/STRONG&gt; and &lt;STRONG&gt;returning value&lt;/STRONG&gt; in method of a class. if created an object inside the method and exporting it, it means I have a reference to that object inside program. If I use returning value, it means I have a copy of object created inside the method, but the object inside method is destroyed after it ends. Do I understand correctly? if so what do u prefer exporting or returning value? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Sep 2008 05:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-13T05:40:02Z</dc:date>
    <item>
      <title>Exporting and returning value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420778#M1049971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is different between &lt;STRONG&gt;exporting&lt;/STRONG&gt; and &lt;STRONG&gt;returning value&lt;/STRONG&gt; in method of a class. if created an object inside the method and exporting it, it means I have a reference to that object inside program. If I use returning value, it means I have a copy of object created inside the method, but the object inside method is destroyed after it ends. Do I understand correctly? if so what do u prefer exporting or returning value? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2008 05:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420778#M1049971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-13T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting and returning value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420779#M1049972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2008 10:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420779#M1049972</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2008-09-13T10:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting and returning value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420780#M1049973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anthony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The major difference is that you can have &lt;STRONG&gt;multiple&lt;/STRONG&gt; EXPORTING parameters yet only a &lt;STRONG&gt;single&lt;/STRONG&gt; RETURNING parameter. In addition, if you have a RETURNING parameter you cannot have EXPORTING parameters simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defining methods with a single RETURNING parameter is more Java-like than having multiple EXPORTING parameters.&lt;/P&gt;&lt;P&gt;Whenever possible and sensible I prefer RETURNING parameters over EXPORTING parameters because they allow to use the function method call, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;go_msglist = cf_reca_messagelist_create( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 09:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420780#M1049973</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-09-14T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting and returning value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420781#M1049974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, you make it clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 19:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-and-returning-value-question/m-p/4420781#M1049974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T19:25:44Z</dc:date>
    </item>
  </channel>
</rss>

