<?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: difference between changing and tables parameter in a function module... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896116#M1143602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6 as my source system, there are both tables and changing tabs in SE37. I defined aaa under tables tab. Hence in my case data must be passed from PI to this aaa, right , bcos according to the link u gave tables are passed by reference ? But I am not getting the values updated in 4.6 !! What can be the reason ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 20:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-19T20:47:57Z</dc:date>
    <item>
      <title>difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896114#M1143600</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;I am facing an issue...&lt;/P&gt;&lt;P&gt;An RFC enabled function module is used in SAP PI (earlier called as XI ). This FM has few tables defined under "Tables" parameter, say like aaa, bbb and ccc. The PI takes in aaa as inbound paramter, thru this it passes the values from the source system to target system. Happens well and good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PI defines aaa, bbb and ccc as outbound paramters, means these will pass data from target to source system.Happens fine for bbb and ccc. But aaa is not passed back in source system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is should this table aaa be defined under "changing" tab while creating the FM ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  think tables are passed by reference, right ? So when they r passed back from PI to my source system, aaa should simply get overwritten with the value passed, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might ask if the mapping between PI and source system for outboubnd parameters is ok ? Yes it is fine. I checked. So what could be wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 20:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896114#M1143600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T20:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896115#M1143601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer This SAP help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABENFUNCTION.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABENFUNCTION.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABENFUNCTION_PARAMETERS.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABENFUNCTION_PARAMETERS.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 20:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896115#M1143601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T20:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896116#M1143602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6 as my source system, there are both tables and changing tabs in SE37. I defined aaa under tables tab. Hence in my case data must be passed from PI to this aaa, right , bcos according to the link u gave tables are passed by reference ? But I am not getting the values updated in 4.6 !! What can be the reason ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 20:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896116#M1143602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T20:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896117#M1143603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had to define a separate internal table to receive the values. no other way was found. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 16:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896117#M1143603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T16:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896118#M1143604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing parameters can be used as work areas as well as tables, tables can not be used as work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.sapnuts.com/courses/core-abap/modularization-in-abap/difference-between-changi.html" title="http://www.sapnuts.com/courses/core-abap/modularization-in-abap/difference-between-changi.html"&gt;Difference between changing and table parameters in Function Modules SAP ABAP - Modularization techniques in SAP ABAP | &lt;/A&gt; at &lt;A href="http://www.sapnuts.com/"&gt;SAPNuts.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 04:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896118#M1143604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-17T04:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: difference between changing and tables parameter in a function module...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896119#M1143605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;This is very old thread ,so no need to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 04:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-changing-and-tables-parameter-in-a-function-module/m-p/4896119#M1143605</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-02-17T04:39:38Z</dc:date>
    </item>
  </channel>
</rss>

