<?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: FUNCTION MODULE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511454#M844682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       All you need to do is check/uncheck the check box present in the import parameter. you will understand the flow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 10:11:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T10:11:26Z</dc:date>
    <item>
      <title>FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511453#M844681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;any one can provide sample programs on pass by value, pass by reference using function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511453#M844681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511454#M844682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       All you need to do is check/uncheck the check box present in the import parameter. you will understand the flow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511454#M844682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511455#M844683</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;By Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : a type I value 20.&lt;/P&gt;&lt;P&gt;Perform sub1 using a.&lt;/P&gt;&lt;P&gt;Write a.&lt;/P&gt;&lt;P&gt;FORM sub1 using value (p_a)&lt;/P&gt;&lt;P&gt;P &amp;#150; a = 15&lt;/P&gt;&lt;P&gt;ENDORM.&lt;/P&gt;&lt;P&gt;In this case during subroutine call, the formal parameter are created as copies of actual parameter.&lt;/P&gt;&lt;P&gt;The formal parameters have the memory of their own. Changes made to formal parameter have no effect on the actual parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in this case, though value of p_a is changed to 15, it has no effect on &amp;#145;a&amp;#146; which remains as 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By Reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: a type I value 20.&lt;/P&gt;&lt;P&gt;Perform sub1 using a.&lt;/P&gt;&lt;P&gt;Write a.&lt;/P&gt;&lt;P&gt;FORM sub1 using value (p_a)&lt;/P&gt;&lt;P&gt;P &amp;#150; a = 15.&lt;/P&gt;&lt;P&gt;ENDORM.&lt;/P&gt;&lt;P&gt;By default system calls all the forms by reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, only the address of the actual parameter is transferred to the formal parameters. The formal parameter has no memory of its own. If you change the formal parameter, change is visible in actual parameter also.&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511455#M844683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511456#M844684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; go to import or changin or tables parameter , near to optional parametr you will find one more check box for pass value.&lt;/P&gt;&lt;P&gt;if you check that it will be pass by value. for more details just press f1 on the same you will get more documantation on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 10:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511456#M844684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511457#M844685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;r u having any simple programs on function module.&lt;/P&gt;&lt;P&gt;pls send to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3511457#M844685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:08:25Z</dc:date>
    </item>
  </channel>
</rss>

