<?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 returning two parameters from a method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505891#M1065941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a method that returns two parameters. One of them is an type ref to a class and other is type char1. the coding is fine but when i activate the method it gives following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type ref to type and type type cannot be specified together, any ideas what this is please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 16:48:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T16:48:32Z</dc:date>
    <item>
      <title>returning two parameters from a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505891#M1065941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a method that returns two parameters. One of them is an type ref to a class and other is type char1. the coding is fine but when i activate the method it gives following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type ref to type and type type cannot be specified together, any ideas what this is please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 16:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505891#M1065941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T16:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: returning two parameters from a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505892#M1065942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting that error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code generated when I have created a Method in SE24 which returns two parameters:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  methods TEST
    exporting
      !O_REF type ref to ZCL_TEST_NP_01
      !I_CHAR type CHAR1 .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 16:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505892#M1065942</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-09-29T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: returning two parameters from a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505893#M1065943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot have two &lt;STRONG&gt;RETURNING&lt;/STRONG&gt; parameters, just one. Instead use &lt;STRONG&gt;EXPORTING&lt;/STRONG&gt; parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 17:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/returning-two-parameters-from-a-method/m-p/4505893#M1065943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T17:01:32Z</dc:date>
    </item>
  </channel>
</rss>

