<?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 After SUBMIT - Export list to Memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343837#M173620</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;I have used SUBMIT ...Export list to Memory and return. Now instead of displaying the internal table values being moved to memory, I want to make use of those datas which has been exported in my program where I used SUBMIT stmt for further calculations.&lt;/P&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;Thnx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 09:10:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T09:10:25Z</dc:date>
    <item>
      <title>After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343837#M173620</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;I have used SUBMIT ...Export list to Memory and return. Now instead of displaying the internal table values being moved to memory, I want to make use of those datas which has been exported in my program where I used SUBMIT stmt for further calculations.&lt;/P&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;Thnx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343837#M173620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343838#M173621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to call FM LIST_FROM_MEMORY to retrieve the exported list from memory ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343838#M173621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343839#M173622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all you have to save the data in memory which you are using in submit statement then only you can get that data by this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT_INFO_FROM_MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Bhutani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343839#M173622</guid>
      <dc:creator>sbhutani1</dc:creator>
      <dc:date>2006-05-15T09:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343840#M173623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you export the list to memory (using submit) the memory stores the list (not the data alone) , i.e with all the formatting you have done in your write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can read back the list using LIST_FROM_MEMORY and then&lt;/P&gt;&lt;P&gt;LIST_TO_ASCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but parsing the list to get the data alone is going to be a tedious task and cannot be generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343840#M173623</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-15T09:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343841#M173624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are we talking about a SAP standard report that you submit, or is it a report that you are able to modify?&lt;/P&gt;&lt;P&gt;If you are able to modify the report, why don´t you store the data processed by the report in a table? Retrieving the data back to any other program would be much more high-performance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343841#M173624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343842#M173625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT rabest_alv01&lt;/P&gt;&lt;P&gt;         WITH  SELECTION-TABLE seltab&lt;/P&gt;&lt;P&gt;         EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;         AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get data back from memory.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      listobject = itab_data&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;This is waht I have written in my prog. After this if I use   CALL FUNCTION 'WRITE_LIST' am getting the list in display format. instead I want to convert the list which I got from list_from_memory into an 'UNDERSTANDABLE SAP' internal table format and make use of it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which FM wld be helpful????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343842#M173625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343843#M173626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after list from memory you can call LIST_TO_ASCI to get the list output in text format but as i told you in the preious thread it will be not a easy task to parse the content to identify daa alone from the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Reward points to helpful answers by choosing appropriate radiobuttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343843#M173626</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-15T09:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343844#M173627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT (P_PROG) USING SELECTION-SET P_VAR EXPORTING LIST&lt;/P&gt;&lt;P&gt;TO MEMORY AND&lt;/P&gt;&lt;P&gt;               RETURN.&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 = LISTOBJECT&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;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    WRITE  'Error in list_from_memory.'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'LIST_TO_ASCI'&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              LISTASCI   = ASCITAB&lt;/P&gt;&lt;P&gt;              LISTOBJECT = LISTOBJECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 18:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343844#M173627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343845#M173628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the p_prog your custom program? If it's so, why don't you export the data internal table into memory in that program and import that internal table in this program instead of importing the whole list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 18:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343845#M173628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T18:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343846#M173629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been discussed here several times. List is list and it is not an internal table in the way you are asking for. You have to parse the output to convert that back to an internal table. The internal table you get out of the function modules specified by others here is an internal table of lines of the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it looks like you are calling an ALV program. You cannot export this list to memory, unless the program automatically switches between ALV grid and ALV classic list view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 18:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343846#M173629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T18:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: After SUBMIT - Export list to Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343847#M173630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="39352"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 18:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/after-submit-export-list-to-memory/m-p/1343847#M173630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T18:57:40Z</dc:date>
    </item>
  </channel>
</rss>

