<?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: Netweaver Gateway: Getting multiple output tables simultaneously in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676362#M1766683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jiten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using using GET_EXPANDED_ENTITY and &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;GET_EXPANDED_ENTITYSET methods&lt;/SPAN&gt; I am able to get multiple output tables in one&lt;/P&gt;&lt;P&gt; go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 05:53:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-10T05:53:23Z</dc:date>
    <item>
      <title>Netweaver Gateway: Getting multiple output tables simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676359#M1766680</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;&lt;/P&gt;&lt;P&gt;There is an RFC in CRM System which has certain import parameters and returns two output tables. For this RFC&amp;nbsp; Data Model has been created in Gateway Development System. So now when trying to consume this REST Service, I need to specify the output table name in the URL of the REST Service in REST Client. Therefore, in order to get both the output tables the SAP database gets hit twice.&lt;/P&gt;&lt;P&gt;Is there any way by which both the output tables can be retrieved at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amrisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 10:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676359#M1766680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-23T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Netweaver Gateway: Getting multiple output tables simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676360#M1766681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amrisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be achieved using the READ Operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can perform the READ operation for the entity set or the collection with the key input values. This would provide you with the URLs for the specific tables. Using these URLs you can retrieve the individual table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/f6/152975ec4d411aa192a0de339ffd91/content.htm" title="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/f6/152975ec4d411aa192a0de339ffd91/content.htm"&gt;http://help.sap.com/saphelp_nw70ehp1/helpdata/en/f6/152975ec4d411aa192a0de339ffd91/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 00:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676360#M1766681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T00:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Netweaver Gateway: Getting multiple output tables simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676361#M1766682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amrisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data of multiple output tables could be retrieved in one RFC call using the option $expand and by implementing methods &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;GET_EXPANDED_ENTITY and GET_EXPANDED_ENTITYSET&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the following thread for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://scn.sap.com/thread/3367787" title="https://scn.sap.com/thread/3367787"&gt;https://scn.sap.com/thread/3367787&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 12:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676361#M1766682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Netweaver Gateway: Getting multiple output tables simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676362#M1766683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jiten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using using GET_EXPANDED_ENTITY and &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;GET_EXPANDED_ENTITYSET methods&lt;/SPAN&gt; I am able to get multiple output tables in one&lt;/P&gt;&lt;P&gt; go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 05:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/netweaver-gateway-getting-multiple-output-tables-simultaneously/m-p/9676362#M1766683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T05:53:23Z</dc:date>
    </item>
  </channel>
</rss>

