<?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: Passing internal table through RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210329#M765328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/22/0424fe488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/22/0424fe488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 12:09:29 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2007-12-12T12:09:29Z</dc:date>
    <item>
      <title>Passing internal table through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210325#M765324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need to know whether is it possible to pass an internal table through a RFC....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210325#M765324</guid>
      <dc:creator>pramodv</dc:creator>
      <dc:date>2007-12-12T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Passing internal table through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210326#M765325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.  It is best to do it through the TABLES parameter, however, rather than use a table type through IMPORTING/EXPORTING/CHANGING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210326#M765325</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-12T11:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing internal table through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210327#M765326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, It's possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check  FM BAPI_PO_CHANGE which is RFC enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we can pass internal tables using TABLES parameter..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210327#M765326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing internal table through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210328#M765327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a structure in se11 with the same fields of u r itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se37....in tables tab specify a itab2 like &amp;lt;structure-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after all the process in u r coding append the data to itab2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210328#M765327</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-12-12T11:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Passing internal table through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210329#M765328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/22/0424fe488911d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/22/0424fe488911d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 12:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-internal-table-through-rfc/m-p/3210329#M765328</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-12-12T12:09:29Z</dc:date>
    </item>
  </channel>
</rss>

