<?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 Reg:Submit statement Return Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573016#M1859375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query to return the internal table from the called program via SUBMIT statement to the calling statement ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Thing is that consider reports A and B , Report B is getting called from report A where in B we have one internal table full of data that i need to pull to report A and there i need to process it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the possible ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Karthik.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 12:08:31 GMT</pubDate>
    <dc:creator>karthik_snair</dc:creator>
    <dc:date>2014-09-02T12:08:31Z</dc:date>
    <item>
      <title>Reg:Submit statement Return Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573016#M1859375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query to return the internal table from the called program via SUBMIT statement to the calling statement ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Thing is that consider reports A and B , Report B is getting called from report A where in B we have one internal table full of data that i need to pull to report A and there i need to process it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the possible ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Karthik.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 12:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573016#M1859375</guid>
      <dc:creator>karthik_snair</dc:creator>
      <dc:date>2014-09-02T12:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Submit statement Return Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573017#M1859376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SUBMIT .... AND RETURN EXPORTING LIST TO MEMORY.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Then use FM LIST_FROM_MEMORY.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Anil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 12:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573017#M1859376</guid>
      <dc:creator>former_member202771</dc:creator>
      <dc:date>2014-09-02T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Submit statement Return Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573018#M1859377</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;Probably the easier solution is to use IMPORT/EXPORT statament, but it'll mean to change the calling and called report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can export the data of an internal table of the called report in memory and so you can export them from memory by calling report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 13:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-submit-statement-return-internal-table/m-p/10573018#M1859377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-02T13:05:33Z</dc:date>
    </item>
  </channel>
</rss>

