<?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: bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425874#M204141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to select the PASS VALUE check box for the import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of parameter passing: pass by reference and pass by value. &lt;/P&gt;&lt;P&gt;Pass by reference points the formal parameter directly to the actual parameter so that changes to the formal parameter immediately affect the actual parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass by value creates the formal parameter either as a copy of the actual parameter when the function module is called (at IMPORTING value and CHANGING value parameters) or creates it initially on the stack (at EXPORTING value parameters). With CHANGING value and EXPORTING value parameters, the formal parameter is copied to the actual parameter when it returns from the function module call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kiran Raorane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 12:38:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T12:38:23Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425873#M204140</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;whn im tryin to create a fun mod named z_bapi_get_order_status_import havin a demo  pgm as a model im gettin error when i refer to a structure &lt;/P&gt;&lt;P&gt;the error s "No reference types are alllowed for RFC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i go for the  help for tht error &lt;/P&gt;&lt;P&gt;"You tried to assign a refrence type to a parameter of a function module that can be called remotely (for example containing references to objects or fields). This is not supported."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425873#M204140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425874#M204141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to select the PASS VALUE check box for the import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of parameter passing: pass by reference and pass by value. &lt;/P&gt;&lt;P&gt;Pass by reference points the formal parameter directly to the actual parameter so that changes to the formal parameter immediately affect the actual parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass by value creates the formal parameter either as a copy of the actual parameter when the function module is called (at IMPORTING value and CHANGING value parameters) or creates it initially on the stack (at EXPORTING value parameters). With CHANGING value and EXPORTING value parameters, the formal parameter is copied to the actual parameter when it returns from the function module call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kiran Raorane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425874#M204141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425875#M204142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varalakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Minor mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Just TICK the CHECK BOX&lt;/P&gt;&lt;P&gt;   for 'Pass by value'&lt;/P&gt;&lt;P&gt;  and it won't give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. since this is a RFC Enabled FM,&lt;/P&gt;&lt;P&gt;   (which is supposed to run in another server),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   we cannot pass any variable by reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425875#M204142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425876#M204143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i had encountered the same problem for that you need to check the &amp;lt;b&amp;gt;Check box&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;Pass Value&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425876#M204143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425877#M204144</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;For RFC 's all the parameters you need to check the check box&amp;lt;b&amp;gt; PASS by Value.&amp;lt;/b&amp;gt; then it won;t give you that error.&lt;/P&gt;&lt;P&gt;you need to pass only by Value not by reference in case of RFC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/1425877#M204144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:55:16Z</dc:date>
    </item>
  </channel>
</rss>

