<?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: Using method with a returning parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796557#M1586689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you Development and Quality both are on Netweaver 7.0 or above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This syntax will not work in earlier Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 08:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-24T08:36:08Z</dc:date>
    <item>
      <title>Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796553#M1586685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a method call within an IF statement, as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF Z_CLASS=&amp;gt;METHOD( LT_RETURN ) NE 'X'.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which works perfectly fine in Development environment, but is not working in QA, despite the fact the source is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error throwing in QA environment:&lt;STRONG&gt;Unable to interpret "Z_CLASS=&amp;gt;METHOD(". Possible causes of error. Incorrect spelling or comma error&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the error is well known for all of us... so, am I missing something here? As far as I know, If the code works in Development, the same code should work in QA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 23:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796553#M1586685</guid>
      <dc:creator>andrs_sarcevic</dc:creator>
      <dc:date>2011-03-23T23:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796554#M1586686</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;The only explanation that I can think of is that something went wrong during transport to quality system. Check if this class and this method is active in quality and try to execute this method directly in SE24. You can also check transport logs in SE09. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 06:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796554#M1586686</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-03-24T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796555#M1586687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As noticed by Marcin, this for sure is transport related. I bet you included your class within different transport than other released objects. Go to &lt;EM&gt;SE03 -&amp;gt; Search for objects in Requests/Tasks -&amp;gt;&lt;/EM&gt; select checkbox &lt;EM&gt;R3TR CLASS -&amp;gt;&lt;/EM&gt; in input field type &lt;EM&gt;Z_CLASS -&amp;gt; run&lt;/EM&gt; . You will see where your object resides. Judging from class name, this is local (non-transportable) object though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 08:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796555#M1586687</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-03-24T08:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796556#M1586688</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;does your development system and QA systems have the same SAP release and support packages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 08:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796556#M1586688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T08:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796557#M1586689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you Development and Quality both are on Netweaver 7.0 or above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This syntax will not work in earlier Release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 08:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796557#M1586689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using method with a returning parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796558#M1586690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your replies. It's now working fine, but I can't tell you for sure what was the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only change done since yesterday was the resolution of this dump, related to the ran out of space due to SGEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Runtime Errors DBIF_REPO_SQL_ERROR
Short text: SQL error 1654 occurred when accessing program
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 22:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-method-with-a-returning-parameter/m-p/7796558#M1586690</guid>
      <dc:creator>andrs_sarcevic</dc:creator>
      <dc:date>2011-03-24T22:53:10Z</dc:date>
    </item>
  </channel>
</rss>

