<?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 submit EXPORTING LIST TO MEMORY and return in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496960#M17026</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I need to use submit to run CN43N.&lt;/P&gt;
  &lt;P&gt;I use:&lt;/P&gt;
  &lt;P&gt;SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }&lt;/P&gt;
  &lt;P&gt; SUBMIT (iv_progname) USING SELECTION-SET iv_variant&lt;BR /&gt; EXPORTING LIST TO MEMORY AND RETURN.&lt;/P&gt;
  &lt;P&gt;Actually when I use above submit, the out is displaying immediately after submit was executed. It should not happen. All data should be stored in memory...&lt;/P&gt;
  &lt;P&gt;What's more, I used it in 'old' tcodes e.g. CJI3 and it works properly, but problem occurs in tcodes with 'N'. &lt;/P&gt;
  &lt;P&gt;Any ideas how to submit 'N' tcodes into memory?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 19:24:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-08-01T19:24:57Z</dc:date>
    <item>
      <title>submit EXPORTING LIST TO MEMORY and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496960#M17026</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I need to use submit to run CN43N.&lt;/P&gt;
  &lt;P&gt;I use:&lt;/P&gt;
  &lt;P&gt;SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }&lt;/P&gt;
  &lt;P&gt; SUBMIT (iv_progname) USING SELECTION-SET iv_variant&lt;BR /&gt; EXPORTING LIST TO MEMORY AND RETURN.&lt;/P&gt;
  &lt;P&gt;Actually when I use above submit, the out is displaying immediately after submit was executed. It should not happen. All data should be stored in memory...&lt;/P&gt;
  &lt;P&gt;What's more, I used it in 'old' tcodes e.g. CJI3 and it works properly, but problem occurs in tcodes with 'N'. &lt;/P&gt;
  &lt;P&gt;Any ideas how to submit 'N' tcodes into memory?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496960#M17026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-01T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: submit EXPORTING LIST TO MEMORY and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496961#M17027</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapsubmit_list_options.htm"&gt;The addition can only work if the function key Enter is not associated with a function code in the GUI status last defined for the called program.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496961#M17027</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-08-02T05:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: submit EXPORTING LIST TO MEMORY and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496962#M17028</link>
      <description>&lt;P&gt;And Progname is not a tcode....&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 06:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496962#M17028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-02T06:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: submit EXPORTING LIST TO MEMORY and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496963#M17029</link>
      <description>&lt;P&gt;Those (PS) reports nowadays use ALV (for quite some period of time) So you may consider using class &lt;A href="https://launchpad.support.sap.com/#/solutions/answers/?q=cl_salv_bs_runtime_info&amp;amp;filters=%255B%255D"&gt;cl_salv_bs_runtime_info&lt;/A&gt; to prevent ALV display and get the internal table data (and layout)&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;NB: The good old CJI3 too use ALV so better use the class than getting a spool and hope users didn't/won't change your default expected variant...&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 08:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-exporting-list-to-memory-and-return/m-p/496963#M17029</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-08-02T08:44:24Z</dc:date>
    </item>
  </channel>
</rss>

