<?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 while getting exporting and importing the ALV list data ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662078#M882073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But ALV is getting displayed in the &lt;STRONG&gt;standard&lt;/STRONG&gt; report. I am not passing the internal table to the ALV. As per you, then I need to clone the standard object to pass the internal table to memory, which will involve lot of cloning. Main program, couple of function modules and includes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the only one solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 10:49:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T10:49:03Z</dc:date>
    <item>
      <title>Problem while getting exporting and importing the ALV list data !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662076#M882071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement that, I need to call a standard program inside my program and use its output data for further processing. So I used SUBMIT rep EXPORTING LIST TO MEMORY. That standard report has the output in ALV list format. I think It is exporting it to the output and while reading the memory data, I have used the function module 'LIST_FROM_MEMORY'. However this function module returns the data in ASCII format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I convert that, back to my ABAP program usable data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh Khumse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 10:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662076#M882071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while getting exporting and importing the ALV list data !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662077#M882072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do one simple thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont submit ALV data into memory..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use following code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT is an internal table that u r displaying in ALV ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT IT TO MEMORY ID 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN CALL UR REPORT HERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT IT FROM MEMORY ID 'XYZ'. ( if u are importing the data in different program then the table IT should be same type ok )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS EASIEST CODE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 10:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662077#M882072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T10:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while getting exporting and importing the ALV list data !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662078#M882073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But ALV is getting displayed in the &lt;STRONG&gt;standard&lt;/STRONG&gt; report. I am not passing the internal table to the ALV. As per you, then I need to clone the standard object to pass the internal table to memory, which will involve lot of cloning. Main program, couple of function modules and includes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the only one solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 10:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662078#M882073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T10:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while getting exporting and importing the ALV list data !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662079#M882074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copied the standard program and some function modules in it. Before passing it to the ALV, the internal table is exported to memory with ID and back in the program imported the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 15:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-getting-exporting-and-importing-the-alv-list-data/m-p/3662079#M882074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T15:59:38Z</dc:date>
    </item>
  </channel>
</rss>

