<?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 BAPI Passbyvalue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353905#M1921674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, during the creation of BAPI we will check the checkbox as " passbyvalue ". What is the exact reason for selecting that one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 05:33:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-25T05:33:37Z</dc:date>
    <item>
      <title>BAPI Passbyvalue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353905#M1921674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, during the creation of BAPI we will check the checkbox as " passbyvalue ". What is the exact reason for selecting that one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 05:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353905#M1921674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-25T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Passbyvalue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353906#M1921675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Paritala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In function module by default all the parameters are defined as call by reference. It system can send only memory address location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BAPI is called from other system. SAP system is not able to identify the memory address for the variable that why while create BAPI you have to force fully check the pass by value parameter.&lt;/P&gt;&lt;P&gt;So while calling bapi SAP system creates it's own internal memory and can change the importing parameter within function module.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please let me know if you have any doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 05:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353906#M1921675</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-09-25T05:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Passbyvalue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353907#M1921676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for meaningful answer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 05:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353907#M1921676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-25T05:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Passbyvalue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353908#M1921677</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;When we PASS lv_var by REFERENCE , the reference or the memory address of lv_var is passed to the Function module. So VAR and lv_var will refer to the same memory address and have the same value.&lt;/P&gt;&lt;P&gt;as pass by reference is not supported for remote communications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahipalsinh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 05:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-passbyvalue/m-p/11353908#M1921677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-25T05:56:17Z</dc:date>
    </item>
  </channel>
</rss>

