<?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: Fetching the values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677853#M1100091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the submit statement use function module LIST_FROM_MEMORY. It loads the list from ABAP memory to an internal table of type ABAPLIST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 12:02:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T12:02:30Z</dc:date>
    <item>
      <title>Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677850#M1100088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to fetch the values stored in the memory after writing the submit stmt.Please suggest some ideas and examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 11:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677850#M1100088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677851#M1100089</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;Use Export statement for storing data in memory buffer before the Submit statement and Use Import statement to get data from buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further help press F1 on import and export statement,&lt;/P&gt;&lt;P&gt;or got to tcode ABAPDOCU and give these key words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 11:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677851#M1100089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677852#M1100090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written the code as &lt;/P&gt;&lt;P&gt;"submit ydefect using selection-set 'variant'&lt;/P&gt;&lt;P&gt;                    with selection-table rspar_tab&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;after this how to fetch the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677852#M1100090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677853#M1100091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the submit statement use function module LIST_FROM_MEMORY. It loads the list from ABAP memory to an internal table of type ABAPLIST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677853#M1100091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677854#M1100092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made use of the same but the values stored in rfcrecord  is like this "2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D".Its continuous.How to fetch my required datas from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677854#M1100092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677855#M1100093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the function module documentation. Are you using it in that way also check the help for submit statemtent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4677855#M1100093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:15:43Z</dc:date>
    </item>
  </channel>
</rss>

