<?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: Select query after the submit stmt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673123#M1099089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try running the returned internal table through funvtion LIST_TO_ASCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to the function group, you can find all LIST related function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 12:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T12:12:57Z</dc:date>
    <item>
      <title>Select query after the submit stmt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673119#M1099085</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;  Have used the submit stmt as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" SUBMIT pgm name WITH SELECTION-TABLE rspar_tab&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Now the o/p generated is saved in the memory.In the report which is generated I have to fetch only 2 values based on one field as criteria..How to write the select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673119#M1099085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select query after the submit stmt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673120#M1099086</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;Have you tried a F1 help on EXPORTING LIST TO MEMORY command?There is a clear explanation for this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIST_FROM_MEMORY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is the Function module to get the data from memory to internal table after SUBMIT..EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673120#M1099086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T10:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select query after the submit stmt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673121#M1099087</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;  after the submit statement use the LIST_FROM_MEMORY&lt;/P&gt;&lt;P&gt;function module...this function module loads the list from ABAP memory to an internal table of row type ABAPLIST...&lt;/P&gt;&lt;P&gt;after the data has been saved in an internal table u can do selection on the basis of the field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: siddharth kumar on Oct 10, 2008 2:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673121#M1099087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select query after the submit stmt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673122#M1099088</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;  Have tried the same but the o/p is like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCSIZE     RFCRECORD&lt;/P&gt;&lt;P&gt;1000          |20202020202020202020202020202020202020202020202020202020202020&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from this how can i fetched my required data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673122#M1099088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select query after the submit stmt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673123#M1099089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try running the returned internal table through funvtion LIST_TO_ASCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to the function group, you can find all LIST related function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-after-the-submit-stmt/m-p/4673123#M1099089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:12:57Z</dc:date>
    </item>
  </channel>
</rss>

