<?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: Call Method - Parameters exporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643993#M1284422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any limitations for number of export parameters while calling a method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinab Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2009 16:19:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T16:19:55Z</dc:date>
    <item>
      <title>Call Method - Parameters exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643992#M1284421</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;CALL METHOD ZXXX-&amp;gt;PROCESS&lt;/P&gt;&lt;P&gt;             exporting&lt;/P&gt;&lt;P&gt;             struct1        = struct1&lt;/P&gt;&lt;P&gt;             struct2        = struct2&lt;/P&gt;&lt;P&gt;             int_tabl1      = int_tab1&lt;/P&gt;&lt;P&gt;             int_tabl2      = int_tab2&lt;/P&gt;&lt;P&gt;             int_tabl3      = int_tab3&lt;/P&gt;&lt;P&gt;             var1      = var1&lt;/P&gt;&lt;P&gt;             var2      = var2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calling a method like above and exporting 2 structures,3 internal tables and 2 variables to do further processing in the  PROCESS routine.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Is there a limit on exporting parameters while calling methods? Will it have any performace issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meghna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 16:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643992#M1284421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method - Parameters exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643993#M1284422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any limitations for number of export parameters while calling a method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinab Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 16:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643993#M1284422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method - Parameters exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643994#M1284423</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;There is no Limit for the Exporting or Importing Parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 16:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643994#M1284423</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-05-22T16:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method - Parameters exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643995#M1284424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Abap doesn't have any restriction about the number of parameters, although there is a limitation about the size of any statement it cannot be greater than 28 kb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 17:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643995#M1284424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T17:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call Method - Parameters exporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643996#M1284425</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;There is restriction on the number of Parameters passed to a method. But it is always better from the performance aspect to pass by reference. So, unless and otherwise needed you can always use the Pass By Reference to Pass by Value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at the link below for a detailed and complete overview of Method Declarations: &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/56/1eb6c705ad11d2952f0000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/56/1eb6c705ad11d2952f0000e8353423/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 17:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-method-parameters-exporting/m-p/5643996#M1284425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T17:53:56Z</dc:date>
    </item>
  </channel>
</rss>

