<?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: problem with submit xxxx export to memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309703#M1535321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you using the function module LIST_FROM_MEMORY to get the return ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Sep 2010 12:13:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-09T12:13:27Z</dc:date>
    <item>
      <title>problem with submit xxxx export to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309702#M1535320</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 using the below statement to send the output to memory.&lt;/P&gt;&lt;P&gt;even i use the return statement the program is going to output of the report.&lt;/P&gt;&lt;P&gt;it is not coming back automatically from report output.&lt;/P&gt;&lt;P&gt;can any one correct it if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RCNPE000&lt;/P&gt;&lt;P&gt; USING SELECTION-SET 'TEST_K'&lt;/P&gt;&lt;P&gt;USING SELECTION-SETS OF PROGRAM 'RCNPE000'&lt;/P&gt;&lt;P&gt;EXPORTING LIST TO MEMORY AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;khasimsa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 11:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309702#M1535320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T11:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with submit xxxx export to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309703#M1535321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you using the function module LIST_FROM_MEMORY to get the return ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 12:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309703#M1535321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with submit xxxx export to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309704#M1535322</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;&lt;STRONG&gt;if you are using the list than do the following changes.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RCNPE000 EXPORTING LIST TO MEMORY &lt;/P&gt;&lt;P&gt;              AND RETURN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LIST_FROM_MEMORY' &lt;/P&gt;&lt;P&gt;  TABLES &lt;/P&gt;&lt;P&gt;    listobject = list_tab &lt;/P&gt;&lt;P&gt;  EXCEPTIONS &lt;/P&gt;&lt;P&gt;    not_found  = 1 &lt;/P&gt;&lt;P&gt;    OTHERS     = 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0. &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WRITE_LIST' &lt;/P&gt;&lt;P&gt;    TABLES &lt;/P&gt;&lt;P&gt;      listobject = list_tab. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your using selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RCNPE000 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;               AND RETURN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards &lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 13:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-xxxx-export-to-memory/m-p/7309704#M1535322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T13:05:49Z</dc:date>
    </item>
  </channel>
</rss>

